]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam.ly
Web-ja: update introduction
[lilypond.git] / input / regression / auto-beam.ly
1 \header {
2   texidoc="Beams are placed automatically; the last measure should have a single
3 beam."
4 }
5
6 \version "2.19.21"
7
8 \layout  {
9   ragged-right = ##t 
10   \context {
11     \Staff
12     \remove "Clef_engraver"
13   }
14 }
15
16
17 \relative {
18   a'\longa a\breve  
19   a1 a2 a4 a8 a16 a32 a64 a64 
20 }