bug-lilypond
[Top][All Lists]
Advanced

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

Re: \powerChords produces superscript 5 that is too large


From: Eluze
Subject: Re: \powerChords produces superscript 5 that is too large
Date: Sat, 13 Apr 2013 15:24:47 -0700 (PDT)

Greg Swinford wrote
>> I'm not top posting.
> 
> \version "2.14.2"
> 
> newPowerChordSymbol = {
>   
> <c g>
> -\markup { \super "5" }
> }
> 
> chExceptions = #( append
>   ( sequential-music-to-chord-exceptions newPowerChordSymbol #t)
>   ignatzekExceptions)
> 
> music = \chordmode {c:7 c:1.5 c:sus4}
> 
> \new ChordNames \chordmode {
> % the 5 is currently much bigger than the 7 or sus4
>   \powerChords \music
> % it should match the size of the other numbers
>   \set chordNameExceptions = #chExceptions \music
> }

please have a look at
http://www.lilypond.org/doc/v2.17/Documentation/notation/displaying-chords#customizing-chord-names

Selected Snippets

Chord name exceptions

it's important to put the music /after/  setting \set chordNameExceptions =
…

Eluze




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/powerChords-produces-superscript-5-that-is-too-large-tp144326p144403.html
Sent from the Bugs mailing list archive at Nabble.com.



reply via email to

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