]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/no-bar-lines.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / test / no-bar-lines.ly
index e044a58c0c346edb79ea69b5fd5c57ae10047bc8..01252b618c630628ccb26db3f908791c1144bc68 100644 (file)
@@ -1,20 +1,22 @@
 
-\version "1.9.8"
+\version "2.3.22"
 % 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 {
+  \layout {
     raggedright = ##t
-    \translator {
-      \StaffContext
+    \context {
+      \Staff
       whichBar = #""
       \remove "Time_signature_engraver"
     }