lilypond-user
[Top][All Lists]
Advanced

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

Re: chord names


From: Klaus Blum
Subject: Re: chord names
Date: Fri, 10 Feb 2017 16:51:18 -0700 (MST)

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.



reply via email to

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