]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-collision.ly
*** empty log message ***
[lilypond.git] / input / regression / script-collision.ly
1 \version "2.6.0"
2
3 \header {
4
5   texidoc = "Scripts are put on the utmost head, so they are
6       positioned correctly when there are collisions."
7 }
8
9
10 \relative c'' {
11   c4
12   <c d c'>\marcato
13   <<  { c4^^ }\\
14       { d4_^ } >>
15 }
16 \layout { raggedright = ##t}
17
18