]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/mm-rests2.ly
*** empty log message ***
[lilypond.git] / input / regression / mm-rests2.ly
1 \version "1.7.18"
2
3 \header{
4 texidoc="
5 If @code{Score.skipBars} is set,
6 the signs for four, two, and one measure rest are combined to
7 produce the graphical representation of rests for up to 10 bars.
8 The number of bars will be written above the sign.
9 "
10 }
11
12 thenotes = \notes \relative cis' {
13 \property Score. skipBars = ##t
14 \time 4/4
15 R1 |
16 R1*1 |
17 R1*2 |
18 R1*3 |
19 R1*4 |
20 R1*5 |
21 R1*6 |
22 R1*7 |
23 R1*8 |
24 R1*9 |
25 R1*10 |
26 R1*11 | 
27 }
28
29 \score { < \context Staff \thenotes
30
31         >
32 }
33 %% new-chords-done %%