From 3bfb150e3f8bb59976b9d8bfab2a8afa94f3df58 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 12 Aug 2001 18:51:08 +0000 Subject: [PATCH] lilypond-1.5.8 --- input/bugs/spacing-clefs.ly | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 input/bugs/spacing-clefs.ly 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. } + } + + -- 2.39.5