]> 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 989191ec17b8e0433daf1b4ca2e51dcaafe31a6b..63519187a71ccba41e1eda0115a0f36b6633d12e 100644 (file)
@@ -1,9 +1,11 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\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"
     }