Federico Bruni-5 wrote
> 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
>       }
>     >>
>   }
> }

pleas always check the log - it says:

"warning: no systems found in \score markup, does it have a \layout block?"

does this help?

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/how-to-display-a-predefined-guitar-fretboard-inside-a-markup-block-tp158493p158509.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to