lilypond-user
[Top][All Lists]
Advanced

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

Re: Parenthesizing chord names


From: Kieren MacMillan
Subject: Re: Parenthesizing chord names
Date: Sun, 1 Mar 2009 11:26:47 -0500

Hi Tim,

Rather than writing a separate ending, I'd like to just parenthesize the last three chords over the final two bars so they would render:
F    (    Ab7    Dbmaj7    C7    )

Don't know how to (easily) parenthesize all the chords, but you can easily parenthesize each chord — see attached.

Hope this helps!
Kieren.

\version "2.12.2"

#(define (parenthesis-ignatzek-chord-names in-pitches bass inversion context) (markup #:line ("(" (ignatzek-chord-names in-pitches bass inversion context) ")")))

chordset = \chordmode
{
  c1:7 g1:7
  \set chordNameFunction = #parenthesis-ignatzek-chord-names
  a1:7 f1:7
  \unset chordNameFunction
  c1:7 g1:7
}

\score
{
  \new ChordNames \chordset
}



reply via email to

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