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