Re: Inquiry on Adjusting Vertical Spacing Between Systems in Automatically Wrapped Lines

2024-08-24 Thread Knute Snortum
On Fri, Aug 23, 2024 at 10:59 PM Peter X wrote: > > When LilyPond automatically wraps the music onto a new line, I am > interested in understanding how I can manually adjust the vertical spacing > between these automatically wrapped lines. Specifically, I’m looking for > the best method or proper

Re: Inquiry on Adjusting Vertical Spacing Between Systems in Automatically Wrapped Lines

2024-08-24 Thread Carl Sorensen
Peter, To accomplish this you need to adjust the system-system spacing. The documentation for doing this adjustment is found in the Notation Reference, section 4.1.4. https://lilypond.org/doc/v2.24/Documentation/notation/flexible-vertical-spacing-paper-variables Probably all of section 4.1 is g

Re: Inquiry on Adjusting Vertical Spacing Between Systems in Automatically Wrapped Lines

2024-08-23 Thread Werner LEMBERG
> When LilyPond automatically wraps the music onto a new line, I am > interested in understanding how I can manually adjust the vertical > spacing between these automatically wrapped lines. [...] As usual, please provide an example (both LilyPond code and an attached image) that shows what you

Inquiry on Adjusting Vertical Spacing Between Systems in Automatically Wrapped Lines

2024-08-23 Thread Peter X
Dear LilyPond Community, I hope this message finds you well. I am currently working on a project where I have a score that is long enough to automatically wrap onto a new line. This score involves a single instrument, but the question would apply equally well to scores involving multiple instrume

Re: vertical spacing between systems for only part of a score

