]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam.ly
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
[lilypond.git] / input / regression / auto-beam.ly
index f6ca2018b928391f7ef2d92fc58824bb07002c2a..44e5e529ecc5455a64ee20975ac785e9a33711f2 100644 (file)
@@ -1,28 +1,20 @@
-
 \header {
-
-texidoc="Beams are place automatically; the last measure should have a single 
+  texidoc="Beams are placed automatically; the last measure should have a single
 beam."
-
 }
 
-\version "2.1.30"
-
-
+\version "2.12.0"
 
-\paper  { raggedright = ##t } 
-
-\score {
-  \notes \relative c'' {
-    a\longa a\breve  
-    a1 a2 a4 a8 a16 a32 a64 a64 
-  }
-  \paper {
-    \context {
-      \StaffContext
-       \remove "Clef_engraver"
-%%     \remove "Staff_symbol_engraver"
-    }
+\layout  {
+  ragged-right = ##t 
+  \context {
+    \Staff
+    \remove "Clef_engraver"
   }
 }
 
+
+\relative c'' {
+  a\longa a\breve  
+  a1 a2 a4 a8 a16 a32 a64 a64 
+}