]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-note-flags.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / spacing-note-flags.ly
index 7f9e36527a29b07fcae92fa45d8803c4d904875a..b6fef5be214bf0487dfb8f80cf21016018d2cecf 100644 (file)
@@ -1,21 +1,21 @@
+
 \header {
 
 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."
 
 }
 
-\score { \notes \relative c'' \context Staff {
-    \property Voice.autoBeaming = ##f
-    a8-[ a8 a8 a8]
+\score {  \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 %%
+\version "2.3.4"
+