lilypond-user
[Top][All Lists]
Advanced

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

Re: markup and midi


From: Guy Stalnaker
Subject: Re: markup and midi
Date: Wed, 14 Jun 2017 11:57:23 -0500

I see what you're trying to do, but I don't think (others on this list can correct me if I'm wrong) that \markup is intended for this kind of use:

<quote>
\markup block is used to typeset text with an extensible syntax called “markup mode”
</quote>

From:  http://lilypond.org/doc/v2.19/Documentation/notation/formatting-text

Also: http://lilypond.org/doc/v2.18/Documentation/notation/text-markup-commands

I could be wrong, of course.


Guy Stalnaker
address@hidden

On Wed, Jun 14, 2017 at 11:10 AM, Gianmaria Lari <address@hidden> wrote:
yes, but that was just a "distilled" (concise) example :) 

Ok, something more real:

\version "2.19.60"
\markup \fill-line {
  \score {
    {c' d'}
    \midi{}
    \layout{}
  }
  \score {
    {c' d'}
    \midi{}
    \layout{}
  }
}

On 14 June 2017 at 18:01, Guy Stalnaker <address@hidden> wrote:

On Wed, Jun 14, 2017 at 10:47 AM, Gianmaria Lari <address@hidden> wrote:
\version "2.19.60"
\markup {
  \score { 
    {c' d'}
    \midi{}
    \layout{}
  }
}

​This does - note no \markup required:

<code>
\version "2.19.60"
  \score {
    <<
    {c' d'}
    >>
    \midi{}
    \layout{}
  }
</code>​


Guy Stalnaker
address@hidden



reply via email to

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