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{}
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to