]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-no-beam.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / auto-beam-no-beam.ly
index ec8130a40039f5050474e590e64af0a429480a75..449a751f2833e7cb979a97075085387834c04311 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.28"
 
-\score {
-    \notes { c8 c-\noBeam c c }
-    }
+\version "2.11.51"
+\layout {
+    ragged-right = ##t
+}
+
+\relative  { c8 c-\noBeam c c }