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: [email protected]


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to