lilypond-user
[Top][All Lists]
Advanced

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

"accidental" problem in lilypond 2.0.1


From: Rene Olsthoorn
Subject: "accidental" problem in lilypond 2.0.1
Date: Tue, 06 Jan 2004 09:20:29 -0500

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





reply via email to

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