]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-note-flags.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-note-flags.ly
index 83f6f2aba2f57848f0f2b1cbff9c05ed251a3df2..81c03b14f8c22cbce6168eebae3b46b3b9cf829e 100644 (file)
@@ -1,19 +1,23 @@
+\version "2.19.21"
+
 \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 \context Staff {
+  \set autoBeaming = ##f
+  a'8[ a8 a8 a8]
+  a8 a8 a8 a8
 }
-\paper {
-%stafflinethickness = 0.0
-linewidth = -1
-    }
-     }
 
-\version "1.5.49"
+
+
+