]> 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 7f9e36527a29b07fcae92fa45d8803c4d904875a..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"
+    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
-raggedright = ##t
-    }
-     }
-
-\version "1.7.18"
-%% new-chords-done %%
+
+
+
+