]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-no-beam.ly
Fix #339.
[lilypond.git] / input / regression / auto-beam-no-beam.ly
index 9ce4334408fefad86912042629f80d5580741f1e..1b46c2a8ab968123f69e286a130355dd7e64ede9 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.36"
 
-\score {
-    \notes { c8 c-\noBeam c c }
-    }
+\version "2.10.0"
+\layout {
+    ragged-right = ##t
+}
+
+\relative  { c8 c-\noBeam c c }