X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-dots.ly;h=6b5ba394ad7a1a515188712eb347956c8ea5e0bf;hb=63309b4631701409b02abb29596325312ba84be6;hp=d022acc9c5d4af3e1620a211cbd27d8840c287bb;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/slur-dots.ly b/input/regression/slur-dots.ly index d022acc9c5..6b5ba394ad 100644 --- a/input/regression/slur-dots.ly +++ b/input/regression/slur-dots.ly @@ -1,16 +1,18 @@ -\version "1.9.2" +\version "2.12.0" \header{ -texidoc="Slurs should not get confused by augmentation dots. We use a lot -of dots here, to make problems more visible." + texidoc="Slurs should not get confused by augmentation dots. With a lot +of dots, the problems becomes more visible." } -\score { - \notes\relative c'' { - c4.............( c) - } - \paper { - raggedright = ##t - } + +\layout { + ragged-right = ##t +} + +\relative c'' { + c4.............( c) } + +