4 texidoc = "A slur avoids collisions with scripts. Articulations
5 go inside the slur, dynamic markings go outside the slur.
6 Fingerings and texts are placed either inside or outside.
8 For different configurations, the defaults can be changed, and
9 scripts can be moved manually."
22 b_1( f'_1_2_3 c_3_4_5 a)
24 \override DynamicLineSpanner #'avoid-slur = #'outside
25 b(^"dyn outside" b f'\p b,)
27 %% Do not force dynamics outside slur, only avoid collisions.
28 \override DynamicLineSpanner #'avoid-slur = #'around
29 b(^"dyn around" e\p e\f b)
31 %% Do not avoid collisions.
32 \override DynamicLineSpanner #'avoid-slur = #'()
33 b(^"no avoid" d\p d\f b)
35 c_\markup { \italic {"cresc."}}( c c)
36 \once \override Script #'padding = #1.2
38 \once \override Script #'padding = #1.2