X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-script.ly;h=60864a74832fd4c60d06d86a965ae83bb549a909;hb=b2d3e79a146de7cb2eb2be722a510c0e4fc90fa8;hp=7eadad134fb03d028c3ff5e693bac3f9ab0d2c10;hpb=24dae874aaf50790de3471e3fd916e0278c7a3ac;p=lilypond.git diff --git a/input/regression/slur-script.ly b/input/regression/slur-script.ly index 7eadad134f..60864a7483 100644 --- a/input/regression/slur-script.ly +++ b/input/regression/slur-script.ly @@ -1,28 +1,22 @@ \header { - texidoc = "A slur avoids collisions with scripts. Only articulations - go inside the slur, dynamic markings, fingerings texts etc. go outside - of slur. - - For different configurations, the scripts can be moved manually." - } + texidoc = "A slur avoids collisions with scripts, which are placed + either inside or outside the slur, depending on the script. The + slur responds appropriately if a script is moved." +} -\version "2.3.7" -\paper { - raggedright = ##t +\version "2.14.0" +\layout { + indent = 0\mm + ragged-right = ##t } \relative { - b4-.( b-. b-.) - b(-. d-.) - - b_1( b b_1_2_3) - c-1_\markup { \italic {"cresc."}}( f c) - c-1( c\f c) - \once \override Script #'padding = #1.2 - b-.( b-. - \once \override Script #'padding = #1.2 - b-.) - e=''16[-.( f-.)] + b4-.( b-.) + \once \override Script #'padding = #1.5 + b-.( b-.) + b_\downbow( b_\downbow) + \once \override Script #'padding = #1.5 + b_\downbow( b_\downbow) }