]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-dot-position.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / rest-dot-position.ly
1 \header {
2
3     texidoc = "Dots of rests should follow the rest positions. "
4
5 }
6
7 \version "2.3.22"
8
9 {
10     \set Score.timing = ##f
11     r\longa. r\breve.
12     r1. r2. r4. r8. r16. r32. r64. r64. 
13     \bar "" 
14     << {
15         r\longa. r\breve.
16         r1. r2. r4. r8. r16. r32. r64. r64. 
17     } \\ {
18         r\longa. r\breve.
19         r1. r2. r4. r8. r16. r32. r64. r64. 
20     } >>
21     
22 }