]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-rest.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / beam-rest.ly
1
2 \header {
3  texidoc = "The number of beams does not change on a rest."
4 }
5
6 \version "2.1.26"
7
8 \score { \notes \relative c, {
9   \clef bass     
10    e8[ r16 f d'8 e16 e16]  c8[ c16 r16 bes8 r16 c16] |
11  }
12 \paper { raggedright = ##t}
13 }