lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 1367 in lilypond: Enhancement: NoteNames conte


From: lilypond
Subject: Re: [Lilypond-auto] Issue 1367 in lilypond: Enhancement: NoteNames context should handle any note names language
Date: Fri, 19 Apr 2013 02:03:17 +0000


Comment #4 on issue 1367 by address@hidden: 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

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