Re: Help changing chord names

2017-07-18 Thread Tom Swan
Thank you Matthew. This issue is way more complex than I anticipated. I will dig into the resources you referenced. So far, at least, d1:11.13 does what I need in the interim.On July 18, 2017 at 10:04 AM msk...@ansuz.sooke.bc.ca wrote:On Mon, 17 Jul 2017, Tom Swan wrote:Hi. How do I change the cho

Re: Help changing chord names

2017-07-18 Thread mskala
On Mon, 17 Jul 2017, Tom Swan wrote: > Hi. How do I change the chord name to just D13, not D9 13, as in the > following snippet? This is probably rudimentary, but I'm a bit rusty and > just getting back into lp. Thanks. -- Tom Looks like the use case for this thread: http://lilypond.1069038.n5.

Re: Help changing chord names

2017-07-18 Thread Tom Swan
Kieren -- Thank you! That's exactly what I was looking for and couldn't find in the library. I will certainly welcome the new chord name enhancements when available. -- TomOn July 18, 2017 at 8:06 AM Kieren MacMillan wrote:Hi Tom,Please don't quote an entire digest in your answer.How do I edit th

Re: Help changing chord names

2017-07-18 Thread Kieren MacMillan
Hi Tom, Please don't quote an entire digest in your answer. > How do I edit the engraved text shown for a chord name? I am stuck for a > solution. 1. Override the name (cf. ), and choose your chords acco

Re: Help changing chord names

2017-07-18 Thread Tom Swan
ntents of lilypond-user digest..."Today's Topics:Re:MsLily - LilyPond Add-In for Word (Michael Rivers)Help changing chord names (Tom Swan)Re:Help changing chord names (Thomas Morley)Re:MsLily - LilyPond Add-In for Word (Helge Kruse)Re:MsLily - LilyPond Add-In for Word (Denton Thomas)Re:MsLily - Lil

Re: Help changing chord names

2017-07-17 Thread Thomas Morley
2017-07-18 0:54 GMT+02:00 Tom Swan : > Hi. How do I change the chord name to just D13, not D9 13, as in the > following snippet? This is probably rudimentary, but I'm a bit rusty and > just getting back into lp. Thanks. -- Tom > > \version "2.18.2" > songChords = \chordmode { > {d1:13} | > } > \sco

Help changing chord names

2017-07-17 Thread Tom Swan
Hi. How do I change the chord name to just D13, not D9 13, as in the following snippet? This is probably rudimentary, but I'm a bit rusty and just getting back into lp. Thanks. -- Tom \version "2.18.2"songChords = \chordmode { {d1:13} |} \score { << \new ChordNames { \songChords } >> \layout { }}