This seems very strange. Have you verified that the result is correct in the
printed output? I really hope you that you have read and understood
the warning in
http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Accidentals-and-key-signatures#Accidentals-and-key-signatures

If you still have a problem, could you please send a small example to the
mailing list, which illustrates the problem. The following example works
well here, both the MIDI and printed output coincide:

\version "2.10.0"
\score{
\relative c'{
\key f \major
 bes b c d es e f g a bes
}
\midi{}
\layout{}
}

   /Mats

LEDOCQ-BOCCART wrote:
Hi,

I 've written a piece in F major which contains b bemol notes an b natural ones (using Lilypond 2.10.23)
The Midi generated file - simply activated in the following code -

\midi {
}

plays the piece OK except for the b natural which are played b bemol i.e. 1/2 tone too low.

Is there a way to correct to get the correct tune?

Thanks for answering

Charlie


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        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: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to