how do I apply it to a specific note in a \set shapeNoteStyles contextWell, I'm not sure what you're aiming for, but try this:
miNarrow = #(lambda (grob) (if (eqv? (ly:grob-property grob 'style) 'miMirror)Cheers, Robin(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 }
<<attachment: miNarrow.png>>
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user