]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-rest.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[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.16.0"
7
8 \layout { ragged-right = ##t }
9
10 \relative c, {
11   \clef bass     
12   e8[ r16 f d'8 e16 e16]  c8[ c16 r16 bes8 r16 c16] |
13 }