]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/1st-note-spacing.ly
patch::: 1.5.7.jcn1
[lilypond.git] / input / bugs / 1st-note-spacing.ly
1 \header {
2 texidoc="apparently added in 1.5.2 -- what about it?"
3 }
4 \version "1.3.148"
5
6 \score {\notes \relative c'' <
7 \context Staff = SA { \times 6/7 { [c8 c c c c c c] }  }
8 \context Staff = SB { \times 6/6 { [c c c c c c] }  }
9 >
10
11 \paper { linewidth = -1. }
12