X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-dots.ly;h=50f6c00ce9a33b623cc1a563fe82a7aa3944f027;hb=ece9886c114de7eecde8ad4341a226cae2e5d079;hp=d1ad9bf0ac07d9d3ef07b302dc32b5362626b1bd;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/slur-dots.ly b/input/regression/slur-dots.ly index d1ad9bf0ac..50f6c00ce9 100644 --- a/input/regression/slur-dots.ly +++ b/input/regression/slur-dots.ly @@ -1,16 +1,18 @@ -\version "2.1.36" +\version "2.16.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) } + +