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: albie
Subject: Re: Orientation of notes in chords
Date: Sun, 27 Mar 2016 08:10:36 +0100

Hi, Stephen.
Yor code is smaller and easier to read
It will probably help with my issue.
Thank you
Alberto

Sent from my android device.

-----Original Message-----
From: Stephen MacNeil <address@hidden>
To: address@hidden, Lilypond-User Mailing List <address@hidden>
Sent: Sun, 27 Mar 2016 6:50
Subject: Re: Orientation of notes in chords

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}>>


}



reply via email to

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