]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/beam-space.ly
release: 1.5.15
[lilypond.git] / input / bugs / beam-space.ly
1
2
3 u = { \translator Staff = up \stemDown }
4 m = { \translator Staff = mid \stemUp }
5
6 global = \notes { \key fis \major \time 6/8 }
7
8 righta = \notes \transpose c'' {
9  \repeat unfold 4 { \m [a,16 \u d a d] \m [c \u d c' d ] [c \m b,] [d \u d ] } ]
10 }
11
12
13 \score { \notes
14   \context PianoStaff <
15     \context Staff = up {
16       \clef G \global \righta
17     }
18     \context Staff = mid {
19       \clef F \global s2. *4
20     }
21   >
22   \paper { }
23 }