Klaus Blum <benbigno...@gmx.de> writes:

> 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
>     }
>   }
> }
> % ------------------------------------------------------

We have the required information in predefined fretboards.  Maybe we
should have a general function for substituting chords with the
predefined shapes rather than only do that as part of fretboard display.

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to