From 58dcb6accfb81f5bb95bc22e67fea3a7de6fa048 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:24:17 +0000 Subject: [PATCH] lilypond-1.3.68 --- input/bugs/prefatory-spacing.ly | 10 ++++++++++ input/test/accidental.ly | 9 +++++---- 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 input/bugs/prefatory-spacing.ly 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 + > } -- 2.39.5