]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-no-beam.ly
Merge commit 'e63d4d6'
[lilypond.git] / input / regression / auto-beam-no-beam.ly
index 721eaf858b73de86417778999e4b26ed829de453..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.2.0"
 
-\score {
-    \notes { c8 c-\noBeam c c }
-    }
+\version "2.10.0"
+\layout {
+    ragged-right = ##t
+}
+
+\relative  { c8 c-\noBeam c c }