]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-alignment.ly
* configure.in (reloc_b): bump fontforge requirement to 20050624.
[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  { raggedright = ##t }
9
10 \version "2.6.0"
11
12 \relative <<
13     \new Staff {
14         <<
15             { f g } \\
16             { g f }
17         >> }
18     \new Staff {
19         c4 c 
20     }
21 >>