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