X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-script.ly;h=84629752eb5040ee47eabe096fe2e7955d970817;hb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;hp=c9dc97f5eb2c32e9ed696463067f9f42f2bc5fd4;hpb=6d910958ea621e4ab878a118bd77e61ae210a6ef;p=lilypond.git diff --git a/input/regression/slur-script.ly b/input/regression/slur-script.ly index c9dc97f5eb..84629752eb 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.11.51" +\version "2.12.0" \layout { indent = 0\mm ragged-right = ##t } \relative { - 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) }