]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/barline.ly
97ac88ac613547db03e981d0afeebb9912bfda59
[lilypond.git] / input / bugs / barline.ly
1 \header {
2         title = "The river is flowing";
3         composer = "Traditonal (?)";
4 }
5
6 melody = \notes \relative c' {
7         \partial 8;
8         g8 |
9         
10         
11         \bar "|.";\clef bass;
12 }
13
14
15
16 accompaniment =\chords  \sequential {
17         r8
18         c2:min f:min 7 
19 }
20
21 \score {
22         \simultaneous {
23           \context ChordNames \accompaniment
24              \context Staff {
25                 \melody }
26         }
27         \paper { }
28         \midi  { }
29 }