]> 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 ac2a83cda21c1ecedf85ccee6715829d53cbdd6b..1791e946c530b3ee84539b53053ca4a2d4e5d262 100644 (file)
@@ -1,12 +1,14 @@
 \header {
-    
+
     texidoc = "The autobeamer may be switched off for a single note
-    with @code{\noBeam}."
+    with @code{\\noBeam}."
 
 
     }
-\version "2.1.26"
 
-\score {
-    \notes { c8 c-\noBeam c c }
-    }
+\version "2.19.21"
+\layout {
+    ragged-right = ##t
+}
+
+\relative { c'8 c-\noBeam c c }