]> git.donarmstrong.com Git - lilypond.git/blob - input/test/mm-rests2.ly
release: 1.3.24
[lilypond.git] / input / test / mm-rests2.ly
1 thenotes = \notes \relative cis' {
2 \property Score. skipBars = ##t
3 \time 4/4;
4 R1 |
5 R1*1 |
6 R1*2 |
7 R1*3 |
8 R1*4 |
9 R1*5 |
10 R1*6 |
11 R1*7 |
12 R1*8 |
13 R1*9 |
14 R1*10 |
15 R1*11 |
16 }
17
18 \score { < \context Staff \thenotes
19
20         >
21 }