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