X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-dots.ly;h=5c94c8ad6505b06b53a0a475d76436004b8d2ad6;hb=ae0495dda1032c3994c770d727c65b46e702459c;hp=6595be683f2c91b1b7e5ac062de67b023ae9fcc1;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/slur-dots.ly b/input/regression/slur-dots.ly index 6595be683f..5c94c8ad65 100644 --- a/input/regression/slur-dots.ly +++ b/input/regression/slur-dots.ly @@ -1,16 +1,18 @@ -\version "2.3.16" +\version "2.14.0" \header{ -texidoc="Slurs should not get confused by augmentation dots. With a lot + texidoc="Slurs should not get confused by augmentation dots. With a lot of dots, the problems becomes more visible." } -\score { - \relative c'' { - c4.............( c) - } - \paper { - raggedright = ##t - } + +\layout { + ragged-right = ##t +} + +\relative c'' { + c4.............( c) } + +