On Wed, 15 Jun 2011 13:52:22 -0700, -Eluze wrote: > hi > > for some experiments i want to add a new language - let's call it > myLanguage. > > i know i can add it in \scm\define-note-names.scm and this works > perfectly. however i don't want to change this file with every release > and i am wondering if there is a way to include such definitions in a > similar way to -dinclude-settings=….ly. > > thanks for any hints! > Eluze
Hmm, maybe I don't understand your question, but why not: #(set! language-pitch-names (cons `(myLanguage ((ceses . ,(ly:make-pitch -1 0 DOUBLE-FLAT))) ....) language-pitch-names) Put it into a .ly file and include it. HTH Ralf Mattes _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user