]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-note-flags.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / spacing-note-flags.ly
index dc0293b058b88a891a6fc8b6892e8481de6804c8..eaaa5a30324faefa376124ce666df953331f9aae 100644 (file)
@@ -1,21 +1,23 @@
+\version "2.14.0"
 
 \header {
 
-texidoc = "The flags of 8th notes take some space, but not
+  texidoc = "The flags of 8th notes take some space, but not
     too much: the space following a flag is less than the space
     following a beamed 8th head."
 
 }
 
-\score {  \relative c'' \context Staff {
-    \set autoBeaming = ##f
-    a8[ a8 a8 a8]
-    a8 a8 a8 a8
-}
 \layout {
-raggedright = ##t
-    }
-     }
+  ragged-right = ##t
+}
+
+\relative c'' \context Staff {
+  \set autoBeaming = ##f
+  a8[ a8 a8 a8]
+  a8 a8 a8 a8
+}
+
+
 
-\version "2.6.0"