X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-script.ly;h=8ba9e19b803ed223ae7148e817449fe8b0fbe915;hb=9828eb47c05a7d6446726ef96647e342e7122dc4;hp=de36d7e37ae6e7b4486af5260ea79b94bd6f42d5;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/slur-script.ly b/input/regression/slur-script.ly index de36d7e37a..8ba9e19b80 100644 --- a/input/regression/slur-script.ly +++ b/input/regression/slur-script.ly @@ -1,41 +1,22 @@ \header { - texidoc = "A slur avoids collisions with scripts. Articulations - go inside the slur, dynamic markings go outside the slur. - Fingerings and texts are placed either inside or outside. - - For different configurations, the defaults can be changed, and - 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.7.13" +\version "2.17.15" \layout { indent = 0\mm - raggedright = ##t + ragged-right = ##t } -\relative +\relative c' { - b4-.( b-. b-.) - b(-. d-.) - - b_1( f'_1_2_3 c_3_4_5 a) - - \override DynamicLineSpanner #'avoid-slur = #'outside - b(^"dyn outside" b f'\p b,) - - %% Do not force dynamics outside slur, only avoid collisions. - \override DynamicLineSpanner #'avoid-slur = #'around - b(^"dyn around" e\p e\f b) - - %% Do not avoid collisions. - \override DynamicLineSpanner #'avoid-slur = #'() - b(^"no avoid" d\p d\f b) - - c_\markup { \italic {"cresc."}}( c 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) }