Next: , Up: The \override command


9.3.1 Constructing a tweak

Commands which change output generally look like

\override Voice.Stem #'thickness = #3.0

This means that we must determine these bits of information:

Some tweakable options are called “subproperties” and reside inside properties. To tweak those, use commands in the form

\override Stem #'details #'beamed-lengths = #'(4 4 3)

We demonstrate how to glean this information from the notation manual and the program reference.

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

Report errors to http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.