Hi Stephen and Alberto,

While your solution works Stephen it seems to me inelegant and complicated to 
go to the complexity of using voices to force lilypond into submission.

In what way does LSR 861 not do what you needed? We could adapt it.

Andrew


On 27/03/2016, 16:49, "Stephen MacNeil" 
<lilypond-user-bounces+andrew.bernard=gmail....@gnu.org on behalf of 
classicalja...@gmail.com> wrote:

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 

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

Reply via email to