]> 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 83f6f2aba2f57848f0f2b1cbff9c05ed251a3df2..eaaa5a30324faefa376124ce666df953331f9aae 100644 (file)
@@ -1,19 +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"
+    following a beamed 8th head."
+
+}
 
+\layout {
+  ragged-right = ##t
 }
 
-\score { \notes \relative c'' \context Staff {
-    \property Voice.autoBeaming = ##f
-    [a8 a8 a8 a8] a8 a8 a8 a8
+\relative c'' \context Staff {
+  \set autoBeaming = ##f
+  a8[ a8 a8 a8]
+  a8 a8 a8 a8
 }
-\paper {
-%stafflinethickness = 0.0
-linewidth = -1
-    }
-     }
 
-\version "1.5.49"
+
+
+