]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-rest.ly
* lily/beam-engraver.cc (stop_translation_timestep): reset now_stop_ev_
[lilypond.git] / input / regression / beam-rest.ly
1 \header {
2  texidoc = "The number of beams doesn't change on a rest."
3 }
4
5 \version "1.7.7"
6
7 \score { \notes \relative c, {
8   \clef bass     
9   [e8 r16 f d'8 e16 e16] [c8 c16 r16 bes8 r16 c16-] |
10  }
11 \paper { linewidth = -1.0 }
12 }