Re: How to increase the distance between staves?

2019-07-24 Thread Richard Shann
On Wed, 2019-07-24 at 18:26 +0200, Thomas Morley wrote: > Am Mi., 24. Juli 2019 um 17:52 Uhr schrieb Richard Shann > : > > > > On Wed, 2019-07-24 at 12:54 +0100, Peter Toye wrote: > > > I want to increase the distance between the staves > > > > I've just been asked a similar question of

Re: How to increase the distance between staves?

2019-07-24 Thread Thomas Morley
Am Mi., 24. Juli 2019 um 17:52 Uhr schrieb Richard Shann : > > On Wed, 2019-07-24 at 12:54 +0100, Peter Toye wrote: > > I want to increase the distance between the staves > > I've just been asked a similar question of denemo-d...@gnu.org and > looking into it I came up with the following example

Re: How to increase the distance between staves?

2019-07-24 Thread Jean ABOU SAMRA
> Le 24 juil. 2019 à 18:03, Thomas Morley a écrit : > > Am Mi., 24. Juli 2019 um 14:26 Uhr schrieb Jean ABOU SAMRA > : >> >> Hi Peter, >> Any overrides you can do in StaffGrouper are related to the space between >> staves >> of the _same_ system when they are grouped in StaffGroup-s or

Re: How to increase the distance between staves?

2019-07-24 Thread Peter Toye
Hi Thomas, Thanks to all for this. At the moment I'm playing about with all sorts of paper variables, and getting to what I'd like. It's interesting: changing the ragged-bottom variables also changes the number of staves that LP uses to engrave the music. With them set to ##t it uses 2

Re: How to increase the distance between staves?

2019-07-24 Thread Thomas Morley
Am Mi., 24. Juli 2019 um 14:26 Uhr schrieb Jean ABOU SAMRA : > > Hi Peter, > Any overrides you can do in StaffGrouper are related to the space between > staves > of the _same_ system when they are grouped in StaffGroup-s or such. Nope. StaffGrouper.staffgroup-staff-spacing will affect spacing

Re: How to increase the distance between staves?

2019-07-24 Thread Peter Toye
/Documentation/notation/fixed-vertical-spacing-paper-variables.html). Regards, Jean Abou Samra. Le 24 juil. 2019 à 13:54, Peter Toye a écrit : How to increase the distance between staves? I want to increase the distance between the staves in a short 1-page piece. I've tried the following (culled from

Re: How to increase the distance between staves?

2019-07-24 Thread Richard Shann
On Wed, 2019-07-24 at 12:54 +0100, Peter Toye wrote: > I want to increase the distance between the staves I've just been asked a similar question of denemo-d...@gnu.org and looking into it I came up with the following example which has a variety of \layout {} blocks with which I'm trying to

Re: How to increase the distance between staves?

2019-07-24 Thread Jean ABOU SAMRA
Hi Peter, Any overrides you can do in StaffGrouper are related to the space between staves of the _same_ system when they are grouped in StaffGroup-s or such. They have nothing to do with the space _between_ different systems. To influence that, you need \paper variables as described in

How to increase the distance between staves?

2019-07-24 Thread Peter Toye
I want to increase the distance between the staves in a short 1-page piece. I've tried the following (culled from the notation reference), but nothing happens. \layout { \context { \StaffGroup \override StaffGrouper.staffgroup-staff-spacing.basic-distance = #30 \override

Re: Fixed distance between staves in all systems

2015-01-04 Thread Knute Snortum
I'm in the same position and I used \override StaffGrouper.staff-staff-spacing.minimum-distance = #10 I'm not positive that is the best solution, but it's a start. Knute Snortum (via Gmail) On Sat, Jan 3, 2015 at 3:34 PM, Javier Ruiz-Alma jav...@ruiz-alma.com wrote: I'm in the process of

Fixed distance between staves in all systems

2015-01-03 Thread Javier Ruiz-Alma
I'm in the process of upgrading LP code from version 2.2.0 to 2.18. In the following section: %%%- start snipp, li { white-space: pre-wra\layout{ \context { \PianoStaff \accepts Dynamics \override VerticalAlignment.forced-distance = #6 } }%%%- end snip Not being

Re: Adjusting distance between staves in a system

