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