X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Ffingering.ly;h=bd958282cbb0d0b97ada6a65cb065012a2061e9c;hb=931101711e9447f4597e3942f13eb8065ebf793e;hp=209249af10d38a0a9675c96b79908a1b48511882;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/fingering.ly b/input/regression/fingering.ly index 209249af10..bd958282cb 100644 --- a/input/regression/fingering.ly +++ b/input/regression/fingering.ly @@ -1,22 +1,18 @@ +\version "2.19.21" -\version "2.3.17" \header { - -texidoc = "Automatic fingering tries to put fingering instructions + texidoc = "Automatic fingering tries to put fingering instructions next to noteheads. " } - \paper { raggedright= ##t } - - -\score { +\layout { ragged-right= ##t } - \relative c' { - c4-4 +\relative { + c'4-4 < c-1 e-2 g-3 b-4 > -}} - +} +