Re: Arpeggio and spacing question.

2016-08-20 Thread Thomas Morley
2016-08-21 3:19 GMT+02:00 Hwaen Ch'uqi : > Greetings All, > > The following code results in the second arpeggio sign running into > the preceding D-flat in the left hand. As there is very little room to > move the arpeggio to the right before running into the following > accidentals (also in the le

Re: Arpeggio and spacing question.

2016-08-20 Thread Andrew Bernard
Hi Hwaen, Possibly? \once \override Arpeggio.padding = #8 \arpeggio Not optimal, but it does work. Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Arpeggio and spacing question.

2016-08-20 Thread Hwaen Ch'uqi
Greetings All, The following code results in the second arpeggio sign running into the preceding D-flat in the left hand. As there is very little room to move the arpeggio to the right before running into the following accidentals (also in the left hand), is there another spacing solution to this

Vertical spacing question.

2016-02-14 Thread Hwaen Ch'uqi
Greetings All, I would like to temporarily influence the vertical spacing of a piece, idally using this form: \override StaffGrouper.staff-staff-spacing.padding = #5 In the NR for version 2.19.36, this type of command is shown in a \with block, resulting in the entire score spaced accord

Re: Vertical spacing question

2015-06-22 Thread Simon Albrecht
Hello Ivan, Am 22.06.2015 um 12:35 schrieb Ivan Arreghini: Good day to all of you! I'd need a little help for a spacing problem with Lilypond. Is it possible (Virtually everything is _possible_ in LilyPond – only some things are more difficult than others :-) ) the setting the vertical spacin

Re: Vertical spacing question

2015-06-22 Thread Klaus Blum
-- View this message in context: http://lilypond.1069038.n5.nabble.com/Vertical-spacing-question-tp178079p178081.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailma

Vertical spacing question

2015-06-22 Thread Ivan Arreghini
Good day to all of you! I'd need a little help for a spacing problem with Lilypond. Is it possible the setting the vertical spacing between systems and staves for each individual page, in a score? I've googled around, but I've no found an answer. Thanks and regards. Ivan___

Re: Spacing question.

2014-12-08 Thread tisimst
ling list > [hidden email] > https://lists.gnu.org/mailman/listinfo/lilypond-user > > > If you reply to this email, your message will be added to the discussion > below: > http://lilypond.1069038.n5.nabble.com/Spacing-question-tp169299.html > To start a new topic under User,

Spacing question.

2014-12-08 Thread Hwaen Ch'uqi
Greetings All, Is there a way to influence the spacing between each flat of a double-flat? I would like to increase the distance between the two. Thank you in advance for any help. Hwaen Ch'uqi ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Odp: hotrizontal spacing question

2013-12-26 Thread Trevor Bača
On Mon, Dec 23, 2013 at 10:14 AM, Karol Majewski wrote: > Hi Eluze, > > now I have found that in my example it should be: > > \override Score.SpacingSpanner #'uniform-stretching = ##t > > insted of: > > \override SpacingSpanner #'uniform-stretching = ##t > > :) > > Now, uniform-stretching appears

Re: Odp: hotrizontal spacing question

2013-12-23 Thread Karol Majewski
Hi Eluze, now I have found that in my example it should be: \override Score.SpacingSpanner #'uniform-stretching = ##t insted of: \override SpacingSpanner #'uniform-stretching = ##t :) Now, uniform-stretching appears to be the right solution. ___

Re: Odp: hotrizontal spacing question

2013-12-23 Thread Eluze
h%20Needs%20Summary&id=3304 for more contributions. Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/hotrizontal-spacing-question-tp156216p156435.html Sent from the User mailing list archive at Nabble.com. ___

Re: Odp: hotrizontal spacing question

2013-12-22 Thread Karol Majewski
I discovered this setting yesterday. Then added it to the main layout file and compiled some of my scores (more complex). Everything was fine. Perhaps NoteHead.extra-spacing-height = #'(-inf.0 . +inf.0) should be set as default in Lily? ___ lilypon

Re: Odp: hotrizontal spacing question

2013-12-21 Thread Eluze
.1069038.n5.nabble.com/hotrizontal-spacing-question-tp156216p156326.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Odp: hotrizontal spacing question

