]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bugs/barline.ly
patch::: 1.3.126.jcn3
[lilypond.git] / input / bugs / barline.ly
index ff14437a0535ec56a461a12d75358572ce0d75d9..5ce93268bb3677325a6b14938ea6ad097ca29504 100644 (file)
@@ -1,37 +1,25 @@
 \header {
-       title = "The river is flowing";
-       composer = "Traditonal (?)";
+texidoc= "Staffs that end half way a system should end at the bar line.";
 }
 
 melody = \notes \relative c' {
        \partial 8;
        g8 |
-       c4 c8 d [es () d] c4 | f4 f8 g [es() d] c g |
-       c4 c8 d [es () d] c4 | d4 es8 d c4.
        \bar "|.";\clef bass;
 }
 
-text = \lyrics {
-       The ri -- ver is flo -- wing, flo -- wing and gro -- wing, the
-       ri -- ver is flo -- wing down to the sea.
-}
+
 
 accompaniment =\chords  \sequential {
        r8
-       c2-min f-min 7 d-min es4 c8-min r8
-       c2-min f-min 7 g c-min
+       r2 r2
 }
 
 \score {
        \simultaneous {
          \context ChordNames \accompaniment
-         \addlyrics
             \context Staff {
-               \property Voice.beamAuto = "0"
-               \property Staff.automaticMelismas = "1"
                \melody }
-            \context LyricVoice \text
        }
        \paper { }
-       \midi  { }
 }