Re: conditional breaks

2018-02-20 Thread Craig Dabelstein
Hi Urs,

I changed the conditional breaks target to "manuscript-breaks" to make sure
there wasn't a conflict but the breaks package is still not working (at
all). I get no errors but also no breaks.

Updated MWE attached.

Craig


On 20 February 2018 at 20:20, Urs Liska  wrote:

> Hi Craig,
>
> Am 20.02.2018 um 11:14 schrieb Craig Dabelstein:
>
> Hi all,
>
> I'm trying to get the edition engraver, scholarly and conditional breaks
> all to work at the same time. In the MWE I've attached, the edition
> engraver and scholarly are working but I can't seem to get the conditional
> breaks to work as well. Could someone please tell me what I'm doing wrong?
>
>
> You didn't specify what not getting "the conditional breaks to work"
> actually means.
>
> Please try using a different target for the breaks:
>
> \registerBreakSet manuscript-breaks
>
> If that fixes the issue I would look into the matter. The "breaks" package
> internally uses the edition-engraver, and maybe there's a conflict when
> using the same target with both packages. (Although I think it should be
> (made) possible).
>
> BTW: You don't necessarily need to load edition-engraver explicitly
> because it will already be loaded by the breaks package. You could just
> start with the EE configuration *after* \loadPackage ... page-layout.
>
> Good luck
> Urs
>
>
> Thanks in advance,
>
> Craig
>
>
> --
> *Craig Dabelstein*
> Maxime's Music
> craig.dabelst...@gmail.com
> *http://maximesmusic.com *
>
>
> ___
> lilypond-user mailing 
> listlilypond-user@gnu.orghttps://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>


-- 
*Craig Dabelstein*
Maxime's Music
craig.dabelst...@gmail.com
*http://maximesmusic.com *


test.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: conditional breaks

2018-02-20 Thread Urs Liska

Hi Craig,


Am 20.02.2018 um 11:14 schrieb Craig Dabelstein:

Hi all,

I'm trying to get the edition engraver, scholarly and conditional 
breaks all to work at the same time. In the MWE I've attached, the 
edition engraver and scholarly are working but I can't seem to get the 
conditional breaks to work as well. Could someone please tell me what 
I'm doing wrong?


You didn't specify what not getting "the conditional breaks to work" 
actually means.


Please try using a different target for the breaks:

\registerBreakSet manuscript-breaks

If that fixes the issue I would look into the matter. The "breaks" 
package internally uses the edition-engraver, and maybe there's a 
conflict when using the same target with both packages. (Although I 
think it should be (made) possible).


BTW: You don't necessarily need to load edition-engraver explicitly 
because it will already be loaded by the breaks package. You could just 
start with the EE configuration *after* \loadPackage ... page-layout.


Good luck
Urs



Thanks in advance,

Craig


--
*Craig Dabelstein*
Maxime's Music
craig.dabelst...@gmail.com 
/http://maximesmusic.com/


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


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


Re: Conditional breaks

2008-08-14 Thread David Pounder
If each score is very short, you could try forbidding page breaks within each 
score:

\new Score \with {
\override NonMusicalPaperColumn #'page-break-permission = ##f
} { 
etc.

May depend on the version you are using.

David.

--- Original Message ---
From: Mark Austin [EMAIL PROTECTED]
To: lilypond-user@gnu.org
Sent: 14.8.08, 15:38:37
Subject: Conditional breaks

-snip
What I'd like to be able to do
is mark a tune so as to add a page break before it if the piece does
not fit on the current page.

Mark Austin.

 --
 For Whigs admit no force but argument
 --


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



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