RE: Horizontal note spacing in chant template

2024-04-17 Thread richard
d Wright Sent: Wednesday, April 17, 2024 4:04 PM To: rich...@oneill-griffiths.net Cc: lilypond-user@gnu.org Subject: Re: Horizontal note spacing in chant template On Wed 17 Apr 2024 at 11:45:51 (+0100), rich...@oneill-griffiths.net wrote: > Hi, I've been using the Anglican chant template to s

Re: Horizontal note spacing in chant template

2024-04-17 Thread David Wright
On Wed 17 Apr 2024 at 11:45:51 (+0100), rich...@oneill-griffiths.net wrote: > Hi, I've been using the Anglican chant template to set items for our choir > and I've just a note spacing problem with one chant (Walford Davies) last > quarter. > > How do I address the note spacing for the B/C clash i

RE: Horizontal note spacing in chant template

2024-04-17 Thread richard
Thanks. Appreciate the help -Original Message- From: lilypond-user-bounces+richard=oneill-griffiths@gnu.org On Behalf Of Mats Bengtsson Sent: Wednesday, April 17, 2024 1:20 PM To: lilypond-user@gnu.org; rich...@oneill-griffiths.net Subject: Re: Horizontal note spacing in chant

Re: Horizontal note spacing in chant template

2024-04-17 Thread Mats Bengtsson
On 2024-04-17 12:45, rich...@oneill-griffiths.net wrote: Hi, I’ve been using the Anglican chant template to set items for our choir and I’ve just a note spacing problem with one chant (Walford Davies) last quarter. How do I address the note spacing for the B/C clash in the 3^rd bar? Now i

RE: Horizontal note spacing in chant template

2024-04-17 Thread richard
Thank you so much. From: Michael Werner Sent: Wednesday, April 17, 2024 12:55 PM To: rich...@oneill-griffiths.net; lilypond-user@gnu.org Subject: Re: Horizontal note spacing in chant template Hi Richard, On 2024-Apr-17 06:45, rich...@oneill-griffiths.net <mailto:rich...@oneill-griffiths.

Re: Horizontal note spacing in chant template

2024-04-17 Thread Michael Werner
Hi Richard, On 2024-Apr-17 06:45, rich...@oneill-griffiths.net wrote: Hi, I’ve been using the Anglican chant template to set items for our choir and I’ve just a note spacing problem with one chant (Walford Davies) last quarter. How do I address the note spacing for the B/C clash in the 3^rd b

RE: Horizontal note spacing

2016-11-23 Thread Andrew Bernard
Hi Abraham, What a great help. I have been wanting this for a very long time. Overriding Score.NoteSpacing.knee-spacing-correction allows the kneed beamed grace notes to be evenly spaced, with trial and error for the right number. Very much appreciated. This is almost worth an

Re: Horizontal note spacing

2016-11-23 Thread tisimst
Hey, Andrew! On Tue, Nov 22, 2016 at 8:54 PM, Andrew Bernard [via Lilypond] < ml-node+s1069038n197023...@n5.nabble.com> wrote: > I have tried setting new spacing sections every which way with no success. > I think it is the dodecaphonic accidental style combined with the cross > staff kneed beami

RE: Horizontal note spacing

2016-11-22 Thread Andrew Bernard
and rods business? The IR is rather terse, as is its wont. Andrew From: Abraham Lee [mailto:tisimst.lilyp...@gmail.com] Sent: Wednesday, 23 November 2016 1:40 PM To: Andrew Bernard Cc: lilypond-user@gnu.org Subject: Re: Horizontal note spacing Have a look in the IR at the grob

Re: Horizontal note spacing

2016-11-22 Thread Abraham Lee
Andrew, On Tuesday, November 22, 2016, Andrew Bernard wrote: > Greetings All, > > > > With the reasonably complex contemporary music that I engrave for my > colleague, I often come across situations where lilypond spaces note stems > in a beamed group unevenly, but we would like them to be equal

Re: Horizontal note spacing

2014-03-16 Thread Benjamin Fluehr
Thank you Alexander, that worked great. I discovered that part of the reason my previous efforts had failed is that I was including gregorian.ly, which specifies \override SpacingSpanner.packed-spacing = ##t. Packed spacing had a number of side effects that were not desirable for this use case.

Re: Horizontal note spacing

2014-03-14 Thread Alexander Kobel
On 03/14/2014 01:34 PM, Benjamin Fluehr wrote: I am re-engraving music based on the attached image. Notice that the original editor tightened the horizontal spacing between the notes on the syllables "De-" and "Pa-." This was done to mimic the Gregorian chant neumes on which the music is based.

Re: Horizontal note spacing

2013-10-03 Thread Franciszek Boehlke
I tried my simple approach to disabling collision detection, but I didn't get desired (or deserved, as I smartly wrote in previous mail :P) effect - spaces between notes with accidentals were still slightly wider than other, and some other spacing rules got very wrong. Well, I expected it to work a

Re: Horizontal note spacing

2013-10-01 Thread Franciszek Boehlke
I'm not completely sure of that, but disabling springs should be quite easy to do (in C++ code), and effect might be what is deserved, i.e. no smart spacing. However, it can result in lots of collisions in some cases. Maybe I'll try it today or tomorrow, I'd like to remind myself spring code a bit.

Re: Horizontal note spacing

2013-10-01 Thread David Kastrup
LaurenH writes: > I'm looking for a music writing program that will allow me to precisely > control horizontal spacing for use in a psychology sight-reading > study. You are probably best off writing your own program then. LilyPond does so many tweaks and finetunes and optical spacing and what

Re: Horizontal note spacing

2013-10-01 Thread Mike Solomon
On 1 oct. 2013, at 13:59, LaurenH wrote: > I'm looking for a music writing program that will allow me to precisely > control horizontal spacing for use in a psychology sight-reading study. > Though I've found information on how to pad accidentals etc I was wondering > if someone could help with

Re: Horizontal note spacing

2009-09-15 Thread Nick Payne
Thanks. A much simpler fix. Nick Kieren MacMillan wrote: Hi Nick, Is this the only solution? My preference would be to adjust the padding or X-extent of the arpeggio directly, e.g. \version "2.13.3" arpspace = \once \override Staff.Arpeggio #'X-extent = #'(-13 . 1) treble = \relative

Re: Horizontal note spacing

2009-09-15 Thread Kieren MacMillan
Hi Nick, Is this the only solution? My preference would be to adjust the padding or X-extent of the arpeggio directly, e.g. \version "2.13.3" arpspace = \once \override Staff.Arpeggio #'X-extent = #'(-13 . 1) treble = \relative c' { a4 \arpspace cis\arpeggio | g' cis, |} bass