]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/no-bar-lines.ly
* Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
[lilypond.git] / input / test / no-bar-lines.ly
index a35f7727009133eb4d9922b12280381ff23d63ea..63519187a71ccba41e1eda0115a0f36b6633d12e 100644 (file)
@@ -1,4 +1,12 @@
-\version "1.3.146"
+
+\version "2.3.2"
+% 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'' {
     d c b a
   }
   \paper {
-    linewidth = -1.
-    \translator {
-      \StaffContext
+    raggedright = ##t
+    \context {
+      \Staff
       whichBar = #""
       \remove "Time_signature_engraver"
     }
   }
 }
 
+