]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-collision.ly
35c0a8b8f35acf6d9596fbb6c71176cf53e1f480
[lilypond.git] / input / regression / script-collision.ly
1 \version "2.3.17"
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  \relative c'' {
11   c4
12   <c d c'>\marcato
13   <<  { c4^^ }\\
14      { d4_^ } >>
15     }
16 \paper { raggedright = ##t}
17     }
18