]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/no-bar-lines.ly
* scm/lily.scm (ly:all-stencil-expressions):
[lilypond.git] / input / test / no-bar-lines.ly
index fcdf1ec876f092c63129d2f0532754efc2ec327e..2a18e7389f599942035b0522befccc30a29c2d3b 100644 (file)
@@ -1,20 +1,22 @@
 
-\version "1.9.2"
+\version "2.3.4"
 % 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 {
-  \notes \relative c'' {
+   \relative c'' {
     a b c d
     d c b a
   }
   \paper {
     raggedright = ##t
-    \translator {
-      \StaffContext
+    \context {
+      \Staff
       whichBar = #""
       \remove "Time_signature_engraver"
     }