]> 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 cb7f369840f42547fd98f096da71f5ea78ef5829..03a34d1e5c63124fc0c630c691309e3c99e7ceac 100644 (file)
@@ -1,9 +1,9 @@
 \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.12.0"
+\version "2.19.21"
 
 \layout  {
   ragged-right = ##t 
@@ -14,7 +14,7 @@ beam."
 }
 
 
-\relative c'' {
-  a\longa a\breve  
+\relative {
+  a'\longa a\breve  
   a1 a2 a4 a8 a16 a32 a64 a64 
 }