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