]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bugs/barline.ly
input/bugs cleanup
[lilypond.git] / input / bugs / barline.ly
index 97ac88ac613547db03e981d0afeebb9912bfda59..73fb3631c02ab366eff9127236f131c0a8c39dbf 100644 (file)
@@ -1,21 +1,20 @@
+\version "1.3.148"
+
 \header {
-       title = "The river is flowing";
-       composer = "Traditonal (?)";
+texidoc = "Staves that end half way a system should end at the bar line."
 }
 
 melody = \notes \relative c' {
-       \partial 8;
+       \partial 8
        g8 |
-       
-       
-       \bar "|.";\clef bass;
+       \bar "|."\clef bass
 }
 
 
 
-accompaniment =\chords  \sequential {
+accompaniment = \chords  \sequential {
        r8
-       c2:min f:min 7 
+       r2 r2
 }
 
 \score {
@@ -25,5 +24,4 @@ accompaniment =\chords  \sequential {
                \melody }
        }
        \paper { }
-       \midi  { }
 }