]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam.ly
029c2e37c8b88e329c347dfbd1efc8a016866fb7
[lilypond.git] / input / regression / auto-beam.ly
1 \header {
2 texidoc="Beams are place automatically; the last measure should have a single 
3 beam."
4 }
5
6 \version "2.3.17"
7
8 \paper  { raggedright = ##t } 
9
10 \score {
11    \relative c'' {
12     a\longa a\breve  
13     a1 a2 a4 a8 a16 a32 a64 a64 
14   }
15   \paper {
16     \context {
17       \Staff
18       \remove "Clef_engraver"
19     }
20   }
21 }
22