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