lilypond-user
[Top][All Lists]
Advanced

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

Re: adding common guitar chords


From: Klaus Blum
Subject: Re: adding common guitar chords
Date: Mon, 13 Feb 2017 03:33:46 -0700 (MST)

Hi Julien, 

Julien Cubizolles wrote
> Is there a way to define
> such a chord and name it (with the "full" suffix for example) so that in
> chordmode one could use g:full, c:full and so on ? 

you can define your chord by assembling the six "real" pitches:

% ------------------------------------------------------
g_full = #(define-music-function (parser location) ()
            #{
              <g, d g b d' g'>
            #})

{
  \new TabStaff {
    \chordmode {
      g1 \g_full g
    }
  }
}
% ------------------------------------------------------

Cheers, 
Klaus




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/adding-common-guitar-chords-tp200057p200058.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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