]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-no-beam.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / auto-beam-no-beam.ly
index 721eaf858b73de86417778999e4b26ed829de453..d603233edcec86d5c461df106ee86d847c66f5d9 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.3.22"
+\layout {
+    raggedright = ##t
+}
+
+\relative  { c8 c-\noBeam c c }