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