]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-no-beam.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / auto-beam-no-beam.ly
index ac2a83cda21c1ecedf85ccee6715829d53cbdd6b..e0656c40ad045e9d4f141a90546f71dbce72b59e 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.12.0"
+\layout {
+    ragged-right = ##t
+}
+
+\relative  { c8 c-\noBeam c c }