]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beams.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / beams.ly
1
2 \version "2.1.26"
3 \header {
4     texidoc = "Beaming can be also given explicitly."
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     }}