X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffingering.ly;h=bd958282cbb0d0b97ada6a65cb065012a2061e9c;hb=c497a061736ced55db3ec7172c6bda15ca0187d7;hp=db5d5fa3865c24a536e1d07353ae58e2c5e19294;hpb=be9d398d705ecf2308e10864e37c6f1315c78ec9;p=lilypond.git diff --git a/input/regression/fingering.ly b/input/regression/fingering.ly index db5d5fa386..bd958282cb 100644 --- a/input/regression/fingering.ly +++ b/input/regression/fingering.ly @@ -1,27 +1,18 @@ -\version "1.5.68" -\header { - -texidoc = "Automatic fingering tries to put fingering instructions -next to noteheads. scriptHorizontal puts the center fingerings horizontally next to -the note heads. - -For this to function, you have to @code{\apply} pitchify-scripts to -the music you're dealing with, and you have to do so outside of a -@code{\relative} block. " +\version "2.19.21" +\header { + texidoc = "Automatic fingering tries to put fingering instructions +next to noteheads. +" } -\score { +\layout { ragged-right= ##t } - \notes\relative c' { - c4-4 +\relative { + c'4-4 < c-1 e-2 g-3 b-4 > -\apply #pitchify-scripts \relative c' { c4-4 - - < c-1 e-2 g-3 b-4 > - \property Voice.scriptHorizontal = ##t - - - < c-1 e-2 g-3 b-4 > - } } } +} + + +