lilypond-user
[Top][All Lists]
Advanced

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

Re: how to display a predefined guitar fretboard inside a \markup block


From: Eluze
Subject: Re: how to display a predefined guitar fretboard inside a \markup block
Date: Sun, 26 Jan 2014 23:26:15 -0800 (PST)

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.



reply via email to

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