lilypond-user
[Top][All Lists]
Advanced

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

Re: 4


From: James E. Bailey
Subject: Re: 4
Date: Mon, 29 Dec 2008 12:08:03 +0100


Am 29.12.2008 um 11:58 schrieb sdfgsdhdshd:

Is there a way to get in the pdf only the simple 4?

I don't understand how it works, but I got this from Mark Polesky (I think) and it worked for me.
\version "2.11.64"

myChordDefinitions = {
        <c e g b des'>-\markup \super{–9}
        <c e f>-\markup \super{4}
        <c e>-\markup \super{3}
}

myChordExceptions = #(append
   (sequential-music-to-chord-exceptions myChordDefinitions #t)
   ignatzekExceptions)

myChordInit = {
        \set chordRootNamer = #(chord-name->german-markup #t)

   \set chordPrefixSpacer = #0.4

   \set majorSevenSymbol = \markup{j\super{7}}
   \set chordNameExceptions = #myChordExceptions
}





reply via email to

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