]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/partial-beam.ly
patch::: 1.5.7.jcn1
[lilypond.git] / input / bugs / partial-beam.ly
1 \version "1.3.148"
2 %docme -- geen id, lijkt ok?
3
4 \include "paper20.ly"
5 Sopnotes = \notes {
6         \time 4/4
7         \key g \major
8         \clef treble
9         \partial 8 * 3
10         e'8 f'8 g'8 |
11         d'8 d'16 d'16 e'8. e'16 g'8 g'8 f'8 f'8
12 }
13
14 \score {
15         \notes
16         <
17                 \context Staff="sop"
18                 <
19                     \Sopnotes
20                 >
21         >
22         \paper {
23                 \translator {
24                  \StaffContext 
25                         autoBeamSettings \override #'(end * * * * ) = #(make-moment 1 8)
26                 }
27         }
28 }