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