]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/auto-beam.ly
3a7687cdc4d1029e57f2913f76504d99243c3f8c
[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 }