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