lilypond-user
[Top][All Lists]
Advanced

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

Re: Two Line of Chords


From: Kieren MacMillan
Subject: Re: Two Line of Chords
Date: Thu, 22 Jan 2009 10:58:56 -0500

Hi Ezequiel:

what about the ()?

\version "2.12"

#(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.5+
}

\score
{
        <<
                \new ChordNames \chordset
\new ChordNames \with { chordNameFunction = #parenthesis-ignatzek- chord-names } \transpose d c \chordset
                \new Staff \chordset
        >>
}

Hope this helps!
Kieren.




reply via email to

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