Hi Ben, 

Benjamin Bloomfield wrote
> I'm trying to figure out how to make chord modifiers like "sus4" not be
> superscript.

for your first issue you can modify what you've found in "Customizing chord
names": 

% -----------------------------------------------------------
chExceptionMusic = {
  <c f g>1-\markup { \tiny "sus4" }
}

% Convert music to list and prepend to existing exceptions.
chExceptions = #( append
  ( sequential-music-to-chord-exceptions chExceptionMusic #t)
  ignatzekExceptions)

\new ChordNames \chordmode {
  g1:sus4
  \set chordNameExceptions = #chExceptions
  g1:sus4
}

\layout {
  ragged-right = ##t
}
% -----------------------------------------------------------

Cheers, 
Klaus





--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/chord-names-tp199985p199989.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to