or %%%%%%%%%%%%%%%%%%
% Stem
Ri = {
\once \override Stem.extra-offset =
#(lambda (grob)
(if (eq? (ly:grob-property grob 'direction) right)
'(0 . 0) '(1.168 . -.05)))
% rotate head
\once \override NoteHead.rotation = #'(-58 0 0)
}
% Done
%%%%%%%%%%%%%%%%%%%
{
c''
\Ri c''
}
Stephen
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
