From: fred Date: Sun, 12 Aug 2001 18:51:08 +0000 (+0000) Subject: lilypond-1.5.8 X-Git-Tag: release/1.5.59~5696 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3bfb150e3f8bb59976b9d8bfab2a8afa94f3df58;p=lilypond.git lilypond-1.5.8 --- diff --git a/input/bugs/spacing-clefs.ly b/input/bugs/spacing-clefs.ly new file mode 100644 index 0000000000..67c31e743f --- /dev/null +++ b/input/bugs/spacing-clefs.ly @@ -0,0 +1,21 @@ + +\header { +texidoc = "If possible clef changes and the like +should be folded under notes of the different staff +" +} + +\score { \notes \relative c'' < \context Staff = SA { +c4 c16 c c c cis4 cis4 +c4 c4 c4 c + + + } + { \key d \major c2 + \clef bass + c,2 c cis2 } > + + \paper { linewidth = -1. } + } + +