lilypond-user
[Top][All Lists]
Advanced

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

English.ly breaks all flats for key signature


From: Peter Otto
Subject: English.ly breaks all flats for key signature
Date: Fri, 14 Oct 2011 07:29:13 -0700

Unable to get any flats in the Key Signature when I include the English.ly
When I enter "es" for \key it returns E double sharp.  "e" will work as well.  All flats i.e. "eis" will fail.

\version "2.14.2"
\include "english.ly"

EFlatWontWork =
    \relative c' {    
    \key eis \major   
    <<
    \new Voice = "eFlat" { {e} }
      >>
   
}
\score {
    \new Staff = "uppera" \EFlatWontWork
    \midi {
    }
  \layout {
  }



Thank you

reply via email to

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