bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Rendering bug in Lilypond 2.8.0 / 2.9.4


From: Mats Bengtsson
Subject: Re: Rendering bug in Lilypond 2.8.0 / 2.9.4
Date: Wed, 10 May 2006 22:35:06 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

Please read the whole section on Grace notes in the manual. This is an extremely well-known bug!

  /Mats

Quoting "Alain-Pierre P." <address@hidden>:

Hello to all debuggers out there.

If you try to compile this little lilypond file with either lilypond 2.8.0 or
lilypond 2.9.4 :

% Start here
\version "2.7.40"

pianoG = \notemode {
 \key d \major
 \time 3/4
 \clef treble
 \acciaccatura a''8 b''4 a''8 \acciaccatura a''8 b''4 a''8 |
}

pianoF = \notemode {
 \key d \major
 \time 3/4
 \clef bass
 b,4. fis |
}

\score {
 \context PianoStaff <<
   \context Staff = upper \pianoG
   \context Staff = lower \pianoF >>
 \layout {
   ragged-last = ##t
 }
}
% End here

...you will find that the first accaciatura is stranglely rendered. If you cut the "\acciaccatura a''8" and recompile the file, then the rendering is correct.

Alain-Pierre



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond








reply via email to

[Prev in Thread] Current Thread [Next in Thread]