]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/barline.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / bugs / barline.ly
1
2 \header {
3 texidoc= "Staffs that end half way a system should end at the bar line.";
4 }
5
6 melody = \notes \relative c' {
7         \partial 8;
8         g8 |
9         \bar "|.";\clef bass;
10 }
11
12
13
14 accompaniment =\chords  \sequential {
15         r8
16         r2 r2
17 }
18
19 \score {
20         \simultaneous {
21           \context ChordNames \accompaniment
22              \context Staff {
23                 \melody }
24         }
25         \paper { }
26 }