bug-lilypond
[Top][All Lists]
Advanced

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

Bug in \acciaccatura


From: Christian Hitz
Subject: Bug in \acciaccatura
Date: Mon, 31 Jan 2005 20:05:09 +0100

Hi,

i found a rather strange bug in \acciaccatura in 2.5.10 (running on MacOSX 10.3.7). The head of the d acciaccatura in the first score is printed in normal size (too big). As opposite to the second score (key signature and time reversed) where the note head size is correct.

\version "2.5.10"
\paper{
        raggedright = ##t
}
\book{
        \score{
                \relative c''{
                \time 2/2
                \key g \major
                \acciaccatura { d16[ e fis ] }
                g1 }
        }
        \score{
                \relative c''{
                \key g \major
                \time 2/2
                \acciaccatura { d16[ e fis ] }
                g1 }
        }
}

Christian





reply via email to

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