From: fred Date: Wed, 27 Mar 2002 02:00:03 +0000 (+0000) Subject: lilypond-1.5.8 X-Git-Tag: release/1.5.59~506 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fa78a70824593706ad55cbf38923d7a5414579db;p=lilypond.git lilypond-1.5.8 --- 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. } +}