X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcolor.ly;h=20cbd145d8c1d16fc139c6e5519661df3f683227;hb=2ccb49133730ac1e98c7068e884297f3246aaf3b;hp=a2e3fff86c8a42e261a14097674b53565bb8e333;hpb=520f0649124683de7a835be69abe31b87d0fab79;p=lilypond.git diff --git a/input/regression/color.ly b/input/regression/color.ly index a2e3fff86c..20cbd145d8 100644 --- a/input/regression/color.ly +++ b/input/regression/color.ly @@ -1,25 +1,26 @@ -\version "2.5.12" +\version "2.14.0" \header{ - texidoc = "Each grob can have a color assigned to it. -Use the @code{\override} and @code{\revert} expressions to set the + texidoc = "Each grob can have a color assigned to it. +Use the @code{\\override} and @code{\\revert} expressions to set the @code{color} property." } -{ -\relative { - \override Accidental #'color = #darkgreen - \override Beam #'color = #cyan - \override NoteHead #'color = #darkyellow - c4 - \override NoteHead #'color = #red - f - \override NoteHead #'color = #darkmagenta - g - \override NoteHead #'color = #darkblue - b - \override NoteHead #'color = #green - \override Stem #'color = #blue - e8 es d dis e4 r -} +\paper { ragged-right = ##t } + +\relative c' { + \override Accidental #'color = #darkgreen + \override Beam #'color = #cyan + \override NoteHead #'color = #darkyellow + c4 + \override NoteHead #'color = #red + f + \override NoteHead #'color = #darkmagenta + g + \override NoteHead #'color = #darkblue + b + \override NoteHead #'color = #green + \override Stem #'color = #blue + \override Flag #'color = #magenta + e8 es d dis e4 r }