]> git.donarmstrong.com Git - lilypond.git/blob - input/test/sketch.ly
ffe66521e513c3334e9e09872a64920c0c319786
[lilypond.git] / input / test / sketch.ly
1 \header {
2 texidoc="sketch output supported features"
3 }
4 \score {
5   \notes\relative c''' {
6 % doesn't work yet  
7 %    \time 3/4
8     a4( a a a )a
9     \stemDown
10     a,8( b c )d
11     \stemUp
12     \slurDown d16( c b )a
13   }
14 }