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 <kieren_macmil...@sympatico.ca>
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: i...@kierenmacmillan.info
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to