Re: suppress page break with bookparts

2024-10-05 Thread Walt North
That does not seem to affect the system separator.  Oh. well I only have a couple of cases where this is a problem  so I can work around it.  Someone pointed out that there is old case where someone asked for system-system spacing control at a score level.   Perhaps more control of the syst

Re: suppress page break with bookparts

2024-10-05 Thread Saul Tobin
It might be easier to get the output you want by modifying the spacing of the VerticalAxisGroup created by the Lyrics context. On Sat, Oct 5, 2024, 11:19 AM Knute Snortum wrote: > On Sat, Oct 5, 2024 at 7:51 AM Walt North wrote: > >> For example I was hoping to change the system system spacing

Re: suppress page break with bookparts

2024-10-05 Thread Knute Snortum
On Sat, Oct 5, 2024 at 7:51 AM Walt North wrote: > For example I was hoping to change the system system spacing and or the > system separator between different sections. These are in the paper block. > Different sections have have varying number of lyric stanza lines and the > automatic spacing

Re: suppress page break with bookparts

2024-10-05 Thread Walt North
post for one such example. On Fri, Oct 4, 2024, 10:18 AM Knute Snortum wrote: > On Fri, Oct 4, 2024 at 9:31 AM Walt North wrote: > >> I have tried \noPageBreak at various places but none seem to have any >> impact on the automatic page break between book parts (\bookpart).. &

Re: suppress page break with bookparts

2024-10-04 Thread Knute Snortum
On Fri, Oct 4, 2024 at 9:31 AM Walt North wrote: > I have tried \noPageBreak at various places but none seem to have any > impact on the automatic page break between book parts (\bookpart).. > Ah yes, book parts force a page break between parts. Can you use just \scores? Fo

Re: suppress page break with bookparts

2024-10-04 Thread Walt North
I have tried \noPageBreak at various places but none seem to have any impact on the automatic page break between book parts (\bookpart).. On 10/2/2024 10:55 AM, Knute Snortum wrote: On Wed, Oct 2, 2024 at 7:10 AM Walt North wrote: I have some use cases where I may want to change one or

Re: suppress page break with bookparts

2024-10-02 Thread Knute Snortum
On Wed, Oct 2, 2024 at 7:10 AM Walt North wrote: > I have some use cases where I may want to change one or more \paper block > values for some system lines. I tried \bookpart but that is forcing page > breaks. > >- Is there anyway to suppress the page break? > > Try \no

Re: suppress page break with bookparts

2024-10-02 Thread Walt North
. * Is there anyway to suppress the page break? * Is there anyway to temporarily change some \paper values? Below is minimum example using the system separate as an example.  The result spreads across two pages. Thanks, Walt North \version "2.24.4" ch = \chordmode { c1 c c c } lyA =

suppress page break with bookparts

2024-10-02 Thread Walt North
I have some use cases where I may want to change one or more \paper block values for some system lines.  I tried \bookpart but that is forcing page breaks. * Is there anyway to suppress the page break? * Is there anyway to temporarily change some \paper values? Below is minimum example

Re: Score layout - ragged bottom and page break?

2023-11-12 Thread Alasdair McAndrew
} > \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
, 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

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
; 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 stret

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 stretched b

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 the

Re: Non-local page-break oddities

2023-04-25 Thread Joel C. Salomon
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 us

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 problem a

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 the

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 wr

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. I

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, I

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 wan

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 t

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
eSignature.stencil = #ly:text-interface::print > \override Staff.TimeSignature.text = > \markup \override #'(baseline-skip . 0) \center-column \number { > \concat { > "4" > > } > \concat { > > \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 m

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

Re: Page Break in Lilypond-book

2016-05-26 Thread Alberto Simões
ortion 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

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 \s

Re: Page Break in Lilypond-book

2016-05-16 Thread David Wright
e 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

Re: Page Break in Lilypond-book

2016-05-16 Thread Phil Holmes
- Original Message - From: "Alberto Simões" To: "lilypond" 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 found an old post [1] that seems to state that it is needed to enclos

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 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 m

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 > MIDI of the song being

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 the

Re: Position of tie after page break

2015-07-02 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 : > Dear

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 { 1 ~ \break q1 } } When you replace the bes with an b in this example, the lower tie is much closer to the e. S

\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: \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 > percussio

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 tri

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 sys

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

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

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 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

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 do

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

Re: Bookpart without page break?

2010-04-20 Thread Xavier Scheuer
2010/4/17 Graham Percival : > > [...] > > \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 inside the \sco

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 : > > 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: >

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 : > > > 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 ordered as desired. > Sinc

Re: Bookpart without page break?

2010-04-16 Thread Xavier Scheuer
2010/4/17 Nick Payne : > 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". Yes, and by the way I

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 : 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 tit

Re: Bookpart without page break?

2010-04-16 Thread Francisco Vila
2010/4/16 Mats Bengtsson : > Francisco Vila wrote: >> 2010/4/16 Mats Bengtsson : >>> 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 Mats Bengtsson
Francisco Vila wrote: 2010/4/16 Mats Bengtsson : 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 y

Re: Bookpart without page break?

2010-04-16 Thread Francisco Vila
2010/4/16 Mats Bengtsson : > 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 after score bloc

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 spacing.itely:@funin

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 A

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: 2010/4/1

Re: Bookpart without page break?

2010-04-16 Thread Francisco Vila
2010/4/16 Nick Payne : > 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 header for each piece to disp

Re: Bookpart without page break?

2010-04-15 Thread Nick Payne
On 15/04/10 21:44, Francisco Vila wrote: 2010/4/15: 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 bre

Re: Bookpart without page break?

2010-04-15 Thread Francisco Vila
2010/4/15 : > 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 tha

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 piec

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 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 think you might find them

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 o

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 da

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 releases.

Re: page break failure

2009-12-02 Thread Hugh Myers
milar bug report about chords > not long ago, although I did not follow it with high interest. The attached > code reproduces the problem, and is far simpler. (Though even this is not as > minimal as I'd wish to have it.) > > For a workaround: You can include \

Re: page break failure

2009-12-02 Thread Alexander Kobel
wish to have it.) For a workaround: You can include \pageBreak 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 twe

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, Mar

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 lea

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 wrote: > Hugh Myers schrieb: >> >> Here is the shortest template I use: >> >> \version "2.13.7" >> upper = { >>  b c d >> } >> > > Use > > upper = { >  \repeat unfold

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 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 layout engi

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 St

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 s

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 = #'#(#

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...' Also

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 r

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 -- q&d testbed for mixed notation score and tab. % \version "2.13.7" \header { title = "Malaguena" subtitle = "none" composer = "

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

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: file refuses to line or page break

2007-07-24 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 pe

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 br

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

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 meas

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

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

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

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 LE

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 http://lists.gnu.org/mailman/listinfo/l

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

  1   2   >