]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/no-bar-lines.ly
Fix #362 (2)
[lilypond.git] / input / test / no-bar-lines.ly
index a706304caa9b8ac30ba02d61e947d7d9ef6cbe6c..f114743e3606f45c5f6a3c668ebf71a60493d850 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.28"
+\version "2.10.0"
 % 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
+  \layout {
+    ragged-right = ##t
+    \context {
+      \Staff
       whichBar = #""
       \remove "Time_signature_engraver"
     }