>>> Subject: Getting ragged-last-bottom et. al to work?
>
>>         Umm,,, no I don't want a ragged layout. I want the last line on
>> the last page to fill the line..
>
> Well, the example you sent is too complex to debug by sight and doesn't
> compile without all the included files, but ragged-last in a layout block
> definitely does work as documented:
>
> \score {
>     \repeat unfold 52 c''
>     \layout {
>         ragged-last = ##t
>     }
> }
>
> \score {
>     \repeat unfold 52 c''
>     \layout {
>         ragged-last = ##f
>     }
> }
>

          Yes, I have proven to myself that it works for simple examples.
I am trying
to reduce my example to a simple one that will still demonstrate the problem
but I haven't been able to... yet.

         All if the files needed to compile my example can be found in

http://www.gooeytar.com/projects/FourMoments/Python/

     Also I modified
/usr/local/lilypond/usr/share/lilypond/current/scm/paper.scm
by adding a 9" X 12" paper size, which is standard size for music score in
my locale

 ("gooeytar_9X12" . (cons (* 9.0 in) (* 12.0 in)))


     -steve

> --
> Phil Holmes
>
>
>



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

Reply via email to