lilypond-user
[Top][All Lists]
Advanced

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

Fret-diagram-details in a top-level markup


From: Barikavily
Subject: Fret-diagram-details in a top-level markup
Date: Thu, 11 Jul 2013 23:52:29 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello,

Let's take this two-line example:

\version "2.16.2"
\markup { \fret-diagram #"6-o;5-3;4-2;3-o;2-1;1-o;" }

How can I print this top-level fret-diagram markup in landscape mode???


In a \Voice context one could do:
\override TextScript #'(fret-diagram-details orientation) = #'landscape

In a \Lyrics context one could do: 
\override LyricText #'(fret-diagram-details orientation) = #'landscape

But here? 




reply via email to

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