Comment #4 on issue 1367 by [email protected]: Enhancement: NoteNames context should handle any note names language
http://code.google.com/p/lilypond/issues/detail?id=1367#c4

note-name-engraver: add user-defined note names support

Property "noteNameList" added in order to display
note names in languages other than Deutsch.

Example:
\version "2.13.37"
\include "espanol.ly"
notes = \relative do' { do re mi do }

\new Staff <<
  \notes
  \context NoteNames {
    \set noteNameList = #'("la" "si" "do" "re" "mi" "fa" "sol")
    \notes }


http://codereview.appspot.com/8593046

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to