]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam.ly
* lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
[lilypond.git] / input / regression / auto-beam.ly
index bc8e57a263e5a6d0ad5d2ae9c2e491e529f97509..e5e61b0ea6a28fe70a0fe460062e74cdc31561a2 100644 (file)
@@ -1,24 +1,25 @@
 
 \header {
 
-texidoc="Test automatic beamer: the last measure should have a single beam."
+texidoc="Beams are place automatically; the last measure should have a single 
+beam."
 
 }
 
-\version "1.9.2"
+\version "2.3.4"
 
 
 
 \paper  { raggedright = ##t } 
 
 \score {
-  \notes \relative c'' {
+   \relative c'' {
     a\longa a\breve  
     a1 a2 a4 a8 a16 a32 a64 a64 
   }
   \paper {
-    \translator {
-      \StaffContext
+    \context {
+      \Staff
        \remove "Clef_engraver"
 %%     \remove "Staff_symbol_engraver"
     }