bug-lilypond
[Top][All Lists]
Advanced

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

\powerChords produces superscript 5 that is too large


From: Greg Swinford
Subject: \powerChords produces superscript 5 that is too large
Date: Thu, 11 Apr 2013 14:34:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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
}




reply via email to

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