]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/auto-beam.ly
patch::: 1.5.7.jcn1
[lilypond.git] / input / bugs / auto-beam.ly
1 \version "1.3.148"
2
3 \header {
4 texidoc="The Automatic beamer does not put @strong{unfinished} beams
5 on the last notes of a score."
6 }
7
8 \score {
9   <
10     \context Staff=a\notes\relative c'' {
11       a8 a8 a2. a8 a8
12     }
13     \notes\relative c'' {
14       a8 a a a a2
15       a8 a a a
16     }
17   >
18 }