]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-no-beam.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / auto-beam-no-beam.ly
index ac170d55054802db82e96fa9c1a1e2aecc9d148b..1791e946c530b3ee84539b53053ca4a2d4e5d262 100644 (file)
@@ -1,14 +1,14 @@
 \header {
-    
+
     texidoc = "The autobeamer may be switched off for a single note
     with @code{\\noBeam}."
 
 
     }
 
-\version "2.3.4"
-\paper {
-    raggedright = ##t
+\version "2.19.21"
+\layout {
+    ragged-right = ##t
 }
 
-{ c8 c-\noBeam c c }
+\relative { c'8 c-\noBeam c c }