]> 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.1.28"
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 \score  {
10 \notes \relative c'' {
11   c4
12   <c d c'>\marcato
13   <<  { c4^^ }\\
14      { d4_^ } >>
15     }
16 \paper { raggedright = ##t}
17     }
18