]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/no-bar-lines.ly
Fix #362 (2)
[lilypond.git] / input / test / no-bar-lines.ly
index 02f034ef1cc84f78b781d915295b1273a9a6f0d8..f114743e3606f45c5f6a3c668ebf71a60493d850 100644 (file)
@@ -1,18 +1,26 @@
-\version "1.7.16"
+
+\version "2.10.0"
+% possible rename to bar-lines-foo.  -gp
+
+\header{ texidoc = "@cindex Bar Lines Remove
+Engravers can be removed one by one. Here, the time signature and bar lines 
+have been removed.
+"
+}
 
 \score {
-  \notes \relative c'' {
+   \relative c'' {
     a b c d
     d c b a
   }
-  \paper {
-    raggedright = ##t
-    \translator {
-      \StaffContext
+  \layout {
+    ragged-right = ##t
+    \context {
+      \Staff
       whichBar = #""
       \remove "Time_signature_engraver"
     }
   }
 }
 
-%% new-chords-done %%
+