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