lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 7dim symbol in chord names


From: Blöchl Bernhard
Subject: Re: 7dim symbol in chord names
Date: Fri, 16 Oct 2015 23:00:03 +0200
User-agent: Roundcube Webmail/0.9.5

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

[Prev in Thread] Current Thread [Next in Thread]