]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-dot-position.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[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.16.0"
8
9 \paper { ragged-right = ##t } 
10
11 {
12     \set Score.timing = ##f
13     r\longa. r\breve.
14     r1. r2. r4. r8. r16. r32. r64. r64. 
15     \bar "" 
16     << {
17         r\longa. r\breve.
18         r1. r2. r4. r8. r16. r32. r64. r64. 
19     } \\ {
20         r\longa. r\breve.
21         r1. r2. r4. r8. r16. r32. r64. r64. 
22     } >>
23     
24 }