]> 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 4a773cca7f16dc05e0bad74a3abb5e47c4429a41..81c03b14f8c22cbce6168eebae3b46b3b9cf829e 100644 (file)
@@ -1,21 +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."
 
 }
 
-\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.17"
+\relative \context Staff {
+  \set autoBeaming = ##f
+  a'8[ a8 a8 a8]
+  a8 a8 a8 a8
+}
+
+
+