Dear readers, I noticed a bug with "accifdentals" in Lilypond 2.0.1:
Compile the code below, and notice that because of the gis'4 in the first barline, the g'4 in the SECOND barline is corrupted! It gets a flattend sign, although the key is C major! Does anyone know a solution for this problem? Thansks, Rene Olsthoorn. \include "nederlands.ly" \include "paper20.ly" \paper { raggedright = ##t indent = 0.0\mm linewidth = 15.000000\cm interscoreline = 5.0\pt %Default = 15 pagenumber = 0 \translator { \StaffContext %minimumVerticalExtent = #'(-3. 3) %\remove Time_signature_engraver %\remove Bar_engraver %\remove "Clef_engraver" } } \header { title = "" composer = "" tagline = "" piece = "" } %\property Voice.Stem \set #'transparent = ##t upper = \notes { \property Score.timing = ##f \property Staff.explicitKeySignatureVisibility = #begin-of-line-visible \clef treble \time 4/4 \key c \major %\repeat unfold 2 { s1 } a'2 a'4 a'4 d''4 c''4 b'2 a'4 c''4 b'4 a'4 a'4 gis'4 a'2 r2 \repeat unfold 2 { s1 } \bar "" \break %\property Staff.Clef = \turnOff \clef treble \key c \major %\repeat unfold 2 { s1 } a'2 a'4 a'4 bes'2 g'2 f'4 s2 f'4 g'4 a'4 d'4 f'4 e'2 d'2 r2 %\repeat unfold 2 { s1 } \bar "" \break \bar "|." } \score { \context Staff = upper \upper %\paper { linewidth = 8.0 \cm } } -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm _______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond