Re: Score layout - ragged bottom and page break?

2023-11-12 Thread Alasdair McAndrew
gt; \bookpart { > :: and the next score, and so forth :: > } > } > > One note - using \bookpart inserts a page break between parts, so no need > for any explicit \pageBreak commands. For some more details have a look at: > > http://lilypond.org/doc/v2.24/Documentation/notation/multiple-scores-in-a-book > -- > Michael > >

Re: Score layout - ragged bottom and page break?

2023-11-12 Thread Michael Werner
so forth :: } } One note - using \bookpart inserts a page break between parts, so no need for any explicit \pageBreak commands. For some more details have a look at: http://lilypond.org/doc/v2.24/Documentation/notation/multiple-scores-in-a-book -- Michael

Score layout - ragged bottom and page break?

2023-11-12 Thread Alasdair McAndrew
Hello, (Note: Lilypond v. 2.24.2, in Linux.) I am setting a group of pieces; each piece is in its own score block. I want each score to start on a new page, and the final page in each score to have a ragged-last-bottom, so that the systems are evenly spaced - these are duets, and I like no more

Re: Staff switch over page break spoils vertical spacing

2023-07-09 Thread Vaughan McAlley
On Sun, 9 Jul 2023 at 13:10, Jean Abou Samra wrote: > Le samedi 08 juillet 2023 à 17:44 +1000, Vaughan McAlley a écrit : > > When a staff-switch line goes over a page break, the first system in the > next page is stretched and may cover the next system. In the example here, > it

Re: Staff switch over page break spoils vertical spacing

2023-07-08 Thread Saul Tobin
n a staff-switch line goes over a page break, the first system in the > next page is stretched and may cover the next system. In the example here, > it nearly touches, but in a full score the top system is stretched beyond > the bottom of the page. > > In the wild, a system may stretch ov

Re: Staff switch over page break spoils vertical spacing

2023-07-08 Thread Jean Abou Samra
Le samedi 08 juillet 2023 à 17:44 +1000, Vaughan McAlley a écrit : > When a staff-switch line goes over a page break, the first system in the next > page is stretched and may cover the next system. In the example here, it > nearly touches, but in a full score the top system is stretch

Staff switch over page break spoils vertical spacing

2023-07-08 Thread Vaughan McAlley
Hi, When a staff-switch line goes over a page break, the first system in the next page is stretched and may cover the next system. In the example here, it nearly touches, but in a full score the top system is stretched beyond the bottom of the page. In the wild, a system may stretch over

Re: Non-local page-break oddities

2023-04-25 Thread Joel C. Salomon
to determine what exactly is causing the bad page-breaking results, maybe you are using the optimal-page-turn algorithm for example. Thanks for reminding me about the various page break algorithms.   I’d found that when I last had a chance to work on this project

Re: Non-local page-break oddities

2023-04-24 Thread Jean Abou Samra
Le lundi 24 avril 2023 à 23:33 -0400, Joel C. Salomon a écrit : > I’m getting close to finished with my first Lilypond project, a book of some > 30 scores.  I tried building the `\book` section piecemeal, including a > handful of scores and tweaking the page breaks, and then another batch, and

Re: Non-local page-break oddities

2023-04-24 Thread William Rehwinkel via LilyPond user discussion
Dear Joel, I think that using multiple bookparts is a perfect strategy for this document based on this example, in which each score should nicely start on a new page. Without any minimal examples, it is hard to determine what exactly is causing the bad page-breaking results, maybe you are

Non-local page-break oddities

