]> 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 a706304caa9b8ac30ba02d61e947d7d9ef6cbe6c..2a18e7389f599942035b0522befccc30a29c2d3b 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.28"
+\version "2.3.4"
 % possible rename to bar-lines-foo.  -gp
 
 \header{ texidoc = "@cindex Bar Lines Remove
@@ -9,14 +9,14 @@ 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"
     }