]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-alignment.ly
87babb69348ad837a6202acc1d7f9ac1e70c9cb3
[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.17.15"
11
12 \relative c' <<
13     \new Staff {
14         <<
15             { f g } \\
16             { g f }
17         >> }
18     \new Staff {
19         c4 c 
20     }
21 >>