This is common in guitar music (upper note left). So I asked this same
question some time ago

found here

https://lists.gnu.org/archive/html/lilypond-user/2015-04/msg00010.html

I did look at

http://lsr.di.unimi.it/LSR/Item?id=861

But it didn't work as I needed so I ended up with


%%%%%%%%%%%%%%%%%%%%%


\version "2.18.2"

nh = {

\once \override NoteHead.rotation = #'(.1 0 -380)

\once \override Stem.transparent = ##t

% Not needed I think

% \once \override Flag.transparent = ##t

}


\relative c' {

\time 2/4


% default

<<{e,16 [<c'' bes>] g, [<c' bes>] d, [<c' bes>] c, [<c' bes>]}\\{e,,8 [g]
d' c}>>


% my solution

<<{e,16 [c''] g, [c'] d, [c'] c, [c']}\\{s \nh bes!16 s \nh bes s \nh bes16
s \nh bes }\\{\voiceTwo e,,8 [g] d' c}>>


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

Reply via email to