]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.8
authorfred <fred>
Sun, 12 Aug 2001 18:51:08 +0000 (18:51 +0000)
committerfred <fred>
Sun, 12 Aug 2001 18:51:08 +0000 (18:51 +0000)
input/bugs/spacing-clefs.ly [new file with mode: 0644]

diff --git a/input/bugs/spacing-clefs.ly b/input/bugs/spacing-clefs.ly
new file mode 100644 (file)
index 0000000..67c31e7
--- /dev/null
@@ -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. } 
+ }
+
+