]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beams.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / input / regression / beams.ly
1
2 \version "2.19.21"
3 \header {
4     texidoc = "Beaming can be also given explicitly."
5 }
6
7 \layout { ragged-right= ##t }
8
9 \relative
10 {
11   c'16[ c8.]
12   c8.[ c16]
13   c8[ c16 c16 c8]
14   c8[ c16 e16 g8]
15
16 }