From: fred Date: Fri, 18 Jun 1999 12:02:42 +0000 (+0000) Subject: lilypond-1.1.49 X-Git-Tag: release/1.5.59~5792 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9b8c31213a1c210dc6dffbaabf56d2c3fa0d7d08;p=lilypond.git lilypond-1.1.49 --- diff --git a/input/bugs/spacing.ly b/input/bugs/spacing.ly new file mode 100644 index 0000000000..47fb626f7c --- /dev/null +++ b/input/bugs/spacing.ly @@ -0,0 +1,14 @@ +\score { + \notes \transpose c''{ c\longa*1/4 c\breve*1/2 c1 c2 c4 c8 c16 c32 c64 } + \paper { + \translator { + \StaffContext + \remove "Staff_symbol_engraver"; + \remove "Time_signature_engraver"; + \remove "Bar_engraver"; + \remove "Clef_engraver"; + } +linewidth = -1.; + }} + +