]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-collision.ly
78645f915c7dd60e26a52ca7d08f6a66b054116f
[lilypond.git] / input / regression / script-collision.ly
1
2 \header {
3
4     texidoc = "Scripts are put on the utmost head, so they are
5       positioned correctly when there are collisions."
6 }
7
8 \score  {
9 \notes \relative c'' {
10   c4
11   <c d c'-\marcato>
12   < \context Voice = VA { \voiceOne c4^^ }
13     \context Voice = VB { \voiceTwo d4_^} >
14     }
15 \paper { linewidth = -1. }
16     }