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
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
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
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
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
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
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
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