]> 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 e044a58c0c346edb79ea69b5fd5c57ae10047bc8..63519187a71ccba41e1eda0115a0f36b6633d12e 100644 (file)
@@ -1,9 +1,11 @@
 
-\version "1.9.8"
+\version "2.3.2"
 % possible rename to bar-lines-foo.  -gp
 
 \header{ texidoc = "@cindex Bar Lines Remove
-You can stop LilyPond from printing bar lines by removing the engraver. "
+Engravers can be removed one by one. Here, the time signature and bar lines 
+have been removed.
+"
 }
 
 \score {
@@ -13,8 +15,8 @@ You can stop LilyPond from printing bar lines by removing the engraver. "
   }
   \paper {
     raggedright = ##t
-    \translator {
-      \StaffContext
+    \context {
+      \Staff
       whichBar = #""
       \remove "Time_signature_engraver"
     }