X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-script.ly;h=8ba9e19b803ed223ae7148e817449fe8b0fbe915;hb=3ca81140f81875a399777cfffe14cdd32c74f7c8;hp=17bdd371211763aaeed0e32a120605ef5c5bab9a;hpb=76bcb9d6978736273155c6f90f52d43ac11db285;p=lilypond.git diff --git a/input/regression/slur-script.ly b/input/regression/slur-script.ly index 17bdd37121..8ba9e19b80 100644 --- a/input/regression/slur-script.ly +++ b/input/regression/slur-script.ly @@ -1,33 +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 } -\relative +\version "2.17.15" +\layout { + indent = 0\mm + ragged-right = ##t +} +\relative c' { - b4-.( b-. b-.) - - b(-. d-.) - d(-. b-.) - - b--( b-- b--) - b->( b-> b->) - b-.--( b-.-- b-.--) - b---.( b---. b---.) - - b_1( b b_1_2_3) - c-1_\markup { \italic {"cresc."}}( f c) - c-1( f\f c) - c-1( c\f c) - \once \override Script #'padding = #1.2 - b-.( b-. - \once \override Script #'padding = #1.2 - b-.) + b4-.( b-.) + \once \override Script.padding = #1.5 + b-.( b-.) + b_\downbow( b_\downbow) + \once \override Script.padding = #1.5 + b_\downbow( b_\downbow) }