]> 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     
17     b(-.  d-.)
18     d(-.  b-.)
19     
20     b--( b-- b--)
21     b->( b-> b->)
22     b-.--( b-.-- b-.--)
23     b---.( b---. b---.)
24
25     b_1( b b_1_2_3)
26     c-1_\markup { \italic {"cresc."}}( f c)
27     c-1( f\f c)
28     c-1( c\f c)
29     \once \override Script #'padding = #1.2
30     b-.( b-.
31     \once \override Script #'padding = #1.2
32     b-.)
33 }