2013-12-21 Thread Karol Majewski
If you mean this: { \override SpacingSpanner #'uniform-stretching = ##t \set Score.proportionalNotationDuration = #(ly:make-moment 1/200) \clef bass \times 4/6 { c16 e16 a,16 b,16 g,16 e16 } \times 4/6 { c16 e16 g,16 b,16 g,16 e16 } \times 4/6 { c16 e16 g,16 b,16 g,16 e16 } \times 4/6

Re: Odp: hotrizontal spacing question

2013-12-21 Thread Eluze
d.1069038.n5.nabble.com/hotrizontal-spacing-question-tp156216p156256.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Odp: hotrizontal spacing question

2013-12-21 Thread Karol Majewski
Unfortunately "uniform-stretching" doesn't work here. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Odp: hotrizontal spacing question

2013-12-20 Thread Keith OHara
Karol Majewski wp.pl> writes: > > I want all off the stems in tuplet to be spaced evenly. How to achieve > > this? If anybody else runs in to this question, there is an option for this called "uniform-stretching" described in Notation Reference section 4.5.5 Proportional notation

Odp: hotrizontal spacing question

2013-12-20 Thread Karol Majewski
OK, got it. \override NoteHead.extra-spacing-height = #'(-inf.0 . +inf.0) is what I was looking for. Dnia 20-12-2013 o godz. 23:58 Karol Majewski napisał(a): > Hi. > > Here, even though all optical-spacing features are disabled, spacing is > still uneven: > > \version "2.17.97" > > { > \

hotrizontal spacing question

2013-12-20 Thread Karol Majewski
Hi. Here, even though all optical-spacing features are disabled, spacing is still uneven: \version "2.17.97" { \override ScoreNoteSpacing.same-direction-correction = #0 \override Score.NoteSpacing.stem-spacing-correction = #0 \override Score.StaffSpacing.stem-spacing-correction = #0 \cl

Spacing question

2010-11-11 Thread Stephan Elliot Perez
Thanks again for the help. I have yet another question. :) I am notating something for viola and piano. The piano has three staves, the middle of which is only used for one measure, and is before and afterward invisible. So the setup is like this: << \new Staff { } \new PianoStaff << \new Staf

Re: Vertical Spacing question

2009-04-24 Thread Jonathan Kulp
Mischa Falkenburg wrote: Mark, thanks for your help (ie. Reply to ALL) My question would be: WHERE do I plug in the \paper { ragged-last-bottom = ##t } I normally put the \paper block right after the \header block in my scores. In the example you give below, just put it after your \ver

Re: Vertical Spacing question

2009-04-24 Thread Mischa Falkenburg
Mark Polesky wrote: Mischa Falkenburg wrote: systems-per-page max-systems-per-page min-systems-per-page ragged-last-bottom I've been searching through the documentation, and the index for same...but I don't see any reference to this. Explain, please? Mischa

Re: Vertical Spacing question

2009-04-24 Thread Mark Polesky
Mischa Falkenburg wrote: > >> systems-per-page > >> max-systems-per-page > >> min-systems-per-page > >> > > > > ragged-last-bottom > > > I've been searching through the documentation, and the index for > same...but I don't see any reference to this. Explain, please? Mischa, Don't for

Re: Vertical Spacing question

2009-04-23 Thread Mark Polesky
Francisco Vila wrote: > 2009/4/22 Carl D. Sorensen : > > > I think you want to set system-count. > > Maybe you could play with > > systems-per-page > max-systems-per-page > min-systems-per-page ragged-last-bottom might do the trick too. - Mark ___

Re: Vertical Spacing question

2009-04-22 Thread Francisco Vila
2009/4/22 Carl D. Sorensen : > I think you want to set system-count. Maybe you could play with systems-per-page max-systems-per-page min-systems-per-page as well. Not available until next release, though. -- Francisco Vila. Badajoz (Spain) www.paconet.org _

Re: Vertical Spacing question

2009-04-22 Thread Carl D. Sorensen
On 4/22/09 9:13 AM, "Mischa Falkenburg" wrote: > Hello All, > > I'm using version 2.12.1, and my piece utilizes a GrandStaff with 6 Staffs. > The .pdf file generated shows all the pages, except for the final page, > with a big space between two GrandStaffs. > > I would like to modify the spa

Vertical Spacing question

2009-04-22 Thread Mischa Falkenburg
Hello All, I'm using version 2.12.1, and my piece utilizes a GrandStaff with 6 Staffs. The .pdf file generated shows all the pages, except for the final page, with a big space between two GrandStaffs. I would like to modify the spacing so that three GS's would show on each page. Is this possi

Re: vertical spacing question

2008-12-04 Thread Nicolas Sceaux
Le 4 déc. 08 à 21:25, james a écrit : I'm having some difficulty. So far, in a score that compiles fine without \bookpart, I only get bus errors when I try to use \bookpart. I've tried having just one \score in the \bookpart, I've tried having all of them in \bookparts. The example from elu

Re: vertical spacing question

2008-12-04 Thread james
Am 03.12.2008 um 22:59 schrieb Neil Puttock: 2008/12/3 james <[EMAIL PROTECTED]>: I'm sorry, \bookpart is new to me, and I don't find it when I search for it in the one big page option. Where can I learn more about this? It's hot off the press. :) Here are some links from the 2.11.65 doc

Re: vertical spacing question

2008-12-03 Thread Neil Puttock
2008/12/3 james <[EMAIL PROTECTED]>: > I'm sorry, \bookpart is new to me, and I don't find it when I search for it > in the one big page option. Where can I learn more about this? It's hot off the press. :) Here are some links from the 2.11.65 docs: http://lilypond.org/doc/v2.11/Documentation/t

Re: vertical spacing question

2008-12-03 Thread james
Am 03.12.2008 um 22:41 schrieb Neil Puttock: Hi James, 2008/12/3 james <[EMAIL PROTECTED]>: I have a question about vertical spacing between systems of a single score inside a book. how do I access page0limit-inter-system-space inside a \layout block? I want those settings only for a single

Re: vertical spacing question

2008-12-03 Thread Neil Puttock
Hi James, 2008/12/3 james <[EMAIL PROTECTED]>: > I have a question about vertical spacing between systems of a single score > inside a book. how do I access page0limit-inter-system-space inside a > \layout block? I want those settings only for a single score. I think you'll have to use \bookpart,

vertical spacing question

2008-12-03 Thread james
I have a question about vertical spacing between systems of a single score inside a book. how do I access page0limit-inter-system-space inside a \layout block? I want those settings only for a single score. ___ lilypond-user mailing list lilypond-u

Re: Page spacing question

2005-10-24 Thread Thomas Scharkowski
pagetopspace is mentioned in the index (web documentation 2.7.14) but I could not find it elsewhere. Thomas > Thomas Scharkowski wrote: > > Hello list, > > > > in LilyPond 2.7.12 Windows native I set annotatespacing=##t and > > notice a space following "headsep" which is not labeled. Can I > > a

Re: Page spacing question

2005-10-24 Thread Han-Wen Nienhuys
Thomas Scharkowski wrote: Hello list, in LilyPond 2.7.12 Windows native I set annotatespacing=##t and notice a space following "headsep" which is not labeled. Can I access this space somehow? I think this extra space was not there in 2.7.10 IIRC. you're looking for pagetopspace, which shou

(Fwd) Page spacing question

2005-10-17 Thread Thomas Scharkowski
Hello list, nobody answered to my question below until now, maybe it's to trivial? Perhaps someone could point me where to look? Thank you, Thomas -- in LilyPond 2.7.12 Windows native I set annotatespacing=##t and notice a space following "headsep" which is not labeled. Can I access this space

Page spacing question

2005-10-16 Thread Thomas Scharkowski
Hello list, in LilyPond 2.7.12 Windows native I set annotatespacing=##t and notice a space following "headsep" which is not labeled. Can I access this space somehow? I think this extra space was not there in 2.7.10 IIRC. >From above I have: topmargin headsep - unlabeled space - Y-extent (of th

RE: Yet another vertical spacing question

2005-08-05 Thread Fairchild
Sent: Monday, August 01, 2005 7:04 PM To: lilypond-user Mailinglist Subject: Yet another vertical spacing question Anyone have any idea what's going on with the space between the voice and the piano staves in the opening of this bit of Mozart? Clearly the first system is using the spacing o

Re: Yet another vertical spacing question

2005-08-03 Thread Trevor Baca
Mats Bengtsson wrote: > > See http://lists.gnu.org/archive/html/bug-lilypond/2005-06/msg00210.html > > > > /Mats > > Han-Wen Nienhuys wrote: > Ah, > > but this is a bug, really. Only the staves should be kept on the first > system, but not the lyrics lines and chord names. Here's the executiv

Re: Yet another vertical spacing question

2005-08-02 Thread Han-Wen Nienhuys
Mats Bengtsson wrote: See http://lists.gnu.org/archive/html/bug-lilypond/2005-06/msg00210.html /Mats Ah, but this is a bug, really. Only the staves should be kept on the first system, but not the lyrics lines and chord names. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.

Re: Yet another vertical spacing question

2005-08-02 Thread Mats Bengtsson
See http://lists.gnu.org/archive/html/bug-lilypond/2005-06/msg00210.html /Mats Trevor Baca wrote: Anyone have any idea what's going on with the space between the voice and the piano staves in the opening of this bit of Mozart? Clearly the first system is using the spacing of the *second* sys

Yet another vertical spacing question

2005-08-01 Thread Trevor Baca
Anyone have any idea what's going on with the space between the voice and the piano staves in the opening of this bit of Mozart? Clearly the first system is using the spacing of the *second* system, which looks kinda insane given that the second system has 3 stanzas while the first system has none

Chord symbol spacing question

2003-04-02 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Hi folks, > > this question is probably related to the "Shifting text markup... " thread. > So here it goes: > > Is there a possibility to insure that the chord symbols are properly spaced? > When a line in the score gets crammed, something saying: > > F+5/B B

Chord symbol spacing question

2003-04-01 Thread Amelie Zapf
Hi folks, this question is probably related to the "Shifting text markup... " thread. So here it goes: Is there a possibility to insure that the chord symbols are properly spaced? When a line in the score gets crammed, something saying: F+5/B Bbmaj7 easily mutates to: F+5/BBb