]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-script.ly
More collision tests.
[lilypond.git] / input / regression / slur-script.ly
1
2 \header {
3
4     texidoc = "A slur avoids collisions with scripts.  Only articulations
5     go inside the slur, dynamic markings, fingerings texts etc. go outside
6     of slur.
7
8     For different configurations, the scripts can be moved manually."
9     }
10
11 \version "2.3.7"
12 \paper { raggedright = ##t }
13 \relative
14 {
15     b4-.( b-. b-.)
16     b--( b-- b--)
17     b->( b-> b->)
18     b-.--( b-.-- b-.--)
19     b---.( b---. b---.)
20
21     b_1( b b_1_2_3)
22     c-1_\markup { \italic {"cresc."}}( f c)
23     c-1( f\f c)
24     c-1( c\f c)
25     \once \override Script #'padding = #1.2
26     b-.( b-.
27     \once \override Script #'padding = #1.2
28     b-.)
29 }