X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-dots.ly;h=50f6c00ce9a33b623cc1a563fe82a7aa3944f027;hb=856ae980b25d1d99c1e847985bed8b61c061e02f;hp=6ecdfa6c2fc170f780968314960d41c8eb0a662a;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/slur-dots.ly b/input/regression/slur-dots.ly index 6ecdfa6c2f..50f6c00ce9 100644 --- a/input/regression/slur-dots.ly +++ b/input/regression/slur-dots.ly @@ -1,16 +1,18 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\version "2.16.0" \header{ -texidoc="Slurs should not get confused by augmentation dots. We use a lot -of dots here, to make problems more visible." + texidoc="Slurs should not get confused by augmentation dots. With a lot +of dots, the problems becomes more visible." +} + +\layout { + ragged-right = ##t } -\score { - \notes\relative c'' { - c4.............( c) - } - \paper { - raggedright = ##t - } + +\relative c'' { + c4.............( c) } + +