]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-alignment.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / collision-alignment.ly
1 \header {
2
3     texidoc = "Notes in different staves should be aligned to the
4  left-most note, in case of collisions."
5
6 }
7
8 \layout  { ragged-right = ##t }
9
10 \version "2.19.21"
11
12 \relative <<
13     \new Staff {
14         <<
15             { f' g } \\
16             { g f }
17         >> }
18     \new Staff {
19         c4 c 
20     }
21 >>