]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.8
authorfred <fred>
Wed, 27 Mar 2002 02:00:03 +0000 (02:00 +0000)
committerfred <fred>
Wed, 27 Mar 2002 02:00:03 +0000 (02:00 +0000)
input/bugs/1st-note-spacing.ly [new file with mode: 0644]

diff --git a/input/bugs/1st-note-spacing.ly b/input/bugs/1st-note-spacing.ly
new file mode 100644 (file)
index 0000000..56803b1
--- /dev/null
@@ -0,0 +1,12 @@
+\header {
+texidoc="apparently added in 1.5.2 -- what about it?"
+}
+\version "1.3.148"
+
+\score {\notes \relative c'' <
+\context Staff = SA { \times 6/7 { [c8 c c c c c c] }  }
+\context Staff = SB { \times 6/6 { [c c c c c c] }  }
+>
+
+\paper { linewidth = -1. }
+}