]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-no-beam.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / auto-beam-no-beam.ly
index ac2a83cda21c1ecedf85ccee6715829d53cbdd6b..bf82fb1f4cba96e071114145984ad9e66e53e413 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.16.0"
+\layout {
+    ragged-right = ##t
+}
+
+\relative c' { c8 c-\noBeam c c }