2014-05-22 Thread Richard Shann
- From: Javier Ruiz-Alma To: Phil Holmes ; LilyPond User Group Sent: Sunday, May 18, 2014 4:51 AM Subject: Re: Adjusting distance between staves in a system Phil, I used your

Re: Adjusting distance between staves in a system

2014-05-22 Thread Phil Burfitt
- Original Message - From: Javier Ruiz-Alma To: Phil Burfitt ; Phil Holmes ; LilyPond User Group Sent: Thursday, May 22, 2014 12:54 AM Subject: Re: Adjusting distance between staves in a system Phil B., A raised space didn't work. I replaced the space with a character

RE: Adjusting distance between staves in a system

2014-05-22 Thread Javier Ruiz-Alma
Richard Shann: can you give an example of it not working? https://gist.github.com/dominicus/3d158abd456d4b9c3bf0 There's quite a bit going on in this score. The pinch point is in measure 9, where beamed quarter-notes switch staves. I have both approaches tagged, and the same music is typeset

Re: Adjusting distance between staves in a system

2014-05-21 Thread Javier Ruiz-Alma
: - Original Message - From: Javier Ruiz-Alma To: Phil Holmes ; LilyPond User Group Sent: Sunday, May 18, 2014 4:51 AM Subject: Re: Adjusting distance between staves in a system Phil, I used your advice and made it to work. I added an extra voice, a hidden note to push the staves

Re: Adjusting distance between staves in a system

2014-05-18 Thread Phil Burfitt
- Original Message - From: Javier Ruiz-Alma To: Phil Holmes ; LilyPond User Group Sent: Sunday, May 18, 2014 4:51 AM Subject: Re: Adjusting distance between staves in a system Phil, I used your advice and made it to work. I added an extra voice, a hidden note to push

Re: Adjusting distance between staves in a system

2014-05-17 Thread Javier Ruiz-Alma
: Javier Ruiz-Alma To: LilyPond User Group Sent: Friday, May 16, 2014 8:38 AM Subject: Adjusting distance between staves in a system Any other alternatives to arbitrarily increase the vertical space of a single system? In a situation like this, I have used hidden notes in another voice

Re: Adjusting distance between staves in a system

2014-05-16 Thread Malte Meyn
Not exactly the solution you asked for, but: Why don’t you use \stemDown? Would save vertical space … On 16.05.2014 09:38, Javier Ruiz-Alma wrote: v2.18.2 I have a PianoStaff and need to increase the spacing between the staves within a system where LP has them too close. The PianoStaff has a

Re: Adjusting distance between staves in a system

2014-05-16 Thread Paul Morris
think this may help? http://lilypond.org/doc/v2.18/Documentation/notation/flexible-vertical-spacing-within-systems -Paul -- View this message in context: http://lilypond.1069038.n5.nabble.com/Adjusting-distance-between-staves-in-a-system-tp162463p162478.html Sent from the User mailing list

Re: Adjusting distance between staves in a system

2014-05-16 Thread Phil Holmes
- Original Message - From: Javier Ruiz-Alma To: LilyPond User Group Sent: Friday, May 16, 2014 8:38 AM Subject: Adjusting distance between staves in a system Any other alternatives to arbitrarily increase the vertical space of a single system? In a situation like this, I have used

minimum distance between staves in StaffGroup

2009-12-31 Thread Federico Bruni
I'm using Lilypond 2.13.9 and 'm trying to use the commands suggested here: http://lists.gnu.org/archive/html/lilypond-user/2009-10/msg00499.html \layout { \context { \StaffGroup \override StaffGrouper #'between-system-spacing #'padding = #1.0 \override StaffGrouper

Re: distance between staves?

2009-10-28 Thread Marc Hohl
Joe Neeman schrieb: On Fri, 2009-10-23 at 10:20 +0200, Marc Hohl wrote: I have a file with normal and tab staves, and in the last bar the highest notes touch the tab staff regardless of the values for VerticalAxisGroup #'minimum-Y-extent. How can I increase this distance? Hi Marc, Try

Re: distance between staves?

2009-10-27 Thread Joe Neeman
On Fri, 2009-10-23 at 10:20 +0200, Marc Hohl wrote: I have a file with normal and tab staves, and in the last bar the highest notes touch the tab staff regardless of the values for VerticalAxisGroup #'minimum-Y-extent. How can I increase this distance? Hi Marc, Try \layout { \context {