2023-04-24 Thread Joel C. Salomon
I’m getting close to finished with my first Lilypond project, a book of some 30 scores. I tried building the `\book` section piecemeal, including a handful of scores and tweaking the page breaks, and then another batch, and so on. \book { \scoreI \pageBreak \scoreII \pageBreak \scoreIII

Re: Lilypond-book-preamble introducing page break after custom header

2023-03-15 Thread Jean Abou Samra
Le mercredi 15 mars 2023 à 22:49 +0100, Jean Abou Samra a écrit : > - > use `-dseparate-page-formats=pdf` if you want to get one output file per page > (or per system if also using lilypond-book-preamble.ly), > > > - > use `-dtall-page-formats=pdf` if you want to get squashed pages. P.S. Can

Re: Lilypond-book-preamble introducing page break after custom header

2023-03-15 Thread Jean Abou Samra
Le mercredi 15 mars 2023 à 17:32 -0400, Fr. Samuel Springuel a écrit : > The attached file compiles differently under 2.22 and 2.24: 2.24 introduces a > page break that isn’t present in 2.22.  This is causing some havoc in my > lyluatex tool chain.  Any idea what’s causing the proble

Lilypond-book-preamble introducing page break after custom header

2023-03-15 Thread Fr. Samuel Springuel
The attached file compiles differently under 2.22 and 2.24: 2.24 introduces a page break that isn’t present in 2.22. This is causing some havoc in my lyluatex tool chain. Any idea what’s causing the problem and how to fix it? convert-ly doesn’t change anything in the file when upgrading

Re: Strange Page Break Error

2021-11-17 Thread Hans Aikema
> On 17 Nov 2021, at 13:42, Robert Schmaus wrote: > > Dear Ponderers, > > I was just about to quickly write down a sheet of music, nothing fancy at > all, when all of a sudden I got an exception. This is the full ly code (and I > can’t make it any shorter for the reasons explained below): >

Re: Strange Page Break Error

2021-11-17 Thread Robert Schmaus
Quick Update: The exception did indeed disappear after entering some more music. Header is also no problem anymore … I just hope, it stays like this when I get to the end of the music … > On 17. Nov 2021, at 13:37, Robert Schmaus wrote: > > Dear Ponderers, > > I was just about to quickly

Re: Strange Page Break Error

2021-11-17 Thread Leo Correia de Verdier
This compiled fine for me on lilypond 2.23.3, except for the warning about the empty ChordNames. On lilypond 2.20 I got an error message similar to yours (without the filename weirdness), but it compiled fine if I commented out the ChordNames line or typed something into its music expression.

Strange Page Break Error

2021-11-17 Thread Robert Schmaus
Dear Ponderers, I was just about to quickly write down a sheet of music, nothing fancy at all, when all of a sudden I got an exception. This is the full ly code (and I can’t make it any shorter for the reasons explained below): \version "2.20.0" \header { title = "Sinfonia No. 2 C-Dur"

Re: Avoid page break in the middle of score

2018-11-03 Thread Federico Bruni
Il giorno sab 3 nov 2018 alle 14:38, Sven Axelsson ha scritto: On Sat, 3 Nov 2018 at 13:15, Thomas Morley wrote: Am Sa., 3. Nov. 2018 um 13:16 Uhr schrieb Sven Axelsson : > > I want to auto generate a collection of short tunes by \include-ing the existing files. If there is room for it,

Re: Avoid page break in the middle of score

2018-11-03 Thread Sven Axelsson
On Sat, 3 Nov 2018 at 13:15, Thomas Morley wrote: > Am Sa., 3. Nov. 2018 um 13:16 Uhr schrieb Sven Axelsson > : > > > > I want to auto generate a collection of short tunes by \include-ing the > existing files. If there is room for it, I want to put several tunes on the > same page, but I only

Re: Avoid page break in the middle of score

2018-11-03 Thread Thomas Morley
Am Sa., 3. Nov. 2018 um 13:16 Uhr schrieb Sven Axelsson : > > I want to auto generate a collection of short tunes by \include-ing the > existing files. If there is room for it, I want to put several tunes on the > same page, but I only want page breaks between tunes, never in the middle of > a

Avoid page break in the middle of score

2018-11-03 Thread Sven Axelsson
I want to auto generate a collection of short tunes by \include-ing the existing files. If there is room for it, I want to put several tunes on the same page, but I only want page breaks between tunes, never in the middle of a tune. We can assume that no tune takes up more than one page. I can of

Re: Another page-break problem, particularly fiendish

2016-11-04 Thread Urs Liska
\concat { > "4" > > } > \concat { > > \tiny "√" >\hspace #-0.15 >\override #'(offset . -16) >\override #'(thickness . 1.6) >\underline "23" >":" >\tiny "√" &

Another page-break problem, particularly fiendish

2016-11-03 Thread mclaren
This score fragment follows up on Lilypond code originally posted by Hans Åberg and Malte Men back in June, 2014, on this forum. I've carried the notation a little bit farther. The question I have is: how the devil to generate a proper page break in a score like this? If there's a make-moment

Re: Page Break in Lilypond-book

2016-06-04 Thread Alberto Simões
> I found an old post [1] that seems to state that it is needed to > enclose each portion in a different \book block (?). > > Can anybody confirm? Or explain the better way to force page break > from within a .ly file, to happen in the lilypond-book tex file? I'm not experienced

Re: Page Break in Lilypond-book

2016-06-04 Thread Alberto Simões
state that it is needed to > enclose each portion in a different \book block (?). > > Can anybody confirm? Or explain the better way to force page break > from within a .ly file, to happen in the lilypond-book tex file? I'm not experienced with lilypond-book, but is it as simple as using

Re: Page Break in Lilypond-book

2016-05-26 Thread Alberto Simões
h portion in a different \book block (?). > > Can anybody confirm? Or explain the better way to force page break > from within a .ly file, to happen in the lilypond-book tex file? I'm not experienced with lilypond-book, but is it as simple as using \bookpart to make the page breaks? Or are

Re: Page Break in Lilypond-book

2016-05-16 Thread Alberto Simões
gt; Can anybody confirm? Or explain the better way to force page break > from within a .ly file, to happen in the lilypond-book tex file? I'm not experienced with lilypond-book, but is it as simple as using \bookpart to make the page breaks? Or are you trying to make \pageBreaks within a \score?

Re: Page Break in Lilypond-book

2016-05-16 Thread David Wright
the better way to force page break > from within a .ly file, to happen in the lilypond-book tex file? I'm not experienced with lilypond-book, but is it as simple as using \bookpart to make the page breaks? Or are you trying to make \pageBreaks within a \score? I think you might need to give more cont

Re: Page Break in Lilypond-book

2016-05-16 Thread Phil Holmes
- Original Message - From: "Alberto Simões" <al...@alfarrabio.di.uminho.pt> To: "lilypond" <lilypond-user@gnu.org> Sent: Saturday, May 14, 2016 3:34 PM Subject: Page Break in Lilypond-book Hi It seems that \pageBreak is not honored by Lilypond. I

Page Break in Lilypond-book

2016-05-16 Thread Alberto Simões
Hi It seems that \pageBreak is not honored by Lilypond. I found an old post [1] that seems to state that it is needed to enclose each portion in a different \book block (?). Can anybody confirm? Or explain the better way to force page break from within a .ly file, to happen in the lilypond

RE: Question about page break time indices

2015-12-30 Thread Dirk Klamer
...@gnu.org] On Behalf Of Carl Peterson Sent: woensdag 30 december 2015 8:11 To: lilypond-user@gnu.org Subject: Question about page break time indices All, I am involved in some choral recording projects where we are having the singers sing from projected slides. To aid in timing, pitch, etc., we have

Re: Question about page break time indices

2015-12-30 Thread Thomas Morley
Hi Carl, 2015-12-30 8:10 GMT+01:00 Carl Peterson : > All, > > I am involved in some choral > recording projects where we are > having the singers sing from > projected slides. To aid in timing, > pitch, etc., we have it set up where > they have headphones feeding them the

Re: Question about page break time indices

2015-12-30 Thread Malte Meyn
Am 30.12.2015 um 13:03 schrieb Thomas Morley: > there were some similiar projects for videos etc, can't remember, though. > Others? There is ly2video: https://github.com/aspiers/ly2video For examples search for ly2video on youtube. ___ lilypond-user

Question about page break time indices

2015-12-29 Thread Carl Peterson
All, I am involved in some choral recording projects where we are having the singers sing from projected slides. To aid in timing, pitch, etc., we have it set up where they have headphones feeding them the MIDI of the song being recorded as they sing. All of this is synchonored through

Re: Position of tie after page break

2015-07-03 Thread Pierre Perol-Schneider
Hi Robert, I think you're right. Lower tie shoul look like: \version 2.19.22 { \override Staff.NoteColumn.force-hshift = #0 { e''1_~ } \\ { bes''^~} \break { e'' } \\ { bes''} } It seems to be a bug. Cheers, Pierre 2015-07-02 21:37 GMT+02:00 Robert Schmaus

Position of tie after page break

2015-07-02 Thread Robert Schmaus
Dear Ponderers, I don't know if this an issue at all. But in the following example, the lower tie after the break looks a bit low. \version 2.19.18 \score { \new Staff { e'' bes''1 ~ \break q1 } } When you replace the bes with an b in this example, the lower tie is much closer to

Re: \partcombine reminders after page-break

2013-12-16 Thread Simon Bailey
hi kieren, On Mon, Dec 16, 2013 at 10:01 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Hello all, When a Staff is populated by \partcombine, it is often difficult to tell/remember who is playing right after a page-break. (n.b., Unlike percussion or vocal staves, it isn’t

\partcombine reminders after page-break

2013-12-16 Thread Kieren MacMillan
Hello all, When a Staff is populated by \partcombine, it is often difficult to tell/remember who is playing right after a page-break. (n.b., Unlike percussion or vocal staves, it isn’t normal practice to change the shortInstrumentName of a \partcombine-d Staff.) I’ve seen several scores

Re: \partcombine reminders after page-break

2013-12-16 Thread Kieren MacMillan
Hi Simon, i posted almost the same question in october: http://lists.gnu.org/archive/html/lilypond-user/2013-10/msg00482.html (and http://lists.gnu.org/archive/html/lilypond-user/2013-10/msg00324.html ) Ha! and got no answer. maybe this time… Fingers crossed… Kieren.

Re: Page break after score header

2013-05-16 Thread Rutger Hofman
On 05/16/2013 07:14 AM, Carl Peterson wrote: How would I go about forcing a page break after a score's header (before the actual music)? In preparing slides for my psalter project, I want to generate title cards before the first slide of each score. So far, everything I'be tried either

Page break after score header

2013-05-15 Thread Carl Peterson
How would I go about forcing a page break after a score's header (before the actual music)? In preparing slides for my psalter project, I want to generate title cards before the first slide of each score. So far, everything I'be tried either generates an error or leaves the first system

Re: force page break?

2011-12-02 Thread MING TSANG
Thank you Nick. This helps.   Blessing in+, Ming ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

force page break?

2011-12-01 Thread MING TSANG
Hi, lily users, Is it possible to force a page break.  \break is for line break.   Blessing in+, Ming ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: force page break?

2011-12-01 Thread Nick Payne
On 02/12/11 13:12, MING TSANG wrote: Hi, lily users, Is it possible to force a page break. \break is for line break. \pageBreak ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: force a double page break

2010-06-08 Thread -Eluze
Kieren MacMillan wrote: Hi all, I'm engraving a violin part, and I want a certain page break (manually/explicitly forced) to skip TWO pages, i.e., break the page and then leave a completely blank page. 1. What's the most elegant way of doing this? 2. Is there a way that allows me

Re: force a double page break

2010-06-08 Thread M Watts
This page left intentionally blank ;) ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

force a double page break

2010-06-07 Thread Kieren MacMillan
Hi all, I'm engraving a violin part, and I want a certain page break (manually/explicitly forced) to skip TWO pages, i.e., break the page and then leave a completely blank page. 1. What's the most elegant way of doing this? 2. Is there a way that allows me to have a centred text (e.g

Re: Bookpart without page break?

2010-04-20 Thread Xavier Scheuer
2010/4/17 Graham Percival gra...@percival-music.ca: [...] \header includes tagline and copyright, which does not go above a score. Yes but in the case we use a global \header (i.e. outside any \score block) for everything that is common, then only piece and opus are changed in the \header

Re: Bookpart without page break?

2010-04-17 Thread Reinhold Kainhofer
Am Samstag, 17. April 2010 01:04:38 schrieb Xavier Scheuer: 2010/4/17 Nick Payne nick.pa...@internode.on.net: No, the header blocks need to go at the end of the score blocks, after the music. If the header block goes immediately after the start of the score block, you get an error and the

Re: Bookpart without page break?

2010-04-16 Thread Francisco Vila
2010/4/16 Nick Payne nick.pa...@internode.on.net: I experimented with using \score only, but I couldn't get the headers to display (with centred title and right-justified composer) for each piece. I eventually found that I had to add print-all-headers = ##t to the \paper block to get the

Re: Bookpart without page break?

2010-04-16 Thread James Lowe
Is this is the doc? I took a quick scan (NR 3.1.2 and 3.1.3) and this sounds like it should go in here somewhere. I don't pretend to know about header blocks but if you think this would be good to add I can do that, if you point me where you think it should go. Francisco Vila wrote:

Re: Bookpart without page break?

2010-04-16 Thread Graham Percival
(sorry, forgot to send to list) It's there. gperc...@gperciva-desktop:~/src/lilypond/Documentation/notation$ git grep print-all-headers input.itely:@funindex print-all-headers input.itely: print-all-headers = ##t spacing.itely:@item print-all-headers spacing.itely:@funindex print-all-headers

Re: Bookpart without page break?

2010-04-16 Thread Mats Bengtsson
Graham Percival wrote: (sorry, forgot to send to list) It's there. gperc...@gperciva-desktop:~/src/lilypond/Documentation/notation$ git grep print-all-headers input.itely:@funindex print-all-headers input.itely: print-all-headers = ##t spacing.itely:@item print-all-headers

Re: Bookpart without page break?

2010-04-16 Thread Francisco Vila
2010/4/16 Mats Bengtsson mats.bengts...@ee.kth.se: See also http://lsr.dsi.unimi.it/LSR/Item?id=310 Right, but note that I was [partially] wrong here: Francisco Vila wrote: Yes, and in order to avoid repeated printing of the first title (score title = book title), put your header blocks

Re: Bookpart without page break?

2010-04-16 Thread Mats Bengtsson
Francisco Vila wrote: 2010/4/16 Mats Bengtsson mats.bengts...@ee.kth.se: See also http://lsr.dsi.unimi.it/LSR/Item?id=310 Right, but note that I was [partially] wrong here: Francisco Vila wrote: Yes, and in order to avoid repeated printing of the first title (score

Re: Bookpart without page break?

2010-04-16 Thread Francisco Vila
2010/4/16 Mats Bengtsson mats.bengts...@ee.kth.se: Francisco Vila wrote: 2010/4/16 Mats Bengtsson mats.bengts...@ee.kth.se: See also http://lsr.dsi.unimi.it/LSR/Item?id=310 Right, but note that I was [partially] wrong here: Francisco Vila wrote: Yes, and in order to avoid repeated printing

Re: Bookpart without page break?

2010-04-16 Thread Nick Payne
On 17/04/10 00:41, Mats Bengtsson wrote: Francisco Vila wrote: 2010/4/16 Mats Bengtsson mats.bengts...@ee.kth.se: See also http://lsr.dsi.unimi.it/LSR/Item?id=310 Right, but note that I was [partially] wrong here: Francisco Vila wrote: Yes, and in order to avoid repeated printing of the

Re: Bookpart without page break?

2010-04-16 Thread Xavier Scheuer
2010/4/17 Nick Payne nick.pa...@internode.on.net: No, the header blocks need to go at the end of the score blocks, after the music. If the header block goes immediately after the start of the score block, you get an error and the score doesn't build: error: syntax error, unexpected \header.

Re: Bookpart without page break?

2010-04-16 Thread Graham Percival
On Sat, Apr 17, 2010 at 01:04:38AM +0200, Xavier Scheuer wrote: 2010/4/17 Nick Payne nick.pa...@internode.on.net: No, the header blocks need to go at the end of the score blocks, after the music. More precisely, a score block must start with a music expression; everything else can be

Bookpart without page break?

2010-04-15 Thread nick . payne
I'm setting a number of short pieces, several of which will fit two to a page. If I'm using a table of contents with bookpart and tocItem to get the name of each piece into the TOC, is it possible to avoid having a page break between each score so that I can have more than one piece per page

Re: Bookpart without page break?

2010-04-15 Thread Francisco Vila
2010/4/15 nick.pa...@internode.on.net: I'm setting a number of short pieces, several of which will fit two to a page.  If I'm using a table of contents with \bookpart and \tocItem to get the name of each piece into the TOC, is it possible to avoid having a page break between each score so

Re: Bookpart without page break?

2010-04-15 Thread Nick Payne
having a page break between each score so that I can have more than one piece per page? Yes, don't use \bookpart, just \score \bookpart was invented to ease page breaking. I experimented with using \score only, but I couldn't get the headers to display (with centred title and right-justified

Re: page break failure

2009-12-02 Thread Hugh Myers
Also went away after an amendment in bar 22! Not sure what is going on here, but it is at least fun to watch. My feeling is that once every thing is correct, some of these things will go away. --hsm p.s. I'll save the \paper code for worst case, thanks Marc... On Wed, Dec 2, 2009 at 12:58 AM,

Re: page break failure

2009-12-02 Thread Alexander Kobel
commands at your choice to get a, well, page break. Put them in, e.g. after the last line correctly fit unto the page, and everything's fine again. But you're right in your initial guess that you should not have to tweak this yourself. Cheers, Alexander \version 2.13.7 \header { title = Take

Re: page break failure

2009-12-02 Thread Hugh Myers
, page break. Put them in, e.g. after the last line correctly fit unto the page, and everything's fine again. But you're right in your initial guess that you should not have to tweak this yourself. Cheers, Alexander ___ lilypond-user mailing list

Re: page break failure

2009-12-02 Thread Alexander Kobel
Hugh Myers wrote: Thanks for the tip on 2.odd versus 2.stable as well. Hadn't realized that a policy of collateral damage was allowed. It isn't allowed, AFAICS, but can you prognose if you do collateral damage every time you write a patch? The testing is not as thorough as for stable

collatoral damage / regressions (was: page break failure)

2009-12-02 Thread Graham Percival
On Wed, Dec 02, 2009 at 05:33:55AM -0700, Hugh Myers wrote: Hadn't realized that a policy of collateral damage was allowed. Given your approach to testing (and your experience) this should work as well as more conservative approaches. As Alexander wrote, it's not so much that collateral

Re: collatoral damage / regressions (was: page break failure)

2009-12-02 Thread Hugh Myers
Graham, I wonder if it not so much a matter of prioritization as it is a matter of intimidation. That is to say that most people seeing the process from the out side find it a bit scary provoking a oh I couldn't do that kind of feeling. I know that in my own experience with users turned loose on

Re: collatoral damage / regressions (was: page break failure)

2009-12-02 Thread Hugh Myers
Err--- that would be a chortle yes? --hsm On Wed, Dec 2, 2009 at 11:07 PM, James Bailey jameselihubai...@googlemail.com wrote: On 03.12.2009, at 02:33, Hugh Myers wrote: Graham, … I do know that you've already discovered the value of enlisting your user community, having said that, I

page break failure

2009-12-01 Thread Hugh Myers
Pardon the length of the piece of code, but clearly demonstrates the problem where as other pieces don't (got to be a page long for instance...): % % malaguena.ly -- qd testbed for mixed notation score and tab. % \version 2.13.7 \header { title = Malaguena subtitle = none composer = Music

Re: page break failure

2009-12-01 Thread Graham Percival
On Tue, Dec 01, 2009 at 09:57:00PM -0700, Hugh Myers wrote: Pardon the length of the piece of code, but clearly demonstrates the problem where as other pieces don't (got to be a page long for instance...): \version 2.13.7 I hope that you realize that 2.13.7 is an UNSTABLE, DEVELOPMENT

Re: page break failure

2009-12-01 Thread Hugh Myers
Second point taken. I hope you realize that 2.13 has bug fixes for 2.12--- yes? Without those, there is no project... I don't suppose you took a look? Did you notice that in included tablature? If you had, then you would perhaps have sent me a different 'Most spacing bugs can be reproduced...'

Re: page break failure

2009-12-01 Thread Hugh Myers
Here is the shortest template I use: \version 2.13.7 upper = { b c d } lower = { gis, d e, 2. } { \time 3/4 \new Staff \relative c'' { \set Score.barNumberVisibility = #all-bar-numbers-visible \bar \override Score.BarNumber #'break-visibility = #'#(#t #t #t)

Re: page break failure

2009-12-01 Thread Marc Hohl
Hugh Myers schrieb: Second point taken. I hope you realize that 2.13 has bug fixes for 2.12--- yes? Yes, but 2.13.x is work in progress. There is a new layout engine which is still under improvement, as far as I know. So the layout may change considerably between 2.13.x and 2.13.y. 2.12.x is

Re: page break failure

2009-12-01 Thread Marc Hohl
Hugh Myers schrieb: Here is the shortest template I use: \version 2.13.7 upper = { b c d } Use upper = { \repeat unfold 100 { b c d } } lower = { gis, d e, 2. } and lower = { \repeat unfold 100 { gis, d e, . } } respectively. Marc { \time 3/4 \new Staff

Re: page break failure

2009-12-01 Thread Hugh Myers
Since the project can't be done in 2.12, what do you suggest? --hsm On Wed, Dec 2, 2009 at 12:41 AM, Marc Hohl m...@hohlart.de wrote: Hugh Myers schrieb: Second point taken. I hope you realize that 2.13 has bug fixes for 2.12--- yes? Yes, but 2.13.x is work in progress. There is a new

Re: page break failure

2009-12-01 Thread Hugh Myers
Ah! That should be easy enough to work with--- I'll see what I can come up with. --hsm On Wed, Dec 2, 2009 at 12:43 AM, Marc Hohl m...@hohlart.de wrote: Hugh Myers schrieb: Here is the shortest template I use: \version 2.13.7 upper = {  b c d } Use upper = {  \repeat unfold 100 {  

Re: page break failure

2009-12-01 Thread Marc Hohl
Hugh Myers schrieb: Since the project can't be done in 2.12, what do you suggest? I inserted a paper block after the \header: \paper { indent = 0 between-system-space = 2\cm between-system-padding = #5 ragged-bottom=##f ragged-last-bottom=##f } You can play with the numbers, but at

simple page break command in lilypond-book?

2009-04-23 Thread Dominic Neumann
Hi, is there a simple way to create a page break in a song that is build with lilypond-book? \pageBreak doesn´t work there. Dominic ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: simple page break command in lilypond-book?

2009-04-23 Thread Graham Percival
Try searching the mailist archives. This was the first one I found: http://lists.gnu.org/archive/html/lilypond-user/2005-07/msg00196.html - Graham On Thu, Apr 23, 2009 at 06:54:03PM +0100, Dominic Neumann wrote: Hi, is there a simple way to create a page break in a song that is build

Re: file refuses to line or page break

2007-07-25 Thread Han-Wen Nienhuys
2007/7/19, Nicolas Sceaux [EMAIL PROTECTED]: pageBreak should include a bar check by default. Anyone for a patch? You may want to force a line or page break in the middle of a bar, using the \bar trick. So we should not add a barCheck to pageBreak. I know, but people that need

Re: file refuses to line or page break

2007-07-19 Thread Nicolas Sceaux
Han-Wen Nienhuys [EMAIL PROTECTED] writes: 2007/7/18, Rune Zedeler [EMAIL PROTECTED]: Kieran Coulter skrev: This one really has me stumped! I've tried everything, and the file refuses to either a line or page break at the end of the 2nd last page of the included pdf. You have an error

Re: file refuses to line or page break

2007-07-18 Thread Rune Zedeler
Kieran Coulter skrev: This one really has me stumped! I've tried everything, and the file refuses to either a line or page break at the end of the 2nd last page of the included pdf. You have an error in one of the measures before - so the pageBreak command is located not at the exact point

Re: file refuses to line or page break

2007-07-18 Thread Han-Wen Nienhuys
2007/7/18, Rune Zedeler [EMAIL PROTECTED]: Kieran Coulter skrev: This one really has me stumped! I've tried everything, and the file refuses to either a line or page break at the end of the 2nd last page of the included pdf. You have an error in one of the measures before - so the pageBreak

Re: file refuses to line or page break

2007-07-18 Thread Joe Neeman
On Thursday 19 July 2007 05:52, Han-Wen Nienhuys wrote: 2007/7/18, Rune Zedeler [EMAIL PROTECTED]: Kieran Coulter skrev: This one really has me stumped! I've tried everything, and the file refuses to either a line or page break at the end of the 2nd last page of the included pdf

file refuses to line or page break

2007-07-17 Thread Kieran Coulter
Hi everyone,This one really has me stumped! I've tried everything, and the file refuses to either a line or page break at the end of the 2nd last page of the included pdf. I'd really appreciate any help to figure out what I've done wrong!Thanks,Kieran Coulter PP prelude almostdone.ly Description

file refuses to line or page break

2007-07-17 Thread Kieran Coulter
This is just a test email to see if the mailing list is rejecting my emails when I try to include attachments, like .ly and .pdf files. Does anyone know if there is an attachment limit for emails to the list?Thanks,Kieran Coulter___ lilypond-user mailing

Page Break in Markup block

2007-01-02 Thread Jean-marc LEGRAND
XP+lily2.10 Hi, and happy new year. Have you tried to insert a \header { breakbefore = ##t } it makes a pagebreak just before a score. Regards. Jmarc ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Page Break in Markup block

2007-01-02 Thread Mats Bengtsson
I'm not sure that this answers the original question on how to add a page break before a markup. According to http://lists.gnu.org/archive/html/lilypond-devel/2006-06/msg00210.html it should be possible to add a \pageBreak at the end of the previous score, though. /Mats Jean-marc LEGRAND

Page Break in Markup block

2006-12-31 Thread Paul Harouff
It's easy to break pages inside a Score block, but I need to break the page before a Markup block before the score. Paul ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Strange page break

2006-08-16 Thread Robert Memering
Hi all, I can't find the reason why there's a pagebreak after the first system on page 2 of my score. According to annotate-spacing there is enough space for a second system (like on the other pages). Could someone please have a look at the source file below? I'm using 2.9.14 (Linux) Regards,

RE: Strange page break

2006-08-16 Thread Trent J
as well. Trent From: Robert Memering [EMAIL PROTECTED] To: lilypond-user@gnu.org Subject: Strange page break Date: Wed, 16 Aug 2006 20:58:24 +0200 Hi all, I can't find the reason why there's a pagebreak after the first system on page 2 of my score. According to annotate-spacing there is enough

Re: Forcing a page break in markup

2006-04-05 Thread Graham Percival
On 1-Apr-06, at 6:19 AM, Geoff Horton wrote: It would be really handy to be able to insert page breaks in the middle of markups, or at the very least, in between \markup blocks. The \pageBreak command only works within a score as far as I can tell, and I'm not excited about dumping a ton of

Forcing a page break in markup

2006-04-01 Thread Geoff Horton
It would be really handy to be able to insert page breaks in the middle of markups, or at the very least, in between \markup blocks. The \pageBreak command only works within a score as far as I can tell, and I'm not excited about dumping a ton of Scheme code into my file, though I can do that if I

Re: page break hack

2005-10-15 Thread Nicolas Sceaux
Sven Axelsson [EMAIL PROTECTED] writes: On 10/10/05, Han-Wen Nienhuys [EMAIL PROTECTED] wrote: Sven Axelsson wrote: Now I am trying to find the correct properties to tweak to ge the inserted score from the original code to take up zero vertical space, but I haven't gotten it right yet.

Re: page break hack

2005-10-15 Thread Sven Axelsson
On 15/10/05, Nicolas Sceaux [EMAIL PROTECTED] wrote: Sven Axelsson [EMAIL PROTECTED] writes: On 10/10/05, Han-Wen Nienhuys [EMAIL PROTECTED] wrote: Sven Axelsson wrote: Now I am trying to find the correct properties to tweak to ge the inserted score from the original code to take up

page break hack

2005-10-10 Thread Sven Axelsson
\version 2.7.11Having taken a look at Nicholas Sceaux's terrific opera scores, I found his pageBreakHack function. This function inserts an empty score with \header {breakbefore = ##t} into the music, forcing a pagebreak at that point. It looks like this: pageBreakHack = #(def-music-function

Re: page break hack

2005-10-10 Thread Han-Wen Nienhuys
Sven Axelsson wrote: Now I am trying to find the correct properties to tweak to ge the inserted score from the original code to take up zero vertical space, but I haven't gotten it right yet. Any hints? have a look at the new spacing features in 2.7.12 - input/regression/page-spacing.ly ;

Re: page break hack

2005-10-10 Thread Sven Axelsson
On 10/10/05, Han-Wen Nienhuys [EMAIL PROTECTED] wrote: Sven Axelsson wrote: Now I am trying to find the correct properties to tweak to ge the inserted score from the original code to take up zero vertical space, but I haven't gotten it right yet. Any hints? have a look at the new spacing features

  1   2   >