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>
A \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
jimmyg...@gmail.com

On Wed, Jun 14, 2017 at 11:10 AM, Gianmaria Lari <gianmarial...@gmail.com>
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 <jimmyg...@gmail.com> wrote:
>
>>
>> On Wed, Jun 14, 2017 at 10:47 AM, Gianmaria Lari <gianmarial...@gmail.com
>> > 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
>> jimmyg...@gmail.com
>>
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to