From: fred Date: Tue, 26 Mar 2002 23:24:17 +0000 (+0000) Subject: lilypond-1.3.68 X-Git-Tag: release/1.5.59~1504 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=58dcb6accfb81f5bb95bc22e67fea3a7de6fa048;p=lilypond.git lilypond-1.3.68 --- diff --git a/input/bugs/prefatory-spacing.ly b/input/bugs/prefatory-spacing.ly new file mode 100644 index 0000000000..6ffeb877e8 --- /dev/null +++ b/input/bugs/prefatory-spacing.ly @@ -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 + > +} diff --git a/input/test/accidental.ly b/input/test/accidental.ly index 89aafb10e9..23a0c7ca7f 100644 --- a/input/test/accidental.ly +++ b/input/test/accidental.ly @@ -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 + > }