Re: one measure per line

2008-09-09 Thread Kieren MacMillan
Hi Mark: Let's say you have 100 measures in your score. Either of these will work: \layout { ragged-right = ##t system-count = #100 } \paper { ragged-right = ##t system-count = #100 } Man, I just love an elegant solution! Kudos, Kieren.

Re: one measure per line

2008-09-09 Thread Josh Parmenter
again, thanks! these both help quite a bit! Best Josh On Sep 9, 2008, at 12:07 AM, Dmytro O. Redchuk wrote: 2008/9/9 Mark Polesky <[EMAIL PROTECTED]>: Josh, Let's say you have 100 measures in your score. Either of these will work: I would say: Let's say you have N measures in your score.

Re: one measure per line

2008-09-09 Thread Josh Parmenter
brilliant! Thanks all. Josh On Sep 8, 2008, at 11:52 PM, Mark Polesky wrote: Josh, Let's say you have 100 measures in your score. Either of these will work: \layout { ragged-right = ##t system-count = #100 } \paper { ragged-right = ##t system-count = #100 } Cheers, Mark

Re: one measure per line

2008-09-09 Thread Dmytro O. Redchuk
2008/9/9 Mark Polesky <[EMAIL PROTECTED]>: > Josh, > > Let's say you have 100 measures in your score. > Either of these will work: I would say: Let's say you have N measures in your score. Either of these will work: \layout { ragged-right = ##t system-count = #K } \paper { ragged-right = ##t

Re: one measure per line

2008-09-09 Thread Mark Polesky
Josh, Let's say you have 100 measures in your score. Either of these will work: \layout { ragged-right = ##t system-count = #100 } \paper { ragged-right = ##t system-count = #100 } Cheers, Mark ___ lilypond-user mailing list lilypond-user@g

Re: one measure per line

2008-09-08 Thread Kieren MacMillan
Hi Josh (et al.), Let's assume your piece is in 4/4 and is 25 measures long. To avoid that limitation, the bar-line engraver might be Scheme- hacked to include a forced \break at every barline… Kieren. ___ lilypond-user mailing list lilypond-user@

Re: one measure per line

2008-09-08 Thread Josh Parmenter
e: I've been searching through the docs and online, and i think the keywords I am using are making this difficult... does anyone have a suggestion for how I can set up parameters so that lilypond only allows one measure per line? Thanks for any help. Josh **

Re: one measure per line

2008-09-08 Thread David Bobroff
icult... does anyone have a suggestion for how I can set up parameters so that lilypond only allows one measure per line? Thanks for any help. Josh ** /* Joshua D. Parmenter http://www.realizedsound.net/josh/ “Every composer – at all times and i

one measure per line

2008-09-08 Thread Josh Parmenter
I've been searching through the docs and online, and i think the keywords I am using are making this difficult... does anyone have a suggestion for how I can set up parameters so that lilypond only allows one measure per line? Thanks for any help.