X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-dots.ly;h=5c94c8ad6505b06b53a0a475d76436004b8d2ad6;hb=2055f35c47a045a50a01ff4dba8524322cfc3b48;hp=528f42a0b293d70fb67698ec5a9abc1c61095a0a;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/slur-dots.ly b/input/regression/slur-dots.ly index 528f42a0b2..5c94c8ad65 100644 --- a/input/regression/slur-dots.ly +++ b/input/regression/slur-dots.ly @@ -1,16 +1,18 @@ -\version "2.1.28" +\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 { - \notes\relative c'' { - c4.............( c) - } - \paper { - raggedright = ##t - } + +\layout { + ragged-right = ##t +} + +\relative c'' { + c4.............( c) } + +