Thomas Morley <thomasmorle...@gmail.com> writes:

> 2013/10/12 Phil Holmes <m...@philholmes.net>:
>> ----- Original Message ----- From: "Kevin Tough" <ke...@toughlife.org>
>> To: "LilypondMailingListGenUser" <lilypond-user@gnu.org>
>> Sent: Saturday, October 12, 2013 2:09 PM
>> Subject: Aligning output question
>>
>>> One of the last hurdles I have to figure out to start producing course
>>> notes is to Left/Right jusify staff output, if it is possible.
>>
>> \paper {
>> ragged-right = ##f
>> }
>
> Perhaps combined with
> \paper {
>   linewidth = <what-ever-you-need>
> }
>
> and/or other settings for paper
> http://lilypond.org/doc/v2.17/Documentation/notation-big-page#page-layout

In this case, it seems like the main purpose is to to arrange one-line
mini-scores together with text.  That sounds more like

\markup { \fill-line { "Here is markup"
                       \score { ... \layout { } } } }

so basically using \score inside of \markup, and have \markup describe
the actual material supposed to fill the line including the score
fragment.

-- 
David Kastrup


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to