]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / multi-measure-rest.ly
1 \version "1.5.68"
2 \header{
3
4 texidoc="
5 Multiple measure rests do not collide with barlines and clefs.  They
6 are not expanded when you set @code{Score.skipBars}.  Although the
7 multi-measure-rest is a Spanner, minimum distances are set to keep it
8 colliding from barlines. 
9 "
10
11 }
12
13
14 \score { \notes { \time 3/4 \key cis \major
15             R2.*15 R2. R2.*7 }
16         \paper {
17         \translator {
18                 \ScoreContext
19                 skipBars = ##t
20         }
21         linewidth = -1. 
22         }
23 }