X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-script.ly;h=8ba9e19b803ed223ae7148e817449fe8b0fbe915;hb=6a3232e75d94f1b0c72c2fc986bc2c65d7e51823;hp=a46439a13468e7492f017a6f115495b8aad8712f;hpb=0c289671d105bea58592607cb508aef59aee882b;p=lilypond.git diff --git a/input/regression/slur-script.ly b/input/regression/slur-script.ly index a46439a134..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.10.0" +\version "2.17.15" \layout { indent = 0\mm 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) }