lilypond-user
[Top][All Lists]
Advanced

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

Re: Chords and what they mean


From: BB
Subject: Re: Chords and what they mean
Date: Thu, 17 Sep 2015 11:56:40 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

A bug?

\version "2.18.0"

harmonies =

\chordmode {

\set chordNameExceptions =

#(append

powerChordExceptions

ignatzekExceptions)

c:1.5

c^3

c c^3

}

<<

\new ChordNames {

\set chordChanges = ##t

\harmonies

}

\new Staff {

\relative c' { \harmonies }

\break

}

>>



On 17.09.2015 11:33, Thomas Morley wrote:
chrds =
\chordmode {
    \set chordNameExceptions =
      #(append
             powerChordExceptions
             ignatzekExceptions)
    c:1.5
    c^3
}

<<


reply via email to

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