Am Mo., 4. Mai 2020 um 11:00 Uhr schrieb Rita Composer <[email protected]>:
>
> Dear Helpers,
>
> I wrote in the ly file
>
> \chordmode
> { \germanChords a1 a2:4 s2 s1 a1 s1 a fis:m e a fis:m gis cis cis:m
> cis:m fis:m h cis:m
> cis:m fis:m h cis:m
>
> And in the note/score appeared
> A4sus3
>
> How can I manage simple A4?
>
> Thank you!
> Rita
As far as I can tell, "sus" is hardcoded.
You need to go for chordNameExceptions, see NR
Btw, a:4 will include the third. See:
chrds = \chordmode { a2:4 a:1.4 a:1.4.5 }
<<
\new ChordNames \chrds
\new Staff \chrds
>>
Cheers,
Harm