lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: left pointing note heads


From: Stephen MacNeil
Subject: Re: left pointing note heads
Date: Thu, 1 Oct 2015 04:35:21 -0400

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]