]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-tweaks.ly
Merge branch 'lilypond/translation' of ssh://thsoft@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / multi-measure-rest-tweaks.ly
1 \header {
2   texidoc = "Multi-measure rests standard values can be tweaked."
3 }
4
5 \version "2.15.0"
6 \new Staff {
7   \override MultiMeasureRest #'usable-duration-logs = #'(2 1)
8   \time 1/4 R4-"Use non-standard multi-measure rests."
9   \time 2/4 R2
10 }
11 \new Staff {
12   \override MultiMeasureRest #'round-to-longer-rest = ##t
13   \time 3/2 R1.-"Round to the longer rest." \time 7/2 R\breve..
14 }