]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beams.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / beams.ly
1
2 \version "2.11.51"
3 \header {
4     texidoc = "Beaming can be also given explicitly."
5 }
6
7 \layout { ragged-right= ##t }
8
9 \relative c'
10 {
11   c16[ c8.]
12   c8.[ c16]
13   c8[ c16 c16 c8]
14   c8[ c16 e16 g8]
15
16 }