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 { }
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user