]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-no-beam.ly
New function: \ottava #oct, replaces #(set-octavation oct)
[lilypond.git] / input / regression / auto-beam-no-beam.ly
index adfff3e281a9faaba3c7869498f5ae0b314a1cc9..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.30"
 
-\score {
-    \notes { c8 c-\noBeam c c }
-    }
+\version "2.11.51"
+\layout {
+    ragged-right = ##t
+}
+
+\relative  { c8 c-\noBeam c c }