Re: update objects

2016-01-17 Thread David Nalesnik
Hi Luca,

On Sat, Jan 16, 2016 at 6:52 AM, Luca Danieli  wrote:

> Thank you David,
>
> I recently introduced some arrowed micro-tonal notation to my file.
> In the file I was suggested the standard micro-tonal notation is replaced
> by the following code (example):
>
> (ceh . ,(ly:make-pitch -1 0 (/ FLAT 2)))
>
> They told me that to enable this symbol I have to update the arrowGlyphs.
>
> Alternatively I could use the standard symbol for representing
> quarter-tones, but I don't know how to produce it.
>
> I tried for example this:
>
> (ceh . ,(ly:make-pitch -1 0 (* FLAT 1/2)))
>
> but it doesn't work.
> So I now have arrowed-notation but I cannot reproduce anymore quarter-tone
> standard notation.
>
> This is why I would like to update "arrayGlyphs", but unfortunately I
> don't understand the "how to".
>

I really can't answer this question without a minimal compiling example to
work with.

In any case, this appears to be a follow-up question to this thread:
http://www.mail-archive.com/lilypond-user%40gnu.org/msg107353.html

Perhaps you would be more likely to get an answer if you pose your question
on that thread.

Best,
David
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


RE: update objects

2016-01-16 Thread Luca Danieli
Thank you David,
I recently introduced some arrowed micro-tonal notation to my file. In the file 
I was suggested the standard micro-tonal notation is replaced by the following 
code (example):(ceh . ,(ly:make-pitch -1 0 (/ FLAT 2)))They told me that to 
enable this symbol I have to update the arrowGlyphs.
Alternatively I could use the standard symbol for representing quarter-tones, 
but I don't know how to produce it.
I tried for example this:(ceh . ,(ly:make-pitch -1 0 (* FLAT 1/2)))but it 
doesn't work.So I now have arrowed-notation but I cannot reproduce anymore 
quarter-tone standard notation.
This is why I would like to update "arrayGlyphs", but unfortunately I don't 
understand the "how to".
Luca

Date: Fri, 15 Jan 2016 12:07:01 -0600
Subject: Re: update objects
From: david.nales...@gmail.com
To: mr.luce...@hotmail.it
CC: lilypond-user@gnu.org

Hi Luca,
On Fri, Jan 15, 2016 at 11:29 AM, Luca Danieli <mr.luce...@hotmail.it> wrote:



Hello,
May I ask where I can find information about or how can I update objects in 
lilypond in ubuntu?I have specifically to update the object arrowGlyphs but I 
am unable to find this specific information on internet.
Can someone give me a hint?

"arrowGlyphs" is not actually part of LilyPond.  It appears to be a custom 
definition from an LSR snippet found here: 
http://lsr.di.unimi.it/LSR/Snippet?id=786
How are you wanting to update it?
David ___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


update objects

2016-01-15 Thread Luca Danieli
Hello,
May I ask where I can find information about or how can I update objects in 
lilypond in ubuntu?I have specifically to update the object arrowGlyphs but I 
am unable to find this specific information on internet.
Can someone give me a hint?
Luca

  ___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: update objects

2016-01-15 Thread David Nalesnik
Hi Luca,

On Fri, Jan 15, 2016 at 11:29 AM, Luca Danieli <mr.luce...@hotmail.it>
wrote:

> Hello,
>
> May I ask where I can find information about or how can I update objects
> in lilypond in ubuntu?
> I have specifically to update the object arrowGlyphs but I am unable to
> find this specific information on internet.
>
> Can someone give me a hint?
>
>
"arrowGlyphs" is not actually part of LilyPond.  It appears to be a custom
definition from an LSR snippet found here:
http://lsr.di.unimi.it/LSR/Snippet?id=786

How are you wanting to update it?

David
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user