X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-dots.ly;h=4206e16af457c183842b0b96f63f480a16cbd99f;hb=f63b7e7f12fa7757efbf89925afa39b1a2738f68;hp=d2c480c7df1699a3b2696ab3baf32f5bc6891082;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/slur-dots.ly b/input/regression/slur-dots.ly index d2c480c7df..4206e16af4 100644 --- a/input/regression/slur-dots.ly +++ b/input/regression/slur-dots.ly @@ -1,14 +1,18 @@ -\version "1.7.6" + +\version "2.10.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." } -\score { - \notes\relative c'' { - c4.............()c - } - \paper { - linewidth = -1. - } -} -%% new-chords-done %% + +\layout { + ragged-right = ##t +} + +\relative c'' { + c4.............( c) +} + + + +