X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-dots.ly;h=5b99dcf484fd1e422c7ecb95836d12bb95524202;hb=a58143ffd322981ea22351c44a0d5929f18892e5;hp=ccf9af72b64b5f87d19dfd9a11f38b541f42f27c;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/slur-dots.ly b/input/regression/slur-dots.ly index ccf9af72b6..5b99dcf484 100644 --- a/input/regression/slur-dots.ly +++ b/input/regression/slur-dots.ly @@ -1,16 +1,18 @@ -\version "2.3.22" +\version "2.11.51" \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) } + +