X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-dots.ly;h=4206e16af457c183842b0b96f63f480a16cbd99f;hb=4ef9b950a09e2b8e073017a8e427ab48c8ed1d0b;hp=0063634a270eb58afc7cbb061501b4243502ea1d;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/slur-dots.ly b/input/regression/slur-dots.ly index 0063634a27..4206e16af4 100644 --- a/input/regression/slur-dots.ly +++ b/input/regression/slur-dots.ly @@ -1,16 +1,18 @@ -\version "2.4.0" +\version "2.10.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) - } - \layout { - raggedright = ##t - } + +\layout { + ragged-right = ##t +} + +\relative c'' { + c4.............( c) } + +