]> git.donarmstrong.com Git - lilypond.git/blob - input/test/sketch.ly
2beab50097866509d698770782e7f91c4b0e76d3
[lilypond.git] / input / test / sketch.ly
1 \version "1.7.18"
2 % looks like a really old file.  delete.  -gp
3 \header {
4 texidoc="sketch output supported features"
5 }
6 \score {
7   \notes\relative c''' {
8 % doesn't work yet  
9 %    \time 3/4
10     a4( a a a a-)
11     \stemDown
12     a,8( b c d-)
13     \stemUp
14     \slurDown d16( c b a-)
15   }
16 }
17 %% new-chords-done %%