X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fusage%2Frunning.itely;h=b832706c760162657a347d277ff3a29a1de3b49c;hb=f25b23eb6fbbf83489dfac39f1908ab13a75b4b9;hp=2c1ea3126dd37ceb1308f7c29d56c6bd8da458b8;hpb=9cba6d0b05bd28e2fc73f091b09ace570c976182;p=lilypond.git diff --git a/Documentation/usage/running.itely b/Documentation/usage/running.itely index 2c1ea3126d..b832706c76 100644 --- a/Documentation/usage/running.itely +++ b/Documentation/usage/running.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.15.18" +@c \version "2.17.6" @node Running lilypond @@ -968,7 +968,7 @@ colored red, but in fact it results in two staves with the note heads remaining the default black in the lower staff. @lilypond[quote,verbatim,relative=2] -\override Staff.NoteHead #'color = #red +\override Staff.NoteHead.color = #red \new Staff { a } @end lilypond @@ -980,7 +980,7 @@ correct code to color all note heads red is @lilypond[quote,verbatim,relative=2] \new Staff { - \override Staff.NoteHead #'color = #red + \override Staff.NoteHead.color = #red a } @end lilypond @@ -1066,7 +1066,7 @@ messages can be avoided by making one of the contexts behave as a staff by inserting @example -\override VerticalAxisGroup #'staff-affinity = ##f +\override VerticalAxisGroup.staff-affinity = ##f @end example @noindent