]> git.donarmstrong.com Git - lilypond.git/blob - input/test/rests.ly
7c944f5f98db0058a9f1e1fa72667cd23148c1b2
[lilypond.git] / input / test / rests.ly
1 \score { 
2   \context Voice \notes\relative c {
3     r\longa r\breve r1 r2 r4 r8 r16 r32 r64 r128 r128 
4         \property Staff.restStyle = "mensural"
5         \emptyText
6         r\longa^"restStyle = \"mensural\"" r\breve r1 r2 r4 r8 r16 r32 r64 r128 r128 
7         
8         
9   }
10   \paper { }  
11   \midi { }
12 }