Re: ragged-bottom and spacing for individual pages

2024-03-21 Thread Paul Scott
er {     indent = 0     ragged-bottom = ##f } {     \repeat unfold 2 { c'1 \break c'1 \pageBreak }     c'1 \break c'1-\tweak padding 132 _\markup  " " \pageBreak     \repeat unfold 2 { c'1 \break c'1 \pageBreak } } I thought I had a clever proposal in rep

Re: ragged-bottom and spacing for individual pages

2024-03-21 Thread Mats Bengtsson
On 2024-03-21 02:08, kie...@kierenmacmillan.info wrote: Hi Paul, I have a separate voice where I put all my breaks and pageBreaks.  I haven't been able to make a blank markup.  TIA on how to do that. e.g.: \version "2.25.1" \paper {     indent = 0     ragged-bottom = ##f }

Fwd: ragged-bottom and spacing for individual pages

2024-03-21 Thread Paul Scott
Forgot to copy this to the list. Paul Forwarded Message Subject:Re: ragged-bottom and spacing for individual pages Date: Wed, 20 Mar 2024 23:38:37 -0700 From: Paul Scott To: kie...@kierenmacmillan.info On 3/20/24 6:08 PM, kie...@kierenmacmillan.info wrote

Re: ragged-bottom and spacing for individual pages

2024-03-20 Thread kieren
Hi Paul, I have a separate voice where I put all my breaks and pageBreaks. I haven't been able to make a blank markup. TIA on how to do that. e.g.: \version "2.25.1" \paper { indent = 0 ragged-bottom = ##f } { \repeat unfold 2 { c'1 \break c'1 \pageB

Re: ragged-bottom and spacing for individual pages

2024-03-20 Thread Paul Scott
On 3/20/24 12:44 PM, Kieren MacMillan wrote: Hi Paul, 1. How can I cause an individual page other than the last page of a score to have ragged-bottom? As far as I know, you can’t… To fake that behaviour, I usually just inject an appropriately-sized blank markup below the last system I want

Re: ragged-bottom and spacing for individual pages

2024-03-20 Thread Kieren MacMillan
Hi Paul, > 1. How can I cause an individual page other than the last page of a score to > have ragged-bottom? As far as I know, you can’t… To fake that behaviour, I usually just inject an appropriately-sized blank markup below the last system I want on a given page (attached to anyth

Re: ragged-bottom and spacing for individual pages

2024-03-20 Thread Xavier Scheuer
On Wed, 20 Mar 2024 at 19:47, Paul Scott wrote: > > 1. How can I cause an individual page other than the last page of a > score to have ragged-bottom? Hello, I don't think this is possible. Personally I would produce 2 different PDFs and then split and merge the pages as desired.

ragged-bottom and spacing for individual pages

2024-03-20 Thread Paul Scott
1. How can I cause an individual page other than the last page of a score to have ragged-bottom? 2. How can I change the vertical spacing for a page that uses raged-bottom? TIA, Paul

Re: Score layout - ragged bottom and page break?

2023-11-12 Thread Alasdair McAndrew
McAndrew > wrote: > > >> How can I force each score with a book to have a last ragged bottom, and >> each score beginning on a new page? >> > > Might try putting each score into a \bookpart section. When I put multiple > scores into a single PDF that's how I

Re: Score layout - ragged bottom and page break?

2023-11-12 Thread Michael Werner
Hi Alasdair, On Sun, Nov 12, 2023 at 8:47 AM Alasdair McAndrew wrote: > How can I force each score with a book to have a last ragged bottom, and > each score beginning on a new page? > Might try putting each score into a \bookpart section. When I put multiple scores into a single P

Score layout - ragged bottom and page break?

2023-11-12 Thread Alasdair McAndrew
ch is properly set is the last one, which is not followed by a pageBreak command. I've tried putting "ragged-last-bottom = ##t" in the global layout block, and in the layout block within a score, but it makes no difference. How can I force each score with a book to have a last rag

Re: ragged-bottom

2023-04-27 Thread Jean Abou Samra
Le jeudi 27 avril 2023 à 01:54 +0300, Dimitri Sykias a écrit : > I’ve set in paper block “ragged-bottom = ##t”. Can I change it for a couple > of pages to ##f ? Thanks! If those pages are for a specific score / set of scores, you could create a \bookpart enclosing them and add `

ragged-bottom

2023-04-26 Thread Dimitri Sykias
I’ve set in paper block “ragged-bottom = ##t”. Can I change it for a couple of pages to ##f ? Thanks!

Re: Ragged bottom for end of a score block?

2023-04-09 Thread Alasdair McAndrew
set "ragged-bottom==##t" in the paper block, then every > page has this property. Or if I use "ragged-last-bottom=##t" it affects > only the very last page of all. > But what I want is for the last page of each movement to have a ragged > bottom; > > Can this b

Re: Ragged bottom for end of a score block?

2023-04-09 Thread Jean Abou Samra
Le dimanche 09 avril 2023 à 21:59 +1000, Alasdair McAndrew a écrit : > I have a piece with a number of movements, and each movement has its own > score block.  If I set "ragged-bottom==##t" in the paper block, then every > page has this property.  Or if I use "ragged-las

Ragged bottom for end of a score block?

2023-04-09 Thread Alasdair McAndrew
I have a piece with a number of movements, and each movement has its own score block. If I set "ragged-bottom==##t" in the paper block, then every page has this property. Or if I use "ragged-last-bottom=##t" it affects only the very last page of all. But what I want is for t

forcing a V.S. page turn with ragged bottom

2021-12-23 Thread Kieren MacMillan
I need the page turn to be… but it would be even better if there was some mechanism where the user could write \VS and it would add the markup, force a page turn, and not try to fill the page [if ragged-bottom is set to ##f]. Thanks for any thoughts or code! Kieren.

Re: Applying ragged bottom to specific pages

2021-02-10 Thread Kieren MacMillan
Hi Calvin, > %Is there a way to apply ragged bottom to specific \include files? Use \bookpart: each \include-d score can be in its own \bookpart with an independent ragged-bottom setting. Hope that helps! Kieren. Kieren MacMillan, composer (he/him/

Re: Applying ragged bottom to specific pages

2021-02-10 Thread Xavier Scheuer
On Tue, 9 Feb 2021 at 23:05, Calvin Ransom wrote: > > %Hello everyone, > %Is there a way to apply ragged bottom to specific \include files? > \version "2.22.0" > \include "file 1" %contains ragged-bottom =##t > \PageBreak > \include "file 2"

Applying ragged bottom to specific pages

2021-02-09 Thread Calvin Ransom
%Hello everyone, %Is there a way to apply ragged bottom to specific \include files? \version "2.22.0" \include "file 1" %contains ragged-bottom =##t \PageBreak \include "file 2" %do not want ragged-bottom \PageBreak \include "file 3" %want ragged bottom %

page-turn-breaking and ragged-bottom

2018-04-10 Thread Lukas-Fabian Moser
Hello everybody, it seems that page-turn-breaking and ragged-bottom do not like each other very much. Is the following intended behaviour? The music should comfortably fit on one or two pages (one page is enough when I do not allow ragged bottom). Two pages would be okay, but three pages seem

strange ragged-bottom system layout behavior with explicit \pageBreak

2017-01-06 Thread Martin Straeten
When forcing a pagebreak the layout behavior of ragged-bottom changes, see sample: %--- \version "2.19" \paper{ paper-height = 125 ragged-bottom = ##t annotate-spacing = ##t } \repeat unfold 60 \relative { c'4 d4 e4 f4 } \pageBreak \repeat unfold 60 \relative {c'4 d4 e

Re: NR 4.1.4 ragged bottom and vertical spacing

2015-12-11 Thread Jean-Charles Malahieude
Le 11/12/2015 16:43, Federico Bruni a écrit : Ragged comes from standard printing terminology: non-justified text is described as "ragged right". ok, thanks non-justified is the synonym I was looking for As a joke, pardon the French speaker, I would say it is the difference between frog ea

Re: NR 4.1.4 ragged bottom and vertical spacing

2015-12-11 Thread Noeck
Hi Federico, I did not see the 'if a page has a ragged bottom'. Then my 'stretching factor' (which is not identical with the stretching parameter but related) is 1 and then the quoted manual is correct as far as I understand. Sorry for the confu

Re: NR 4.1.4 ragged bottom and vertical spacing

2015-12-11 Thread Federico Bruni
Il giorno ven 11 dic 2015 alle 16:24, Phil Holmes ha scritto: - Original Message - From: "Federico Bruni" Before posting this question I was about to ask which synonyms you would use for "ragged". This is because I used to forget often the real meaning of ragged in lilypond: when so

Re: NR 4.1.4 ragged bottom and vertical spacing

2015-12-11 Thread Federico Bruni
Il giorno ven 11 dic 2015 alle 14:19, Noeck ha scritto: Hi Federico and Simon, % If a page has a ragged bottom, the resulting distance is the largest of: basic-distance, minimum-distance, and padding plus the smallest distance necessary to eliminate collisions

Re: NR 4.1.4 ragged bottom and vertical spacing

2015-12-11 Thread Trevor Daniels
Noeck wrote Friday, December 11, 2015 1:19 PM > Hi Federico and Simon, > >>> % >>> If a page has a ragged bottom, the resulting distance is the largest of: >>> >>>basic-distance, >>>minimum-distance, and >>>padding

Re: NR 4.1.4 ragged bottom and vertical spacing

2015-12-11 Thread Noeck
Hi Federico and Simon, >> % >> If a page has a ragged bottom, the resulting distance is the largest of: >> >>basic-distance, >>minimum-distance, and >>padding plus the smallest distance necessary to eliminate collisions >> %% >&g

Re: NR 4.1.4 ragged bottom and vertical spacing

2015-12-11 Thread Simon Albrecht
On 11.12.2015 13:28, Federico Bruni wrote: Hi all Can you please explain this paragraph taken from here? http://www.lilypond.org/doc/v2.19/Documentation/notation/flexible-vertical-spacing-paper-variables % If a page has a ragged bottom, the resulting distance is the largest of

NR 4.1.4 ragged bottom and vertical spacing

2015-12-11 Thread Federico Bruni
Hi all Can you please explain this paragraph taken from here? http://www.lilypond.org/doc/v2.19/Documentation/notation/flexible-vertical-spacing-paper-variables % If a page has a ragged bottom, the resulting distance is the largest of: basic-distance, minimum-distance, and padding

Re: what do you use ragged-bottom for?

2013-11-19 Thread Carl Peterson
On Sat, Nov 16, 2013 at 5:22 PM, Carl Sorensen wrote: > On 11/16/13 10:38 AM, "Mark Stephen Mrotek" wrote: > > >Mr. O'Hara: > > > >My use of the ragged bottom is very particular. I use Lilypond to set > >piano > >scores for viewing on a tab

Re: what do you use ragged-bottom for?

2013-11-18 Thread Janek Warchoł
2013/11/19 Keith E OHara : > On Sun, 17 Nov 2013 02:15:54 -0800, Janek Warchoł > wrote: > >> And btw, i think that it would be good if we had separate >> stretchability and compressability properties. For example, when i >> have a SATB choral piece and vertical spacing is cramped, the >> distance

Re: what do you use ragged-bottom for?

2013-11-18 Thread Keith E OHara
ve high stretchability but low compressability compared to staff-staff distances. LilyPond does have separate stretchability and compressibility. Between lines and systems on the page, compressibility is the difference between basic-distance and minimum-distance. On Sat, 16 Nov 2013 01:04:34 -0800, Trevor D

Re: what do you use ragged-bottom for?

2013-11-18 Thread Keith E OHara
On Sat, 16 Nov 2013 09:38:20 -0800, Mark Stephen Mrotek wrote: My use of the ragged bottom is very particular. I use Lilypond to set piano scores for viewing on a tablet (easy page turning!). In a set of variations, some (if not all) of the variations might not be long enough to fill the page

Re: what do you use ragged-bottom for?

2013-11-17 Thread Jean-Charles Malahieude
Le 17/11/2013 06:52, Werner LEMBERG disait : In other words, I can live with ragged-bottom compression if lilypond emits a warning that it has to compress a page – and lilypond should also emit the corresponding page number in the warning message. I don't know if this would be easy, b

Re: what do you use ragged-bottom for?

2013-11-17 Thread Janek Warchoł
Hi Keith, 2013/11/16 Keith E OHara : > I'm fixing a bug involving the ragged-bottom setting (issue 3281). By > default, ragged-last-bottom=##t so the last page can have blank space at the > bottom. Currently, "ragged-bottom" is implemented to *always* under-fill > th

Re: what do you use ragged-bottom for?

2013-11-16 Thread Werner LEMBERG
> If your variations are only one page long, you could achieve the > same effect with ragged-last-bottom. Keith is asking about > ragged-bottom, which applies to every page of the score. My concern is to compute a document where each page consists of a single large system in its

RE: what do you use ragged-bottom for?

2013-11-16 Thread Mark Stephen Mrotek
Mr. Sorenson, That is exactly the way I use the command. Mark -Original Message- From: Carl Sorensen [mailto:c_soren...@byu.edu] Sent: Saturday, November 16, 2013 2:23 PM To: Mark Stephen Mrotek; 'Keith E OHara'; lilypond-user@gnu.org Subject: Re: what do you use ragged-botto

Re: what do you use ragged-bottom for?

2013-11-16 Thread Carl Sorensen
On 11/16/13 10:38 AM, "Mark Stephen Mrotek" wrote: >Mr. O'Hara: > >My use of the ragged bottom is very particular. I use Lilypond to set >piano >scores for viewing on a tablet (easy page turning!). In a set of >variations, >some (if not all) of the variations

RE: what do you use ragged-bottom for?

2013-11-16 Thread Mark Stephen Mrotek
Mr. O'Hara: My use of the ragged bottom is very particular. I use Lilypond to set piano scores for viewing on a tablet (easy page turning!). In a set of variations, some (if not all) of the variations might not be long enough to fill the page, and two consecutive variations would be too

Re: what do you use ragged-bottom for?

2013-11-16 Thread Trevor Daniels
Keith E OHara wrote Saturday, November 16, 2013 4:00 AM > So for what kind of music do you use ragged-bottom=##t ? I don't use it at all (I set mainly short SATB + piano, occationally orchestral). > The manual (currently) suggests it for scores, where maybe just two systems >

what do you use ragged-bottom for?

2013-11-15 Thread Keith E OHara
I'm fixing a bug involving the ragged-bottom setting (issue 3281). By default, ragged-last-bottom=##t so the last page can have blank space at the bottom. Currently, "ragged-bottom" is implemented to *always* under-fill the page, *never* compressing to fit one more system

Re: ragged-bottom doesn't work in \layout?

2010-06-09 Thread Tim McNamara
On Jun 9, 2010, at 3:06 AM, snozpacker wrote: Can I set ragged-bottom and ragged-last-bottom in the \layout block? Right now they're in the \paper block, but if I move it to the \layout block, they don't seem to have an effect. Why? I think it just belongs to the \paper blo

ragged-bottom doesn't work in \layout?

2010-06-09 Thread snozpacker
Can I set ragged-bottom and ragged-last-bottom in the \layout block? Right now they're in the \paper block, but if I move it to the \layout block, they don't seem to have an effect. Why? #(set-default-paper-size "letter") \version "2.12.2" \header { title

Re: ragged-bottom in a multi-score book

2006-08-31 Thread Mats Bengtsson
--- My problem is : How can I tell Lily that I want to use the "ragged-bottom" function fore some of the scores and not for the others ?¨ Thanks Adrien ___ lilypond-user mailing lis

ragged-bottom in a multi-score book

2006-08-31 Thread Adrien
problem is : How can I tell Lily that I want to use the "ragged-bottom" function fore some of the scores and not for the others ?¨ Thanks Adrien ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user