]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.68
authorfred <fred>
Tue, 26 Mar 2002 23:24:17 +0000 (23:24 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:24:17 +0000 (23:24 +0000)
input/bugs/prefatory-spacing.ly [new file with mode: 0644]
input/test/accidental.ly

diff --git a/input/bugs/prefatory-spacing.ly b/input/bugs/prefatory-spacing.ly
new file mode 100644 (file)
index 0000000..6ffeb87
--- /dev/null
@@ -0,0 +1,10 @@
+% the space after clef/key is stretched too much.
+
+foo = \notes\relative c''   {   \key as \major; dis4 dis dis! dis? }
+
+\score {
+
+  < \foo 
+   \context NoteNames \foo
+  >
+}
index 89aafb10e982752b0dc899bce7de4d0a7b87a73c..23a0c7ca7fe46d502f2cc270d05a96c13acfde97 100644 (file)
@@ -1,8 +1,9 @@
 
-foo = \notes\relative c''   { cis4 cis cis! cis? }
+foo = \notes\relative c''   {   \key as \major; dis4 dis dis! dis? }
+
 \score {
 
-  <\foo 
-       \context NoteNames \foo
->
+  < \foo 
+   \context NoteNames \foo
+  >
 }