X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-dots.ly;h=5c94c8ad6505b06b53a0a475d76436004b8d2ad6;hb=0a0274a3bf5792dfb7ce3719f5dfaef36059affe;hp=653e7a641c29f33715e9b456547f24002bb2580a;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/slur-dots.ly b/input/regression/slur-dots.ly index 653e7a641c..5c94c8ad65 100644 --- a/input/regression/slur-dots.ly +++ b/input/regression/slur-dots.ly @@ -1,16 +1,18 @@ -\version "1.9.8" +\version "2.14.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) } + +