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