]> 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 = "Slurs avoid collisions with scripts. If you want to
5 have a different configuration, the scripts must be moved manually."
6
7     }
8
9 \version "2.3.7"
10 \paper { raggedright = ##t }
11 {
12     \once \override Script #'padding = #1.2
13     b8-.( b-.
14     \once \override Script #'padding = #1.2
15     b-.)
16     
17     b-.( b-. b-.)
18     b--( b-- b--)
19     b->( b-> b->)
20     b-.--( b-.-- b-.--)
21     b---.( b---. b---.)
22 }