triangle noteheads

2014-05-15 Thread Nick Didkovsky
Hello I want a triangle notehead for percussion, the kind Norman Weinberg suggests for cowbell on page 16 of http://www.percussiontoday.com/filer/notation.pdf The following gives me a sideways, concave shaped triangle, which is not what i want: \override NoteHead #'style = #'triangle What is t

Re: triangle noteheads

2014-05-15 Thread Fredrik Wallberg
Hi Nick, you'll find more noteheads here: http://www.lilypond.org/doc/v2.19/Documentation/notation/the-feta-font#shape_002dnote-notehead-glyphs . This snippet by Victor Adan shows how to use them in a score: http://lsr.di.unimi.it/LSR/Snippet?id=475. An example: cowbell = { \once \override

Re: triangle noteheads

2014-05-15 Thread Nick Didkovsky
Hi Fredrik Works perfectly, thanks! Much appreciated, Nick On 5/15/2014 6:55 PM, Fredrik Wallberg wrote: Hi Nick, you'll find more noteheads here: http://www.lilypond.org/doc/v2.19/Documentation/notation/the-feta-font#shape_002dnote-notehead-glyphs. This snippet by Victor Adan shows how to

Re: triangle noteheads

2014-06-09 Thread Nick Didkovsky
Dear Lilypond users, A brief followup question regarding this technique of assigning noteheads. I am using the notehead glyph technique to set noteheads, but have run into trouble trying to change noteheads within a chord. Continuing with the cowbell example code that Fredrik originally sent me

Re: triangle noteheads

2014-06-09 Thread Thomas Morley
2014-06-09 21:01 GMT+02:00 Nick Didkovsky : > Dear Lilypond users, > > A brief followup question regarding this technique of assigning noteheads. > > I am using the notehead glyph technique to set noteheads, but have run into > trouble trying to change noteheads within a chord. > Continuing with th

Re: triangle noteheads

2014-06-10 Thread Pierre Perol-Schneider
2014-06-09 22:42 GMT+02:00 Thomas Morley : > myHead = > #(define-music-function (parser location music)(ly:music?) > (if (music-is-of-type? music 'event-chord) > #{ > \override NoteHead.stencil = #(new-head "doThin") > #music > #} > #{ > \tweak NoteHead

Re: triangle noteheads

2014-06-10 Thread Thomas Morley
2014-06-10 9:50 GMT+02:00 Pierre Perol-Schneider : > 2014-06-09 22:42 GMT+02:00 Thomas Morley : > > >> >> myHead = >> #(define-music-function (parser location music)(ly:music?) >> (if (music-is-of-type? music 'event-chord) >> #{ >> \override NoteHead.stencil = #(new-head "doThin") >

Re: triangle noteheads

2014-06-14 Thread Nick Didkovsky
Thanks Thomas Morley and Pierre Perol-Schneider, I have implemented this technique and it looks like it's working very well. Much appreciated! Nick Didkovsky On 6/10/2014 7:51 AM, Thomas Morley wrote: 2014-06-10 9:50 GMT+02:00 Pierre Perol-Schneider : 2014-06-09 22:42 GMT+02:00 Thomas Morley :