]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-collision.ly
* lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
[lilypond.git] / input / regression / script-collision.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.2"
3
4 \header {
5
6     texidoc = "Scripts are put on the utmost head, so they are
7       positioned correctly when there are collisions."
8 }
9
10 \score  {
11 \notes \relative c'' {
12   c4
13   <<c d c'>>\marcato
14   <  { c4^^ }\\
15      { d4_^ } >
16     }
17 \paper { raggedright = ##t}
18     }
19