]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-collision.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / script-collision.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3
4 \header {
5
6     texidoc = "Scripts are put on the utmost head, so they are
7       positioned correctly when there are collisions."
8 }
9
10 \score  {
11 \notes \relative c'' {
12   c4
13   <<c d c'>>-\marcato
14   < \context Voice = VA { \voiceOne c4^^ }
15     \context Voice = VB { \voiceTwo d4_^} >
16     }
17 \paper { raggedright = ##t}
18     }
19