Hi Peter,

I would like to set two short movements of a piece
on the same page, but with different line-widths

No problem:

%%%%%%%%%%%%%%%%%%%%%%
\version "2.11.47"
\paper { ragged-right = ##f indent = 0 }
\score
{
        { r4 c d e f g a b c1 }
        \layout { line-width = 8\cm }
}
\score
{
        { r4 c d e f g a b c1 }
}
%%%%%%%%%%%%%%%%%%%%%%

Hope this helps!
Kieren.


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

Reply via email to