lilypond-user
[Top][All Lists]
Advanced

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

Aligning parenthesized chords


From: Mark Mathias
Subject: Aligning parenthesized chords
Date: Fri, 28 Mar 2014 03:07:58 -0400

May I please have some help aligning the parenthesized chords so that the letter names align vertically with the unparenthesized chords below them?
Thank you!
Mark
 
\version "2.18.0"

#(define (parenthesis-ignatzek-chord-names in-pitches bass inversion

context)

(markup #:line ("(" (ignatzek-chord-names in-pitches bass inversion

context) ")")))

chordNames = \chordmode { c1 g }

chordNamesCapo = \chordmode {

\transpose c' a {

\set chordNameFunction = #parenthesis-ignatzek-chord-names

c1 g

}

}

chordsPart = \new ChordNames \chordNames

chordsPartCapo = \new ChordNames \chordNamesCapo

soprano = \relative c' { c4 c c c b b b b }

\score {

<<

\chordsPartCapo

\chordsPart

\soprano

>>

\layout { }

}


reply via email to

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