]> 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 02f034ef1cc84f78b781d915295b1273a9a6f0d8..2a18e7389f599942035b0522befccc30a29c2d3b 100644 (file)
@@ -1,18 +1,26 @@
-\version "1.7.16"
+
+\version "2.3.4"
+% 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'' {
+   \relative c'' {
     a b c d
     d c b a
   }
   \paper {
     raggedright = ##t
-    \translator {
-      \StaffContext
+    \context {
+      \Staff
       whichBar = #""
       \remove "Time_signature_engraver"
     }
   }
 }
 
-%% new-chords-done %%
+