Tim Sheasby wrote:
how do I apply it to a specific note in a \set shapeNoteStyles context
Well, I'm not sure what you're aiming for, but try this:
miNarrow = #(lambda (grob) (if (eqv? (ly:grob-property grob 'style) 'miMirror)
     (ly:stencil-scale (ly:note-head::print grob) 0.5 1.5)
     (ly:note-head::print grob)))
\relative c' {
   \override NoteHead #'stencil = #miNarrow
   \aikenHeads
   <c e>4
   <c e>4
 }
Cheers, Robin

<<attachment: miNarrow.png>>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to