Re: the interaction of \paper spacing variables

2011-10-20 Thread Ewald Gutenkunst
if you are using that:

 \context {

   \Score 
   \override NonMusicalPaperColumn #'line-break-permission = ##f
\override NonMusicalPaperColumn #'page-break-permission = ##f
}

you are completely self responsible for all breaks - perhaps this helps


cheers
Ewald


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


Re: the interaction of \paper spacing variables

2011-10-20 Thread Kieren MacMillan
Hi Ewald,

 if you are using that:
 
 \context {
 
   \Score 
   \override NonMusicalPaperColumn #'line-break-permission = ##f
\override NonMusicalPaperColumn #'page-break-permission = ##f
 }
 
 you are completely self responsible for all breaks - perhaps this helps

Thank you, but I already know about those — in fact, that's how I manually 
determined the final output I prefer. Now I want to turn those permissions back 
on, and let Lilypond do the breaking, but get the same output (in terms of page 
and system counts).

Cheers,
Kieren.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: the interaction of \paper spacing variables

2011-10-20 Thread -Eluze



Kieren MacMillan wrote:
 
 Hello, all!
 
 I'm using 2.15.14, and finding certain \paper variables not working as I
 would have thought.
 
 Manually forcing line and page breaks, I found a format I like: 1 page of
 3 systems, then 4 pages of 4 systems each, for a total of 19 systems over
 5 pages. So I inserted a \pageBreak where I wanted it in the music, and
 then used
 
 \paper {
   system-count = 19
   page-count = 5
 }
 
 This did not accomplish what I wanted — in fact, I ended up with 8 pages
 [!!].
 Why doesn't this work? Is there anything I can do to get what I want,
 short of manually forcing the line and page breaks?
 
 
hi Kieren

just another idea - try min-systems-per-page = #3 and/or
max-systems-per-page = 4. 

i know in the past they had more effect than other commands (however i don't
remember when that was).

Eluze
-- 
View this message in context: 
http://old.nabble.com/the-interaction-of-%5Cpaper-spacing-variables-tp32686745p32690072.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


the interaction of \paper spacing variables

2011-10-19 Thread Kieren MacMillan
Hello, all!

I'm using 2.15.14, and finding certain \paper variables not working as I would 
have thought.

Manually forcing line and page breaks, I found a format I like: 1 page of 3 
systems, then 4 pages of 4 systems each, for a total of 19 systems over 5 
pages. So I inserted a \pageBreak where I wanted it in the music, and then used

\paper {
  system-count = 19
  page-count = 5
}

This did not accomplish what I wanted — in fact, I ended up with 8 pages [!!].
Why doesn't this work? Is there anything I can do to get what I want, short of 
manually forcing the line and page breaks?

Thanks,
Kieren.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user