2013/4/5 Thomas Morley <[email protected]>:
> 2013/4/5 David Kastrup <[email protected]>:
>> Thomas Morley <[email protected]> writes:
>>
>>> 2013/4/4 David Kastrup <[email protected]>:
>>>
>>>>
>>>> Regarding the "you can't have LilyPond figure out page breaking" angle:
>>>> maybe <URL:http://code.google.com/p/lilypond/issues/detail?id=1334> is a
>>>> suitable building block for that.
>>>>
>>>> --
>>>> David Kastrup
>>>
>>> \markup \score { ... }  now _can_ handle pageBreak, though, if you try
>>> (with appropriate settings of line-width)
>>> \markup \line { \score { ... } \score { ... }  }
>>> it fails again.
>>> Found no way around.
>>
>> \score must be used in a place where _only_ markup lists are allowed to
>> be a markup list rather than a single markup.  So something like
>> \column-lines \score
>>
>> --
>> David Kastrup
>
> Couldn't figure it out.
> \markuplist \column-lines { \score { ... } \score { ... } } places the
> two scores vertically on top of each other

(forgot to add:)
and without pageBreak

> not horizontal side by
> side.
>
> Btw, there's no example for \column-lines in the docs.
> Well,  there's
> http://lsr.dsi.unimi.it/LSR/Item?id=394
> dealing two lists, printing them in two columns.
> Though, in this snippet every line is "prepared" by a custom-markup-command.
>
> -Harm

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

Reply via email to