2014/1/26 Eluze <elu...@gmail.com>

> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to