]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-no-beam.ly
Adapt display-lily-tests regtest for fixed issue 3349
[lilypond.git] / input / regression / auto-beam-no-beam.ly
index 96c4c89a092000b6cc7cc163be52cebdadd316b5..bf82fb1f4cba96e071114145984ad9e66e53e413 100644 (file)
@@ -1,12 +1,14 @@
 \header {
-    
+
     texidoc = "The autobeamer may be switched off for a single note
     with @code{\\noBeam}."
 
 
     }
-\version "2.3.4"
 
-\score {
-     { c8 c-\noBeam c c }
-    }
+\version "2.16.0"
+\layout {
+    ragged-right = ##t
+}
+
+\relative c' { c8 c-\noBeam c c }