bug-lilypond
[Top][All Lists]
Advanced

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

Re: Possible formatting bug in 2.11 when using bagpipe.ly


From: Mats Bengtsson
Subject: Re: Possible formatting bug in 2.11 when using bagpipe.ly
Date: Tue, 04 Sep 2007 13:49:57 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

It's certainly a bug and it's not specific to bagpipe.ly. The problem is that property settings that are modified within each section of grace notes seem to be reverted not to the value they had before the grace notes but instead they seem to be
completely cleared. Example:

\version "2.11.32"
\relative c''{
\stemUp
\override NoteHead #'font-size = #-1
c d e f
\grace d16
% Here, the stemUp and font-size properties should be the same as earlier,
% but they are back to the factory defaults!
c4 d e f
}

Also, from the warning printouts from LilyPond, I noticed another bug in
the definition of \showKeySignature in bagpipe.ly. It was easy to fix, so
I have already corrected it.

  /Mats

PortlandPiper wrote:
I am not sure if this is a bug or just a difference between 2.11 and 2.10, but
just in case...

Run this source through 2.9 or 2.10 and then through 2.11
=====
\include "bagpipe.ly"



{

        \showKeySignature

        \time 2/4

        \grg a2 G16 \grd c16 d4.

        \bar "|."

}

=====

In 2.10 the tails on the 16th notes are below the note heads.

In 2.11 the tails on the 16th notes are above the note heads and the tails run
right through the D gracenote (\grd).

Also, if there is a correct place/way for me to submit bugs, please let me know.
 I only found this one first.




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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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