2014/1/26 Eluze <[email protected]>
> I think what Patrick tells is the way to do it:
>
> to display the fret diagram as defined in the mentioned just add
>
> \new FretBoards \myChords
>
> in the appropriate place!
>
> was that your question?
>
See below: only "Hello World" is printed, the \score is ignored
\version "2.18.0"
\include "predefined-guitar-fretboards.ly"
myChords = \chordmode {
c1
a1:m
g1:7
c1:7
f1
}
\markup {
Hello World
\score {
<<
\new ChordNames {
\set chordChanges = ##t
\myChords
}
\new FretBoards {
%\set chordChanges = ##t
\myChords
}
>>
}
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user