distance between staves?

2009-10-23 Thread Marc Hohl
I have a file with normal and tab staves, and in the last bar the highest notes touch the tab staff regardless of the values for VerticalAxisGroup #'minimum-Y-extent. How can I increase this distance? Thanks in advance! Marc \version 2.13.6 \include deutsch.ly #(set-global-staff-size 17)

increasing min. distance between staves in a PianoStaff

2008-09-15 Thread Tao Cumplido
Hi, is there a way to increase the minimal distance between two staves of a PianoStaff? I didn't find something about it in the manual and on LSR there was only a way to force a fixed distance. regards, Tao -- GMX Kostenlose Spiele: Einfach online spielen und Spaß haben mit Pastry Passion!

[LSR] Forcing fixed distance between staves

2008-09-13 Thread Sebastiano Vigna
The above snippet does not generate output (no .eps file is created). This was causing a number of problems. LSR now will keep people from inserting snippets that do not produce output. If there are cases in which this is not desirable, let me know. The snippet about is now non- approved

Re: [LSR] Forcing fixed distance between staves

2008-09-13 Thread James E. Bailey
looks like it's missing a \score {} block for the second staff group On 13.09.2008, at 14:35, Sebastiano Vigna wrote: The above snippet does not generate output (no .eps file is created). This was causing a number of problems. LSR now will keep people from inserting snippets that do not

Re: [LSR] Forcing fixed distance between staves

2008-09-13 Thread Neil Puttock
2008/9/13 James E. Bailey [EMAIL PROTECTED]: looks like it's missing a \score {} block for the second staff group Hmm, you're right; thanks for pointing it out. :) When this snippet was added, it worked fine outside LSR, so I assumed it was version specific. Seba, I've tweaked the snippet so

Re: Distance between staves in PianoStaff not fixed

2007-08-13 Thread Neil Puttock
Hi Mats, Since VerticalAlignment #'forced-distance no longer exists, would the solution be to make VerticalAxisGroup #'minimum-Y-extent large enough to take into account such spacing issues? Regards, Neil ___ lilypond-user mailing list

Re: Distance between staves

2005-05-18 Thread Antonio PALAMA'
Same problem for me, my long established method of using interscoreline = some small or even negative length to fine tune the distance between staves and the number of staves per page doesn't work any more. I suspect this has something to do with the use of the latex backend, but at this point I

Re: Distance between staves

2005-05-18 Thread Graham Percival
On 15-May-05, at 3:56 PM, Renato Biolcati Rinaldi wrote: \set Staff.minimumVerticalExtent = #'(-4 . 4) IIRC (-4 . 4) is now the default. The 2.5 has more details on this (and other ways to decrease the spacing) http://lilypond.org/doc/v2.5/Documentation/user/out-www/lilypond/

Re: Distance between staves

2005-05-18 Thread Mats Bengtsson
Renato Biolcati Rinaldi wrote: Hello How do I decrease the distance between staves? The command \set Staff.minimumVerticalExtent = #'(-4 . 4) Doesn't seem to help much, Since (-4 . 4) is the default value in LilyPond version 2.4, it will obviously not make any diffence. However, from version 2.4

Re: Distance between staves

2005-05-18 Thread Mats Bengtsson
, my long established method of using interscoreline = some small or even negative length to fine tune the distance between staves and the number of staves per page doesn't work any more. I suspect this has something to do with the use of the latex backend, but at this point I really don't know how

RE: Distance between staves

2005-05-18 Thread Fairchild
Feature request - - Several recent threads demonstrate a desire for absolute control of vertical spacing. Available defaults and overrides normally create wonderful layouts, but there are instances where they frustrate user efforts to effect specific vertical spacing. Currently available

Distance between staves

2005-05-17 Thread Renato Biolcati Rinaldi
Hello How do I decrease the distance between staves? The command \set Staff.minimumVerticalExtent = #'(-4 . 4) Doesn't seem to help much, I tried all possible combination of numbers but there is always a minimum distance between staves which I don't know how to decrease. I would like to print

RE: Distance between staves

2005-05-17 Thread Fairchild
really know why this works. - Bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Renato Biolcati Rinaldi Sent: Sunday, May 15, 2005 5:56 PM To: lilypond-user@gnu.org Subject: Distance between staves Hello How do I