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