]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-script.ly
ff0b90b6bd4d24376b8a29a9b94fc7d0a746721e
[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.17"
12 \paper {
13     raggedright = ##t
14 }
15 \relative
16 {
17     b4-.( b-. b-.)
18     b(-.  d-.)
19
20     b_1( b b_1_2_3)
21     c-1_\markup { \italic {"cresc."}}( f c)
22     c-1( c\f c)
23     \once \override Script #'padding = #1.2
24     b-.( b-.
25     \once \override Script #'padding = #1.2
26     b-.)
27     e=''16[-.( f-.)]
28 }