]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/standchen-space.ly
release: 1.5.47
[lilypond.git] / input / bugs / standchen-space.ly
1 \version "1.3.148"
2 \header{
3
4     texidoc= "The 8th notes should have regular spacing. (TODO: check
5     with printed ed.) "
6
7
8 }
9 \score {
10 \notes \relative c' <
11 \context Staff = SA  { c4. c8 \times 2/3 { [c8 c c] } }
12 \context Staff = SB  { [c8 c c c c c] }
13 >
14
15 \paper { linewidth = -1. }
16 }