]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-standard.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / multi-measure-rest-standard.ly
1 \header {
2   texidoc = "Only whole, breve, longa and maxima rests are used by default for multi-measure rests."
3 }
4
5 \version "2.16.0"
6
7 \paper {
8   ragged-right = ##t
9   indent = 0
10 }
11
12 \new Staff {
13   \time 3/8 R4.
14   \time 2/4 R2
15   \time 2/2 R1
16   \time 2/1 R\breve
17   \break
18   \time 4/1 R\longa
19   \time 8/1 R\maxima
20 }