]> git.donarmstrong.com Git - lilypond.git/blob - input/test/maximum-rest-count.ly
release: 1.5.43
[lilypond.git] / input / test / maximum-rest-count.ly
1 \version "1.3.146"
2
3 \score{
4 \context Staff \notes\relative c''<
5         \context Voice = x {
6                 a4 
7                 r 
8                 \property Voice.maximumRestCount = #3
9                 r 
10                 \property Staff.maximumRestCount = #2
11                 r 
12                 \property Staff.maximumRestCount = #1
13                 r 
14                 r8 r8
15                 c
16         }
17         \context Voice = y {
18                 c4
19                 r
20                 r 
21                 r
22                 r
23                 r
24                 r
25         }
26         \context Voice = z {
27                 e4
28                 r
29                 r 
30                 r
31                 r
32                 r
33                 r
34         }
35         >
36 \paper{
37 }
38 \midi{
39 \tempo 1 = 60
40 }
41 }