Re: trying to add a new \language

2011-06-19 Thread -Eluze
R. Mattes wrote: > >> \version "2.15" > > Most likely: the language needs to be put in quotes: > > \language "myLanguage" > no, with or without quotes works with all languages! > Better to put the langauge definition into a separate .ly-file and include > it. > Production code should also

Re: trying to add a new \language

2011-06-18 Thread Ralf Mattes
On Fri, 17 Jun 2011 13:55:59 -0700, -Eluze wrote: > R. Mattes wrote: >> >> Sorry, but since I left my telepathic helmet at home there's no way for >> me to know how myLanguage is supposed to look. That would be _your_ job >> to fill in. >> > yes, i'm trying to do so - and as i said it's working

Re: trying to add a new \language

2011-06-17 Thread -Eluze
R. Mattes wrote: > > Sorry, but since I left my telepathic helmet at home there's no way for > me to know how myLanguage is supposed to look. That would be _your_ job to > fill in. > yes, i'm trying to do so - and as i said it's working when i add it in the note-names definitions file! >> an

Re: trying to add a new \language

2011-06-16 Thread Ralf Mattes
On Thu, 16 Jun 2011 08:56:46 -0700, -Eluze wrote: > R. Mattes wrote: >> >> 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 wo

Re: trying to add a new \language

2011-06-16 Thread David Raleigh Arnold
On Thursday 16 June 2011 11:56:46 -Eluze wrote: > R. Mattes wrote: > > 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 hope this gets resolved, because IMO there should be a way of using one o

Re: trying to add a new \language

2011-06-16 Thread -Eluze
R. Mattes wrote: > > 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 w

Re: trying to add a new \language

2011-06-16 Thread Ralf Mattes
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 wond

trying to add a new \language

2011-06-15 Thread -Eluze
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