hris Ellis
On Sun, 2004-08-15 at 19:12, Erik Sandberg wrote:
> Sorry, I don't understand. The output with lilypond 2.2.5 looks normal to me,
> please specify what the unexpected behaviour is.
>
> Erik
>
> On Sunday 15 August 2004 12.09, Christopher Ellis wrote:
> &g
Is this a bug? Sorry is this is a repeat.
\version "2.2.0"
#(ly:set-point-and-click 'line-column)
#(set-default-paper-size "letter")
#(set-global-staff-size 18)
vlnI = \notes \relative c' {
\clef violin
\key e \major
\time 2/2
r16 g\ff a g c e g c e2 |
\times 2/3 { fis8 g a } b4 r4 e
Not sure if this is a bug. I quickly viewed the
subject lines of the last two months. With the tag
stuff commented out, it produces the desired result.
There is an extra line, clef, and time signature as
is. A "solution" is easy. Just put the tagged stuff
after the first measure. Sorry if this