]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beams.ly
1a7f549444ae23b990454e0ec67ef604c0f4852f
[lilypond.git] / input / regression / beams.ly
1
2 \version "2.6.0"
3 \header {
4     texidoc = "Beaming can be also given explicitly."
5 }
6
7     \layout { raggedright= ##t }
8
9 \score { 
10 \relative c'
11          {
12          c16[ c8.]
13          c8.[ c16]
14          c8[ c16 c16 c8]
15          c8[ c16 e16 g8]
16
17     }}