]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-collision.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / script-collision.ly
1 \version "2.19.21"
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 \layout { ragged-right = ##t}
10
11
12 \relative {
13   c''4
14   <c d c'>\marcato
15   <<  { c4^^ }\\
16       { d4_^ } >>
17 }
18
19
20