]> 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 ddec4118fad6168a7ab400fe94547c4e9cfbf141..01252b618c630628ccb26db3f908791c1144bc68 100644 (file)
@@ -1,18 +1,26 @@
-\version "1.7.6"
+
+\version "2.3.22"
+% 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 {
-    linewidth = -1.
-    \translator {
-      \StaffContext
+  \layout {
+    raggedright = ##t
+    \context {
+      \Staff
       whichBar = #""
       \remove "Time_signature_engraver"
     }
   }
 }
 
-%% new-chords-done %%
+