|
| From: | Kieren MacMillan |
| Subject: | Re: how to set different line-widths for different movements within same score? |
| Date: | Sat, 7 Jun 2008 20:25:25 -0400 |
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.
| [Prev in Thread] | Current Thread | [Next in Thread] |