]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-no-beam.ly
Merge branch 'HEAD' of git://git.sv.gnu.org/lilypond.git
[lilypond.git] / input / regression / auto-beam-no-beam.ly
index 5d19f3122166c7d89d71301eed59f44e2496031c..1b46c2a8ab968123f69e286a130355dd7e64ede9 100644 (file)
@@ -5,8 +5,10 @@
 
 
     }
-\version "2.2.0"
 
-\score {
-    \notes { c8 c-\noBeam c c }
-    }
+\version "2.10.0"
+\layout {
+    ragged-right = ##t
+}
+
+\relative  { c8 c-\noBeam c c }