]> git.donarmstrong.com Git - lilypond.git/blob - input/test/wtk-huh.ly
release: 1.1.43
[lilypond.git] / input / test / wtk-huh.ly
1
2 %{
3 What's supposed to be demonstrated here?
4 %}
5 \score{
6         \context Staff \notes\relative c'''{
7                 < \context Voice = one {
8                 \stemup
9                 \voiceone
10                 [g8 a g f]
11                 }
12                 \context Voice=two
13                 {
14                 \stemdown
15                 \voicetwo
16                 [c8 f e d]
17                 }>
18         }
19         \paper{
20                 linewidth=-1.;
21         }
22 }
23
24 \version "1.0.19";