]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-no-beam.ly
Adds glissando-skip property to the rhythmic-head-interface.
[lilypond.git] / input / regression / auto-beam-no-beam.ly
index 5d19f3122166c7d89d71301eed59f44e2496031c..be7c874d3145ee2b66a69b717488f8c8d22845d4 100644 (file)
@@ -1,12 +1,14 @@
 \header {
-    
+
     texidoc = "The autobeamer may be switched off for a single note
     with @code{\\noBeam}."
 
 
     }
-\version "2.2.0"
 
-\score {
-    \notes { c8 c-\noBeam c c }
-    }
+\version "2.14.0"
+\layout {
+    ragged-right = ##t
+}
+
+\relative c' { c8 c-\noBeam c c }