]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-chord.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[lilypond.git] / input / regression / note-head-chord.ly
index bfdd455cbddc1911abc25e8eb4e89cf782b31829..2c9ec9dbd845353dc48e71dec3c19f25dcf10977 100644 (file)
@@ -1,3 +1,4 @@
+\version "1.7.18"
 
 \header {
     texidoc = "Note heads are flipped on the stem to prevent collisions.
@@ -6,11 +7,14 @@ It also works for whole heads that have invisible stems.
 
 }
 
+    \paper { raggedright= ##t }
+
 \score { \notes \relative c''
         \context Thread {
-            <g4 a c>
-            <c d g a>
-            <c d e >
-            <c c g>
-            <c1 d f g>
+            <<g a c>>4
+            <<c d g a>>
+            <<c d e >>
+            <<c c g>>
+            <<c d f g>>1
     }}
+