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