From fa78a70824593706ad55cbf38923d7a5414579db Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 02:00:03 +0000 Subject: [PATCH] lilypond-1.5.8 --- input/bugs/1st-note-spacing.ly | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 input/bugs/1st-note-spacing.ly diff --git a/input/bugs/1st-note-spacing.ly b/input/bugs/1st-note-spacing.ly new file mode 100644 index 0000000000..56803b1071 --- /dev/null +++ b/input/bugs/1st-note-spacing.ly @@ -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. } +} -- 2.39.5