X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchromatic-scales.ly;h=ccfeb1e5be351b55eaf60f156b3ab78c61467060;hb=db86852a055840615c4300cb75a2e3b59116df0a;hp=ca206582e08c94607c31b65d9e7a1bf571903681;hpb=1dff29aea8a32c30f7fcfadf8a00afa0371dbf7a;p=lilypond.git diff --git a/input/regression/chromatic-scales.ly b/input/regression/chromatic-scales.ly index ca206582e0..ccfeb1e5be 100644 --- a/input/regression/chromatic-scales.ly +++ b/input/regression/chromatic-scales.ly @@ -1,4 +1,4 @@ -\version "2.10.0" +\version "2.17.6" \header{ texidoc="@code{staffLineLayoutFunction} is used to change the position of the notes. This sets @code{staffLineLayoutFunction} to @code{ly:pitch-semitones} to @@ -7,7 +7,7 @@ space and line equal to one semitone. " } -scales = \relative { +scales = \relative c' { a ais b c cis d dis e f fis g gis a } @@ -21,7 +21,7 @@ scales = \relative { clefPosition = #(+ -6 7) } { - \override Staff.StaffSymbol #'line-count = #5 + \override Staff.StaffSymbol.line-count = #5 \time 4/4 << \scales