]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-collision.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / script-collision.ly
1 \version "1.7.18"
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   < \context Voice = VA { \voiceOne c4^^ }
14     \context Voice = VB { \voiceTwo d4_^} >
15     }
16 \paper { raggedright = ##t}
17     }
18