I just have an idea, but no perfect solution.

I modified the triangle of the 7+ to maj7 and it worked. May be this patten will work for dim7 as well? (Not shure!) My/A problem is, that I do not know the name of the symbol (my guess dimSevenSymbol is not correct) for the diminished 7. But I am shure somebody in this blog will help?

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.25"
\chords {
    cis:dim7
   \set dimSevenSymbol = \markup { dim7 } %<----- change this to maj7
   cis:dim7
   cis:7+
   \set majorSevenSymbol = \markup { maj7 } %<----- change this to maj7
   cis:7+
 }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Am 16.10.2015 20:10, schrieb Yann:
Hello all !

Is there a way to modify 7dim (e.g. print "C#7dim"  instead of default
"C#07") notation in chord names, like what can be done for maj7 with
majorSevenSymbol property ?

Thanks in advance !
Yann

_______________________________________________
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