]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beams.ly
(conv): dashes rule.
[lilypond.git] / input / regression / beams.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.1"
3 \header {
4     texidoc = "Beams (simple)."
5 }
6
7     \paper { raggedright= ##t }
8
9 \score { \notes
10 \relative c'
11          {
12          c16[ c8.]
13          c8.[ c16]
14          c8[ c16 c16 c8]
15          c8[ c16 e16 g8]
16
17     }}