arrow notehead and articulation

2012-11-20 Thread Orm Finnendahl
Hi, I'm trying to replace a notehead above the staff by an arrow indicating a very high pitch. Here is my code, resulting in the attached example png: pfeileins = { \once \override NoteHead #'stencil = #ly:text-interface::print \once \override NoteHead #'stem-attachment = #'( 0.1 . 1 )

Re: arrow notehead and articulation

2012-11-20 Thread Jeffrey Trevino
Hi Orm, It might not be the best way to go, but one solution is to override the Y-offset of the Script object. I added this override into pfeilzwei in the code below, and it works just fine on my machine: pfeileins = { \once \override NoteHead #'stencil = #ly:text-interface::print \once

Re: arrow notehead and articulation

2012-11-20 Thread Orm Finnendahl
Hi Jeffrey, thanks, that kind of works, but the position of the articulation is wrong for other pitches and doesn't seem to be relative to the notehead's Y-position. Does anybody know how to fix that? -- Orm Am Dienstag, den 20. November 2012 um 16:13:39 Uhr (+0100) schrieb Jeffrey Trevino:

Re: arrow notehead and articulation

2012-11-20 Thread Nathan
On Tue, Nov 20, 2012 at 6:06 AM, Orm Finnendahl o.finnend...@inm.mh-freiburg.de wrote: Hi, I'm trying to replace a notehead above the staff by an arrow indicating a very high pitch. Here is my code, resulting in the attached example png: [...] Here are two solutions. The first one kills

Re: arrow notehead and articulation

2012-11-20 Thread Orm Finnendahl
Hi Nathan, great, thanks a lot! -- Orm Am Dienstag, den 20. November 2012 um 08:40:03 Uhr (-0800) schrieb Nathan: On Tue, Nov 20, 2012 at 6:06 AM, Orm Finnendahl [1]o.finnend...@inm.mh-freiburg.de wrote: Hi,  I'm trying to replace a notehead above the staff by an arrow