]> 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 158d95e15b83fc00255b56556ad83b09567d29c5..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 {
+  ragged-right = ##t
 }
-\paper {
-raggedright = ##t
-    }
-     }
 
-\version "2.3.16"
+\relative c'' \context Staff {
+  \set autoBeaming = ##f
+  a8[ a8 a8 a8]
+  a8 a8 a8 a8
+}
+
+
+