2024-05-21 Thread Dirck Nagy
From: Werner LEMBERG Sent: Tuesday, May 21, 2024 1:34 PM To: Dirck Nagy ; lilypond-user@gnu.org Subject: Re: vertical spacing between systems for only part of a score Caution: *External Email: Use caution responding, opening attachments, or clicking on links.* [Pl

Re: vertical spacing between systems for only part of a score

2024-05-21 Thread Mats Bengtsson
On 2024-05-21 18:45, Werner LEMBERG wrote: Here, I want to make 7 lines spread out to fill the entire last page, but leave the other pages alone. Ah, I missed 'last page'. Perhaps all you need is ``` \

Re: vertical spacing between systems for only part of a score

2024-05-21 Thread Werner LEMBERG
[Please always use 'reply to all'; I've now CCed the mailing list again.] > >>> Here, I want to make 7 lines spread out to fill the entire last > >>> page, but leave the other pages alone. > > > > Ah, I missed 'last page'. Perhaps all you need is > > > > ``` > > \paper { > > ragged-last-botto

Re: vertical spacing between systems for only part of a score

2024-05-21 Thread Werner LEMBERG
>> Here, I want to make 7 lines spread out to fill the entire last >> page, but leave the other pages alone. Ah, I missed 'last page'. Perhaps all you need is ``` \paper { ragged-last-bottom = ##f } ``` Werner

Re: vertical spacing between systems for only part of a score

2024-05-21 Thread Werner LEMBERG
> I would like to increase the vertical distance between systems for a > specific area in a score. > > I know how to change vertical distance by using the \paper > {system-system etc... route, but that governs the entire score. Here, > I want to make 7 lines spread out to fi

vertical spacing between systems for only part of a score

2024-05-21 Thread Dirck Nagy
dear Lilypond I would like to increase the vertical distance between systems for a specific area in a score. I know how to change vertical distance by using the \paper {system-system etc... route, but that governs the entire score. Here, I want to make 7 lines spread out to fill the entire

Re: Periodic extra blank in between-systems spacing

2023-06-20 Thread Jean Abou Samra
Le mardi 20 juin 2023 à 11:50 -0400, PMA via LilyPond user discussion a écrit : > > Dear LP List, > > I've drafted a score for solo piano.  Its systems are of two types: either a > PianoStaff (with the usual 2 internal staves) or a single independent Staff.  > The systems are grouped into se

Re: Right justifying text between systems

2022-02-08 Thread Alasdair McAndrew
Thank you very much: the use of "\fill-line" and "\null" works perfectly. I was in fact trying to see how to use fill-line, and I didn't know about "null". I'll explore the padding as well, but right at the moment even without it, it seems that fill-line is working very well. Again - thank y

Re: Right justifying text between systems

2022-02-08 Thread Alasdair McAndrew
\fontsize #2 \italic "Au Rondeau puis au premier"} ?? Rémy envoyé : 8 février 2022 à 08:04 de : Alasdair McAndrew à : lilypond-user@gnu.org objet : Right justifying text between systems Hello, I'm typesetting some French late baroque music, which starts with the three movements

Re: Right justifying text between systems

2022-02-08 Thread Remy CLAVERIE
Hi Alaisdair,What about : \markup\fill-line{ \null \fontsize #2 \italic "Au Rondeau puis au premier"} ??Rémyenvoyé : 8 février 2022 à 08:04de : Alasdair McAndrew à : lilypond-user@gnu.orgobjet : Right justifying text between systemsHello,I'm typesetting some French late baroque music, which start

Re: Right justifying text between systems

2022-02-08 Thread Aaron Hill
On 2022-02-07 11:04 pm, Alasdair McAndrew wrote: \markup {\hspace #70 \fontsize #2 {\italic {Au Rondeau puis au premier}}} For right-alignment, you should use \fill-line: \markup \fill-line { \null \italic "Lorem ipsum..." } I could do this by adding the text as a markup to one of

Right justifying text between systems

2022-02-08 Thread Alasdair McAndrew
Hello, I'm typesetting some French late baroque music, which starts with the three movements Rondeau I, Rondeau II, Bourree I. After Rondeau II I need to include the text direction to repeat Rondeau I. In order to try to get the "feel" of the original, I want to have this text right justified

Re: Enlarging space between systems

2021-08-25 Thread Knute Snortum
On Tue, Aug 24, 2021 at 12:16 PM Jogchum Reitsma wrote: > > Hi, > > Running Lilypond 2.19.82 on Opensuse Tumbleweed, I want to enlarge the > space between systems of choir staffs. > > Looking in the docs, and googling, I tried > > \override VerticalAxisGroup.staffgro

Enlarging space between systems

2021-08-24 Thread Jogchum Reitsma
Hi, Running Lilypond 2.19.82 on Opensuse Tumbleweed, I want to enlarge the space between systems of choir staffs. Looking in the docs, and googling, I tried \override VerticalAxisGroup.staffgroup-staff-spacing = #'(50(50)) and \override StaffGrouper.staffgroup-staff-spacing.basic-dis

Re: Markup Between Systems

2020-10-15 Thread Kieren MacMillan
Hi all, > I've been looking for a long time to do something like Kieren's example. If > this also works for multi-line markup between systems it will be very helpful > for many of my scores. I can't wait to see the source code. > > Thanks, > Aberforth D >

Re: Markup Between Systems

2020-10-14 Thread Tim McNamara
I do something like that with notes for arrangements on lead sheets; this is the basic “skeleton” of my .ly file for these. Perhaps that might work for you? I separate the \score block at the bottom from the musical statements because that’s how I was shown to do it way back when. I don’t kno

Re: Markup Between Systems

2020-10-14 Thread Kieren MacMillan
Hi Marc, > So...what I am trying to do is put a block of text above a system that > occupies the full width of the page. This is a theatrical work, and the block > of text is a stage direction that is paragraph-length. I do this all the time (see screenshot, attached). > I can create a dynamic

Re: Markup Between Systems

2020-10-14 Thread Marc Shepherd
So...what I am trying to do is put a block of text above a system that occupies the full width of the page. This is a theatrical work, and the block of text is a stage direction that is paragraph-length. I can create a dynamics context at the top of the score, and attach my markup to a spacer rest

Re: Markup Between Systems

2020-10-12 Thread Jean Abou Samra
Hi Xavier, >/One lead would be to "hack" the system-separator-markup./ >/See NR 1.6.1 Displaying staves > Separating systems/ >/https://lilypond.org/doc/v2.21/Documentation/notation/displaying-staves.html#separating-systems/ I was considering that… but can one change the separator mid-score? I t

Re: Markup Between Systems

2020-10-12 Thread Kieren MacMillan
Hi Xavier, > One lead would be to "hack" the system-separator-markup. > See NR 1.6.1 Displaying staves > Separating systems > https://lilypond.org/doc/v2.21/Documentation/notation/displaying-staves.html#separating-systems I was considering that… but can one change the separator mid-score? I thoug

Re: Markup Between Systems

2020-10-12 Thread Andrew Bernard
What's wrong with hanging it off a note or rest? I do this all the time for long sloping lines for accel. and rall. indicators. Works for me. Can you send a sketch or image of your use case? Andrew On Mon, 12 Oct 2020 at 07:40, Marc Shepherd wrote: > > > I want markup that is within a score (

Re: Markup Between Systems

2020-10-12 Thread Pierre Perol-Schneider
Le lun. 12 oct. 2020 à 12:18, Xavier Scheuer a écrit : > One lead would be to "hack" the system-separator-markup. > Smart! Cheers, Pierre

Re: Markup Between Systems

2020-10-12 Thread Xavier Scheuer
On Sun, 11 Oct 2020 at 22:40, Marc Shepherd wrote: > > Is there a way to print markup that occupies the full width of the page, and resides between two systems? > > I know that if there are multiple scores within the same book, a markup block can reside between two scores (or above or below any of

Re: Markup Between Systems

2020-10-12 Thread Kevin Barry
Hi Marc, I don't think there's a good way to do what you want, but there are a couple of things that you could try: - you could add a dynamics context above the staff, and add the markup there at the appropriate time (anchored to a spacer rest) - you could stop your staff, linebreak, add your mark

Markup Between Systems

2020-10-11 Thread Marc Shepherd
Is there a way to print markup that occupies the full width of the page, and resides between two systems? I know that if there are multiple scores within the same book, a markup block can reside between two scores (or above or below any of them). I want markup that is within a score (above a syst

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-03 Thread Thomas Morley
Am Sa., 2. Feb. 2019 um 20:45 Uhr schrieb Thomas Morley : > Am Sa., 2. Feb. 2019 um 14:21 Uhr schrieb Aaron Hill > : > > Alternately, the \defineBarLine function could be split: > > > > \defineBarLine "bar" #'("end" "begin" "span") > > % becomes > > \setBarLineSpanning "bar" "span

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-02 Thread Thomas Morley
Hi Aaron, I'm a bit verbose below (even repeating things you already know), because we're on the user-list and I hope more folk gets involved that way. Am Sa., 2. Feb. 2019 um 14:21 Uhr schrieb Aaron Hill : > > On 2019-02-02 2:29 am, Thomas Morley wrote: > > Am Fr., 1. Feb. 2019 um 20:19 Uhr schr

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-02 Thread Noeck
Hi, I probably don't understand all the implications and I am certainly not suggesting to change the function signature. But while we are at it: A definition is usually “name” = “the thing to be defined”. In the current \defineBarLine function, I always wondered why the first argument contains a

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-02 Thread Aaron Hill
On 2019-02-02 2:29 am, Thomas Morley wrote: Am Fr., 1. Feb. 2019 um 20:19 Uhr schrieb Malte Meyn : Am 01.02.19 um 18:42 schrieb Aaron Hill: > That very much sounds like a bug and should be reported. The final > argument is the span setting which should be agnostic of start and end > styles and

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-02 Thread Thomas Morley
Am Fr., 1. Feb. 2019 um 20:19 Uhr schrieb Malte Meyn : > > Am 01.02.19 um 18:42 schrieb Aaron Hill: > > On 2019-02-01 9:04 am, Malte Meyn wrote: > >> Am 01.02.19 um 16:53 schrieb Aaron Hill: > >>> "" is already a valid bar line that has an empty glyph, so just > >>> extend that one: > >>> > >>> %%%

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Malte Meyn
Am 01.02.19 um 18:42 schrieb Aaron Hill: On 2019-02-01 9:04 am, Malte Meyn wrote: Am 01.02.19 um 16:53 schrieb Aaron Hill: "" is already a valid bar line that has an empty glyph, so just extend that one: \version "2.19.82" \defineBarLine "-span" #'("|" "|" "|") \layout { \context { \Sco

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Aaron Hill
On 2019-02-01 9:04 am, Malte Meyn wrote: Am 01.02.19 um 16:53 schrieb Aaron Hill: "" is already a valid bar line that has an empty glyph, so just extend that one: \version "2.19.82" \defineBarLine "-span" #'("|" "|" "|") \layout { \context { \Score defaultBarType = "-span" } } \new Staff

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Malte Meyn
Am 01.02.19 um 16:53 schrieb Aaron Hill: "" is already a valid bar line that has an empty glyph, so just extend that one: \version "2.19.82" \defineBarLine "-span" #'("|" "|" "|") \layout { \context { \Score defaultBarType = "-span" } } \new StaffGroup << \new Staff \repeat unfold 12 b'

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Aaron Hill
On 2019-02-01 7:24 am, Malte Meyn wrote: Am 01.02.19 um 14:19 schrieb Lukas-Fabian Moser: On my system, this does (in 2.18.82 as well as current master), this does "the right thing", but only because of The “right thing” only by accident: \defineBarLine "m" #'("||" "||" "||") has the s

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Malte Meyn
Am 01.02.19 um 14:19 schrieb Lukas-Fabian Moser: On my system, this does (in 2.18.82 as well as current master), this does "the right thing", but only because of The “right thing” only by accident: \defineBarLine "m" #'("||" "||" "||") has the same effect (single Mensurstriche between

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Lukas-Fabian Moser
I wonder why I haven’t had this idea several years ago but how about this?: \version "2.19.82" \defineBarLine "m" #'("" "" "|") \layout {   \context {     \Score     defaultBarType = "m"   } } mus = \relative {   c' d e f g a b c b a g f e d c \bar ":|." } \new StaffGroup <<   \new Staff \

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Malte Meyn
Am 01.02.19 um 11:37 schrieb Bernhard Kleine: I have the following and cannot find a way to have the repeat/volta signs displayed: I wonder why I haven’t had this idea several years ago but how about this?: \version "2.19.82" \defineBarLine "m" #'("" "" "|") \layout { \context { \Sco

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Bernhard Kleine
I tried once also, obviously not on the correct place. Thanks a lot. Bernhard Am 01.02.2019 um 11:51 schrieb David Kastrup: > Bernhard Kleine writes: > >> I have the following and cannot find a way to have the repeat/volta >> signs displayed: > Seems pretty simple to me. > > > -- spitzhalde9 D

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread David Kastrup
Bernhard Kleine writes: > I have the following and cannot find a way to have the repeat/volta > signs displayed: Seems pretty simple to me. \version "2.19.82" \language "deutsch" \layout { \context { \Voice \consists "Melody_engraver" \override Stem #'neutral-direction = #'() }

"Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Bernhard Kleine
I have the following and cannot find a way to have the repeat/volta signs displayed: \version "2.19.82" \language "deutsch" \layout {   \context {     \Voice     \consists "Melody_engraver"     \override Stem #'neutral-direction = #'()   } } global = {   \hide Staff.BarLine   \key c \major   \time

Re: Adjusting the Space Between Systems on a Per Page basis

2017-10-18 Thread Brian kozaczek
2 wrote >> I've got pretty much everything where I like it in my score, but I >> would like to modify the distance between systems, and by different >> amounts on each page. >> >> >> My score has two systems per page, right now they are a little too far

Re: Adjusting the Space Between Systems on a Per Page basis

2017-10-17 Thread SoundsFromSound
Simon Albrecht-2 wrote >> I've got pretty much everything where I like it in my score, but I >> would like to modify the distance between systems, and by different >> amounts on each page. >> >> >> My score has two systems per page, right now they are

Re: Adjusting the Space Between Systems on a Per Page basis

2017-10-17 Thread Simon Albrecht
On 17.10.2017 06:01, Brian kozaczek wrote: Hello, I've got pretty much everything where I like it in my score, but I would like to modify the distance between systems, and by different amounts on each page. Is there a way I could use the following; \paper { system-system-sp

Re: trouble adding space between systems

2017-07-31 Thread Reilly Farrell
Moser wrote: > That would be because (as far as I understand) lilypond-book inserts your > scores as single images, each containing one system. Hence, the space > between systems that Lilypond would use plays no role here; instead, the > spacing has to be defined in LaTeX. > >

Re: trouble adding space between systems

2017-07-31 Thread Lukas-Fabian Moser
That would be because (as far as I understand) lilypond-book inserts your scores as single images, each containing one system. Hence, the space between systems that Lilypond would use plays no role here; instead, the spacing has to be defined in LaTeX. In my last large document, \newcommand

Re: trouble adding space between systems

2017-07-31 Thread David Wright
On Mon 31 Jul 2017 at 09:29:14 (-0700), Reilly Farrell wrote: > Thanks! Your second solution: > > \paper { > system-system-spacing.basic-distance = #20 > } > > is just what I needed. One thing I'm noticing, though, is that when I > compile melodies into a chapter using lilypond-book and pdfLa

Re: trouble adding space between systems

2017-07-31 Thread Reilly Farrell
ndividual files. The goal is to be able to adjust the formatting for vertical spacing between systems for all melodies by adjusting one variable rather than a line in each .ly file, of which there are several.) Any feedback you have for why LaTeX might be ignoring the new solution and how to overco

Re: trouble adding space between systems

2017-07-30 Thread Thomas Morley
Hi Reilly, please keep the list cc-ed until conservation turns real private 2017-07-30 19:35 GMT+02:00 Reilly Farrell : > Based on this feedback, I've been trying out the \paper block method listed > in the first link, which seems closest to what I would need. I've been > having trouble getting

Re: trouble adding space between systems

2017-07-28 Thread Thomas Morley
2017-07-28 23:45 GMT+02:00 Reilly Farrell : > between-system-space = 1\cm > between-system-padding = #1 Which version do you use? between-system-space/between-system-padding are outdated for a looong time. Have a look at http://lilypond.org/doc/v2.19/Documentation/notation/flexible-vertical-

trouble adding space between systems

2017-07-28 Thread Reilly Farrell
Hi All, I've come to a point where I need manual control over the vertical spacing between musical systems. The most prominent solution I've found seems not to be behaving as expected: no matter how I change the values in the \paper block, each configuration returns the same pdf. Is there someth

LP syntax clarification, was Re: lyluatex and distance between systems

2015-11-06 Thread David Wright
On Fri 06 Nov 2015 at 16:47:16 (+0100), David Kastrup wrote: > David Wright writes: > > NBSP = \markup { " " } > > NBSP = \markup { \char ##x00A0 } > You know that this is different from > > NBSP = \markup \char ##x00A0 > > and instead equivalent to > > NBSP = \markup \line { \char ##x00A0 }

Re: lyluatex and distance between systems

2015-11-06 Thread David Kastrup
David Wright writes: > On Fri 06 Nov 2015 at 08:57:36 (+0100), Marc Hohl wrote: >> Am 05.11.2015 um 21:05 schrieb David Wright: > >> > NBSP = \lyricmode { " " } % non-breakable space > >> Thanks for these ideas, I'll give it a try! > > Posting things here makes you check things out. I have one .i

Re: lyluatex and distance between systems

2015-11-06 Thread David Wright
On Fri 06 Nov 2015 at 08:57:36 (+0100), Marc Hohl wrote: > Am 05.11.2015 um 21:05 schrieb David Wright: > > NBSP = \lyricmode { " " } % non-breakable space > Thanks for these ideas, I'll give it a try! Posting things here makes you check things out. I have one .ily with NBSP = \lyricmode { " "

Re: lyluatex and distance between systems

2015-11-06 Thread Marc Hohl
Am 05.11.2015 um 18:11 schrieb Marc Hohl: Hi list, I use the lyluatex package for my latest project. Everything looks fine, but unfortunately lyluatex does not support \preLilyPondExample, \postLilyPondExample and \betweenLilyPondSystem, respectively. To answer my own question after a bit more

Re: lyluatex and distance between systems

2015-11-05 Thread Marc Hohl
Am 05.11.2015 um 21:05 schrieb David Wright: On Thu 05 Nov 2015 at 18:11:52 (+0100), Marc Hohl wrote: I use the lyluatex package for my latest project. Everything looks fine, but unfortunately lyluatex does not support \preLilyPondExample, \postLilyPondExample and \betweenLilyPondSystem, respect

Re: lyluatex and distance between systems

2015-11-05 Thread David Wright
On Thu 05 Nov 2015 at 18:11:52 (+0100), Marc Hohl wrote: > I use the lyluatex package for my latest project. Everything looks fine, > but unfortunately lyluatex does not support \preLilyPondExample, > \postLilyPondExample and \betweenLilyPondSystem, respectively. > > I want to control the distance

lyluatex and distance between systems

2015-11-05 Thread Marc Hohl
Hi list, I use the lyluatex package for my latest project. Everything looks fine, but unfortunately lyluatex does not support \preLilyPondExample, \postLilyPondExample and \betweenLilyPondSystem, respectively. I want to control the distance between staves, and adding a padding below the lyrics d

Re: Spacing Cheat Sheet (was: How to increase the distance between systems?)

2015-02-21 Thread Kieren MacMillan
Hi Kaj (et al.), > if I understand it correct, the effective (resulting) distance will always be > the biggest of the three, hence >effective_distance = max(minimum-distance; basic-distance; padding). > Is there any reason to use three, one should be sufficient. If I understand correctly, th

Re: Spacing Cheat Sheet (was: How to increase the distance between systems?)

2015-02-21 Thread Kaj
Hi Joram! I will say that compilations and overviews like this are most valuable and usable tools for people (like me) in the state where the different objects and concepts begin to come out of the shadows, but still you do not know the connections between them or their exact roles. So thank y

Re: Spacing Cheat Sheet (was: How to increase the distance between systems?)

2015-02-21 Thread Paul Morris
://lilypond.1069038.n5.nabble.com/attachment/164161/0/vertical-spacing-paper-variables.pdf Cheers, -Paul -- View this message in context: http://lilypond.1069038.n5.nabble.com/How-to-increase-the-distance-between-systems-new-try-tp172032p172144.html Sent from the User mailing list

Re: Re: How to increase the distance between systems? (new try) (7)

2015-02-21 Thread Paul Morris
better insight in this case... You're better off going to the manuals for that next step. As Joram mentions, it's a step by step process that can seem overwhelming at first. It gets easier as you go! Cheers, -Paul -- View this message in context: http://lilypond.1069038.n5.nabble.co

Re: Spacing Cheat Sheet (was: How to increase the distance between systems?)

2015-02-21 Thread Ralph Palmer
On Sat, Feb 21, 2015 at 8:04 AM, Noeck wrote: > Hi Kaj, hi Lilypond users, > > I also would like to say that again that spacing is a bit daunting. But I > hope > with the help you got here, it is possible to adjust the spacing you need. > The > deeper understanding will come with time and it is d

Re: Spacing Cheat Sheet (was: How to increase the distance between systems?)

2015-02-21 Thread Peter Danemo
Hi Joram! Thanks a lot! This is most helpful for a Lily newbie like myself! /Peter Peter Danemo +46-70-653 21 91 E-post: petedom...@gmail.com Web: danemo.com > 21 feb 2015 kl. 14:04 skrev Noeck : > > Hi Kaj, hi Lilypond users, > > I also would like to say that again that spacing is a bit d

Spacing Cheat Sheet (was: How to increase the distance between systems?)

2015-02-21 Thread Noeck
Hi Kaj, hi Lilypond users, I also would like to say that again that spacing is a bit daunting. But I hope with the help you got here, it is possible to adjust the spacing you need. The deeper understanding will come with time and it is difficult if one wants to understand everything at once. To m

Re: Re: How to increase the distance between systems? (new try) (7)

2015-02-20 Thread Kaj Persson
de whether to adjust padding, basic-distance, or minimum-distance. Usually you just know you want more or less spacing somewhere and you don't really care about how LilyPond does it. Cheers, -Paul -- View this message in context: http://lilypond.1069038.n5.nabble.com/How-to-increase-the-d

Re: How to increase the distance between systems? (new try) (7)

2015-02-19 Thread Paul Morris
aul -- View this message in context: http://lilypond.1069038.n5.nabble.com/How-to-increase-the-distance-between-systems-new-try-tp172032p172106.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-use

Re: How to increase the distance between systems? (new try) (7)

2015-02-19 Thread Kaj
Hi Joram! I would lie if I said that I now understand it all. No, on the contrary, you have made the "learning mountain" even higher and the slope even steeper. After reading your latest e-mail, I went back to the Notation Reference and the Internals Reference to get more information. But ther

Re: How to increase the distance between systems? (new try)

2015-02-19 Thread Noeck
Hi Kaj, > These two ways of writing, should be equivalent: > \override Staff.VerticalAxisGroup.staff-staff-spacing = > #'((basic-distance . > 15)) > \override Staff.VerticalAxisGroup.staff-staff-spacing.basic-distance = #15 > but they are not. No, because in the first line you set the sp

Re: How to increase the distance between systems? (new try)

2015-02-19 Thread Kaj
Hi Joram! Yes, you are right! But so am I. And this might be because of a possible bug I have discovered, and which I described in the last paragraph in very first (and, well second, because I corrected the code paragraph which was distroyed during the first transmission). These two ways of

Re: How to increase the distance between systems? (new try)

2015-02-19 Thread Noeck
Hi Kaj, I don't understand this part: > But obviously VerticalAxisGroup will do the job much as good as StaffGrouper > also when the staves are grouped, even if this might be against the designed > rule. If you comment out the StaffGrouper line in my layout block, you will see that the Vertica

Re: How to increase the distance between systems? (new try)

2015-02-19 Thread Kaj
Hello Joram! Sorry for misspelling your name! I saw it first when the e-mail slipped away. /Kaj ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to increase the distance between systems? (new try)

2015-02-19 Thread Kaj
Hello Noram! The fog is slowly moving away from my eyes, even if it is not clear day yet. I see why I did not succeed with default-staff-staff-spacing. I was checking only in my grouped system, as this is my current environment and will be so for a long time, as I am pottering about choir musi

Re: How to increase the distance between systems? (new try)

2015-02-19 Thread Noeck
Hi Kaj, these spacing settings are very flexible but also quite complicated. The manual indeed explains this. But I try to make it easier for your case. This works for me: \version "2.18.2" \layout { indent = #0 ragged-right = ##t % staves setting \override Staff.VerticalAxisGroup.defau

Re: How to increase the distance between systems? (new try)

2015-02-19 Thread Kaj
ted in the previous try, so here it is again: --- I have tried to find in the manuals180 how to increase the distance between systems in the same score. I have found how to control the distance between individual staves inside the system, but n

RE:How to increase the distance between systems?

2015-02-18 Thread Stephen MacNeil
Do mean like this ? \version "2.18.2" \paper { system-system-spacing #'basic-distance = #25 } \score { << \new StaffGroup << \new Staff { c'1 e'1 \break g'1 b'1 } \new Staff { d'1 f'1 \break a'1 c''1 } >> >> \layout { indent = #0 ragged-right = ##t %\override Staff.VerticalAxisGroup

Re: How to increase the distance between systems?

2015-02-18 Thread Simon Albrecht
Hello Kaj, you'd want to search the notation reference for "Flexible vertical spacing between systems". It's the \paper variable system-system-spacing that needs to be adjusted. HTH, Simon Am 18.02.2015 15:34, schrieb Kaj: I have tried to find in the manuals180 how to i

Re: How to increase the distance between systems? (new try)

2015-02-18 Thread Noeck
Hi Kaj, what you need is a system-system-spacing not a staff-staff-spacing, which is placed in a paper block as documented here: http://www.lilypond.org/doc/v2.18/Documentation/notation/flexible-vertical-spacing-paper-variables#list-of-flexible-vertical-spacing-paper-variables \paper { syste

How to increase the distance between systems? (new try)

2015-02-18 Thread Kaj
Sorry, the code example became totally distorted in the previous try, so here it is again: --- I have tried to find in the manuals180 how to increase the distance between systems in the same score. I have found how to control the distance between

How to increase the distance between systems?

2015-02-18 Thread Kaj
I have tried to find in the manuals180 how to increase the distance between systems in the same score. I have found how to control the distance between individual staves inside the system, but not between systems. In my real task I want to fill the page. I see there is plenty of room below the

Re: space between systems

2015-01-21 Thread Pierre Perol-Schneider
gt;> Hello all, >> >> I am sorry for the question, but I have tried to solve this enigma by >> myself for almost 2 hours and now I give up. >> >> The problem is that I would like to higher the space between systems and >> the various codes in the web reference di

Re: space between systems

2015-01-21 Thread Pierre Perol-Schneider
uestion, but I have tried to solve this enigma by > myself for almost 2 hours and now I give up. > > The problem is that I would like to higher the space between systems and > the various codes in the web reference didn't work. > Is there any good soul to explain me what code is

space between systems

2015-01-21 Thread Luca Danieli
Hello all, I am sorry for the question, but I have tried to solve this enigma by myself for almost 2 hours and now I give up. The problem is that I would like to higher the space between systems and the various codes in the web reference didn't work.Is there any good soul to explain me

Re: Increase vertical spacing between systems (Hartmut Leister)

2014-07-06 Thread Hartmut Leister
Hello Lilypond users, the only problem I was still having, was that some of those paper-variable didn't work (see also [1]). However this has already been topic some time ago here and James posted [2] a solution.: > --snip-- > Known issues and warnings > > The \pageBreak command will not work wit

Re: Increase vertical spacing between systems

2014-07-05 Thread Hartmut Leister
Hello dear fellow users, Am 04.07.2014 08:47, schrieb Pierre Perol-Schneider: > system-system-spacing #'basic-distance = #19 > is probably what you're looking for. It was! Thanks alot. padding also works. Am 04.07.2014 08:50, schrieb Martin Tarenskeen: > v2.12 is quite old. Vertical spacing synt

Re: Increase vertical spacing between systems

2014-07-04 Thread Pierre Perol-Schneider
2014-07-04 8:55 GMT+02:00 James : > I didn't notice you were referring to 2.12. > Oups, neither did I... ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Increase vertical spacing between systems

2014-07-03 Thread James
On 04/07/14 07:50, Martin Tarenskeen wrote: > > > On Fri, 4 Jul 2014, Hartmut Leister wrote: > >> Hello Lilypond users, >> >> I'm having a vertical spacing problem. >> [2] >> http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Vertical-spacing-b

Re: Increase vertical spacing between systems

2014-07-03 Thread Martin Tarenskeen
On Fri, 4 Jul 2014, Hartmut Leister wrote: Hello Lilypond users, I'm having a vertical spacing problem. [2] http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Vertical-spacing-between-systems#Vertical-spacing-between-systems v2.12 is quite old. Vertical spacing syntax has

Re: Increase vertical spacing between systems

2014-07-03 Thread Pierre Perol-Schneider
Hi Hartmut, 2014-07-04 8:12 GMT+02:00 Hartmut Leister : > I'm having a vertical spacing problem. > For a simple score (see [1]) I want to increase the vertical space > between stanza 2 and the next system (I've marked an occurence) just a > little bit. > system-system-spacing #'basic-distanc

Increase vertical spacing between systems

2014-07-03 Thread Hartmut Leister
o work. What I don't want is to stretch the systems, like with > \paper{ > ragged-last-bottom=##f > } Thanks in advance. Hartmut [1] https://www.dropbox.com/sh/f2rw614acsglg7i/AABvKYjtNB-1DbZo2LPA2l_Ta [2] http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Vertical-spacin

Re: the new vertical spacing between systems syntax

2012-08-06 Thread Phil Holmes
- Original Message - From: To: Sent: Sunday, August 05, 2012 11:34 PM Subject: the new vertical spacing between systems syntax Concerning the examples in the manual, section 4.4.2: 4.4.2 Explicit staff and system positioning http://lilypond.org/doc/v2.14/Documentation/notation

the new vertical spacing between systems syntax

2012-08-05 Thread ivan . k . kuznetsov
Concerning the examples in the manual, section 4.4.2: 4.4.2 Explicit staff and system positioning http://lilypond.org/doc/v2.14/Documentation/notation/explicit-staff-and-system-positioning I don't understand the reason that the variables that override default spacing between sy

Re: more space between systems?

2012-04-11 Thread Xavier Scheuer
On 11 April 2012 16:05, eriksbike wrote: > > I am using 2.14. > > Here is my basic code. Hopefully my problem will be immediately obvious... ? Hi, Move #(set-global-staff-size 15) outside (before) the \book block. When I compile your code as it with 2.14.2 I got the following error: error: sy

Re: more space between systems?

2012-04-11 Thread eriksbike
< \new Staff {\melodya } \new Staff {\melodyb } \new Staff {\melodyc } >> \layout { indent = #0 } } } James-379 wrote: > > Erik, > > On 11 April 2012 07:19, eriksbike wrote: >> >> I'm having some trouble creating more space between syste

Re: more space between systems?

2012-04-11 Thread James
Erik, On 11 April 2012 07:19, eriksbike wrote: > > I'm having some trouble creating more space between systems. > > I have tried increasing the system-system-spacing #'minimum-distance and > system-system-spacing #'padding variables. But when I compile I receive

more space between systems?

2012-04-10 Thread eriksbike
I'm having some trouble creating more space between systems. I have tried increasing the system-system-spacing #'minimum-distance and system-system-spacing #'padding variables. But when I compile I receive the message "warning: cannot fit music on page: ragged-spacing was

Re: vertical spacing between systems

2012-03-30 Thread Xavier Scheuer
On 30 March 2012 16:05, Gagi Petrovic wrote: > Dear LilyPond users, the last few days I've been trying some vertical > spacing (in v2.14.2 on OS 10.6.8) and somehow I can't seem to understand the > mechanics of the spacing between systems as explained here. Even after > cop

  1   2   >