Interesting: adding \powerChords to the part leads to the behaviour I expected 
in the first place, i.e.:



I’ll use that by default for jazz scores, then.

JM

> Le 12 sept. 2017 à 17:04, Menu Jacques <imj-...@bluewin.ch> a écrit :
> 
> Pushing things further, I found that the removed third is not obvious in Cb5 
> below, but more seriously perhaps, that the removed C root leads to a G chord 
> being displayed:
> 
> <PastedGraphic-2.tiff>
> 
> Don’t know whether this is correct or not, though.
> 
> JM
> 
> %%%%%%%%%%%%%%%%%%
> 
> \version "2.19.65"
> 
> PartPOneVoiceOne =  \relative a' {
>   \clef "treble" \key c \major \time 4/4 | % 1
>   a4  a a
>   \bar "|."
> }
> 
> PartPOneVoiceOneChords =  \chordmode {
>   | % 1
>   c4:maj7.11+ c4:5.5-^3 c4:5.6-^1 
>   \bar "|."
> }
> 
> 
> % The score definition
> \score {
>   <<
> 
>     \context ChordNames = "PartPOneVoiceOneChords" { \PartPOneVoiceOneChords}
>     \new Staff
>     <<
> 
>       \context Staff <<
>         \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn
>         \context Voice = "PartPOneVoiceOne" {  \PartPOneVoiceOne }
>       >>
>     >>
> 
>   >>
>   \layout {}
>   % To create MIDI output, uncomment the following line:
>   %  \midi {\tempo 4 = 100 }
> }
> 
> %%%%%%%%%%%%%%%%%%
> 
>> Le 12 sept. 2017 à 16:31, Menu Jacques <imj-...@bluewin.ch 
>> <mailto:imj-...@bluewin.ch>> a écrit :
>> 
>> Hello Harm and Knut,
>> 
>> Thanks for your answers.
>> 
>> I know how to customize chord names, but I’m surprised that ':maj7.11+’ 
>> leads to ‘lyd' while ':maj7.11’ is handled alright.
>> 
>> What does ‘lyd’ mean BTW?
>> 
>> JM
>> 
>> 
>>> Le 12 sept. 2017 à 15:44, Knute Snortum <ksnor...@gmail.com 
>>> <mailto:ksnor...@gmail.com>> a écrit :
>>> 
>>> http://lilypond.org/doc/v2.19/Documentation/notation/displaying-chords#customizing-chord-names
>>>  
>>> <http://lilypond.org/doc/v2.19/Documentation/notation/displaying-chords#customizing-chord-names>
>>> 
>>> 
>>> ---
>>> Knute Snortum
>>> (via Gmail)
>>> 
>>> On Tue, Sep 12, 2017 at 2:51 AM, Thomas Morley <thomasmorle...@gmail.com 
>>> <mailto:thomasmorle...@gmail.com>> wrote:
>>> 
>>> 
>>> 2017-09-12 11:37 GMT+02:00 Menu Jacques <imj-...@bluewin.ch 
>>> <mailto:imj-...@bluewin.ch>>:
>>> Hello folks,
>>> 
>>> I get this score:
>>> 
>>> <PastedGraphic-1.tiff>
>>> from what seems to be the reasonable LP code below.
>>> 
>>> What should one write to get:
>>> 
>>> <chordmode problem.png>
>>> 
>>> Thanks if you can help!
>>> 
>>> JM
>>> 
>>> %%%%%%%%%%%%%%%%
>>> 
>>> \version "2.19.65"
>>> 
>>> PartPOneVoiceOne =  \relative a' {
>>>   \clef "treble" \key c \major \time 4/4 | % 1
>>>   a4 \bar "|."
>>> }
>>> 
>>> PartPOneVoiceOneChords =  \chordmode {
>>>   | % 1
>>> 
>>> I don't have time to elaborate a usable code, have to run for my regular 
>>> job ...
>>> Though, I'd once set chordexceptions to '() and majorsevensymbol to "maj", 
>>> please refer to the docs for correct spelling/usage.
>>> If you don't want the resulting super-script add an own exception as 
>>> demonstrated in the NR.
>>> 
>>> Cheers,
>>>   Harm
>>>  
>>>   c4:maj7.11+ \bar "|."
>>> }
>>> 
>>> 
>>> % The score definition
>>> \score {
>>>   <<
>>> 
>>>     \context ChordNames = "PartPOneVoiceOneChords" { 
>>> \PartPOneVoiceOneChords}
>>>     \new Staff
>>>     <<
>>> 
>>>       \context Staff <<
>>>         \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn
>>>         \context Voice = "PartPOneVoiceOne" {  \PartPOneVoiceOne }
>>>       >>
>>>     >>
>>> 
>>>   >>
>>>   \layout {}
>>>   % To create MIDI output, uncomment the following line:
>>>   %  \midi {\tempo 4 = 100 }
>>> }
>>> %%%%%%%%%%%%%%%%
>>> 
>>> 
>>> 
>>> 
>>> _______________________________________________
>>> lilypond-user mailing list
>>> lilypond-user@gnu.org <mailto:lilypond-user@gnu.org>
>>> https://lists.gnu.org/mailman/listinfo/lilypond-user 
>>> <https://lists.gnu.org/mailman/listinfo/lilypond-user>
>>> 
>>> 
>>> 
>>> _______________________________________________
>>> lilypond-user mailing list
>>> lilypond-user@gnu.org <mailto:lilypond-user@gnu.org>
>>> https://lists.gnu.org/mailman/listinfo/lilypond-user 
>>> <https://lists.gnu.org/mailman/listinfo/lilypond-user>
>>> 
>>> 
>>> _______________________________________________
>>> lilypond-user mailing list
>>> lilypond-user@gnu.org <mailto:lilypond-user@gnu.org>
>>> https://lists.gnu.org/mailman/listinfo/lilypond-user 
>>> <https://lists.gnu.org/mailman/listinfo/lilypond-user>
>> 
> 
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to