Next: , Previous: Analysis brackets, Up: Expressive marks



3.7.7 Articulations

A variety of symbols can appear above and below notes to indicate different characteristics of the performance. They are added to a note by adding a dash and the character signifying the articulation. They are demonstrated here

[image of music]

The meanings of these shorthands can be changed. See ly/script-init.ly for examples.

The script is automatically placed, but if you need to force directions, you can use _ to force them down, or ^ to put them up

     c''4^^ c''4_^

[image of music]

Other symbols can be added using the syntax note\name, e.g. c4\fermata. Again, they can be forced up or down using ^ and _, e.g.

     c\fermata c^\fermata c_\fermata

[image of music]

[image of music] [image of music]

Predefined commands

\scriptUp, \scriptDown, \scriptBoth.

See also

Program reference: ScriptEvent, and Script.

Bugs

These note ornaments appear in the printed output but have no effect on the MIDI rendering of the music.

Read comments on this page, or add one.

This page is for LilyPond-2.2.6 (stable-branch).

Report errors to <bug-lilypond@gnu.org>.