]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-note-flags.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / spacing-note-flags.ly
index d0edc43d1a87212ba4627d2cb65f2ca712f8ed0e..9771c636a8e64ead403a234adcc2284ee672db5c 100644 (file)
@@ -1,3 +1,4 @@
+\version "2.16.0"
 
 \header {
 
@@ -7,15 +8,16 @@
 
 }
 
+\layout {
+  ragged-right = ##t
+}
+
 \relative c'' \context Staff {
   \set autoBeaming = ##f
   a8[ a8 a8 a8]
   a8 a8 a8 a8
 }
-\layout {
-  raggedright = ##t
-}
 
 
-\version "2.6.0"
+