lilypond-user
[Top][All Lists]
Advanced

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

Re: Default Rehearsal Marks with Text


From: Kieren MacMillan
Subject: Re: Default Rehearsal Marks with Text
Date: Fri, 25 Jan 2008 23:46:35 -0500

Hi Douglas,

Another minor issue I'm not going to worry about for
now is how to get the g:aug7 chord to display as "G+7"
instead of "G7/#5"....is it easy or do I have to dive
into the chord naming code

Both!  ;-)

Hope this helps.
Kieren.
______________________

\version "2.11.37"
\include "english.ly"

DougsChordNames =
{
        <c e gs bf>1-\markup { \super "+7" }
}
chExceptions = #(append (sequential-music-to-chord-exceptions DougsChordNames #t) ignatzekExceptions)

chordStuff = \chordmode
{
        % standard names
        g1:aug7
% names with custom exceptions (maybe do this at the \context { \Score } level instead?)
        \set chordNameExceptions = #chExceptions
        g1:aug7
}

\score
{
        \new ChordNames \chordStuff
}




reply via email to

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