lilypond-user
[Top][All Lists]
Advanced

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

Re: Fixing Lead Sheet Chord Numbers


From: Ben
Subject: Re: Fixing Lead Sheet Chord Numbers
Date: Thu, 2 Nov 2017 14:57:41 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

On 11/2/2017 2:45 PM, Reilly Farrell wrote:
Thank you for your reply!  I should have started by mentioning I'm working in Version 2.18.2.  I've tinkered with the sample code a bit more - the following block should serve our purposes better:

\version "2.18.2"

\score {
<<
\relative c' {
c4 c c c |
}

\chords {
c4:13 c4:11 c4:13.11+ c4:aug7
}
>>
\layout{}
\midi{}
}

The intent here is to find a way to print the first, third and fourth chords without 9 and 7.


Hi Reilly,

Here is some code to help you with the chords.
Let us know if you need more than this...
(see attached)

PS. Don't forget to hit reply all or reply to list when responding to messages :) That way everyone gets them, not just who you're replying to.

%%%%%%%%%%

\version "2.18.2"

\score {
<<
\relative c' {
c4 c c c |
}

\chords {
c4:13.11
c4:11
c4:5.13.11+
c4:aug
}
>>
\layout{}
}

Attachment: chords.png
Description: PNG image


reply via email to

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