lilypond-user
[Top][All Lists]
Advanced

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

Re: markup and midi


From: Gianmaria Lari
Subject: Re: markup and midi
Date: Wed, 14 Jun 2017 19:22:27 +0200

I wanted to try to avoid to split the midi in a different "block" but I will go in this way.

Thank you Kieren and Guy!
g.


On 14 June 2017 at 19:02, Kieren MacMillan <address@hidden> wrote:
Hi Gianmaria,

> Ok, something more real:
>
> \version "2.19.60"
> \markup \fill-line {
>   \score {
>     {c' d'}
>     \midi{}
>     \layout{}
>   }
>   \score {
>     {c' d'}
>     \midi{}
>     \layout{}
>   }
> }

Hmm… maybe something like this (WARNING: didn't try it myself!)?

\version "2.19.60"

%%  visual output
\markup \fill-line {
  \score {
    {c' d'}
  }
  \score {
    {c' d'}
  }
}

%%  MIDI output
\score {
  {c' d'}
  \midi{}
}
\score {
  {c' d'}
  \midi{}
}

Hope this helps,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden



reply via email to

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