]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / auto-beam.ly
index bc8e57a263e5a6d0ad5d2ae9c2e491e529f97509..03a34d1e5c63124fc0c630c691309e3c99e7ceac 100644 (file)
@@ -1,27 +1,20 @@
-
 \header {
-
-texidoc="Test automatic beamer: the last measure should have a single beam."
-
+  texidoc="Beams are placed automatically; the last measure should have a single
+beam."
 }
 
-\version "1.9.2"
-
-
+\version "2.19.21"
 
-\paper  { raggedright = ##t } 
-
-\score {
-  \notes \relative c'' {
-    a\longa a\breve  
-    a1 a2 a4 a8 a16 a32 a64 a64 
-  }
-  \paper {
-    \translator {
-      \StaffContext
-       \remove "Clef_engraver"
-%%     \remove "Staff_symbol_engraver"
-    }
+\layout  {
+  ragged-right = ##t 
+  \context {
+    \Staff
+    \remove "Clef_engraver"
   }
 }
 
+
+\relative {
+  a'\longa a\breve  
+  a1 a2 a4 a8 a16 a32 a64 a64 
+}