lilypond-user
[Top][All Lists]
Advanced

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

Re: Orientation of notes in chords


From: Andrew Bernard
Subject: Re: Orientation of notes in chords
Date: Sun, 27 Mar 2016 22:15:10 +1100
User-agent: Microsoft-MacOutlook/0.0.0.160212

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" <address@hidden on behalf of address@hidden> 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 address@hidden https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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