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.

_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to