Re: How to achieve minimum horizontal spacing between notes

2023-12-28 Thread Jiří Hon
After some trial and error, the simplest workaround was to override the stencil of NoteHead so it draws the missing ledger line. I conditionally set NoteHead.stencil to ly:text-interface::print and set NoteHead.text to custom markup function. \override NoteHead.stencil = #(lambda (grob)

How to achieve minimum horizontal spacing between notes

2023-12-15 Thread Jiří Hon
Dear LilyPond community, I'm working on an web psalter https://www.zaltar.cz (in Czech language) with responsive music notation based on LilyPond. For example, take a look at https://www.zaltar.cz/OL1.html and try changing the width of the browser. The notation is pre-engraved at 9 different

Re: help needed with horizontal spacing between notes

2021-01-19 Thread Davide Bonetti
Yes, I solved with: \score{    \new Staff{ \time 3/4 \repeat unfold 16 {c'2*1/2 c'4 4} }    \layout{ \context { \Staff \omit TimeSignature }    } } Il 19/01/2021 16:44, Carl Sorensen ha scritto: On Tue, Jan 19, 2021 at 4:35 AM Davide Bonetti

Re: help needed with horizontal spacing between notes

2021-01-19 Thread Carl Sorensen
On Tue, Jan 19, 2021 at 4:35 AM Davide Bonetti wrote: > Hello! > > I have some music with half - quarter - quarter sequence. > > I want the horizontal spacing of the halves to be equal of the quarters. > Are you asking for each measure to contain three equally-spaced notes, or for the space

help needed with horizontal spacing between notes

2021-01-19 Thread Davide Bonetti
Hello! I have some music with half - quarter - quarter sequence. I want the horizontal spacing of the halves to be equal of the quarters. I tried: \version "2.22.0" pippo = \repeat unfold 16 {c'2 c'4 4} {\pippo} { \override Score.SpacingSpanner.spacing-increment = #.1 \pippo } but at the

Re: Changing spacing between notes a lot

2018-04-18 Thread Robert Hickman
ok, I see. On 18 April 2018 at 17:26, Ben wrote: > On 4/18/2018 12:18 PM, Robert Hickman wrote: > > How could I do this, but move the whole note instead of just the head? > > \tweak Note.X-extent #'(-3 . -1) > > Dosn't seem to work. > > Also why are two numbers given

Re: Changing spacing between notes a lot

2018-04-18 Thread Ben
On 4/18/2018 12:18 PM, Robert Hickman wrote: How could I do this, but move the whole note instead of just the head? \tweak Note.X-extent #'(-3 . -1) Dosn't seem to work. Also why are two numbers given in the parans if it is only moving the X position? On 17 April 2018 at 19:41, Kieren

Re: Changing spacing between notes a lot

2018-04-18 Thread Robert Hickman
: > Hi, > >> I was wondering if there is a way to change the spacing between notes >> many times in a staff. > > There are many ways of accomplishing the thing you describe. > >> What I would like to do is to make something like this. >> <http://lilyp

Re: Changing spacing between notes a lot

2018-04-17 Thread Kieren MacMillan
Hi, > I was wondering if there is a way to change the spacing between notes > many times in a staff. There are many ways of accomplishing the thing you describe. > What I would like to do is to make something like this. > <http://lilypond.1069038.n5.nabble.com/file/t5510/spacin

Changing spacing between notes a lot

2018-04-15 Thread nokel81
Hello I was wondering if there is a way to change the spacing between notes many times in a staff. I have tried using \newSpacingSection and \override Score.SpacingSpanner.spacing-increment but it has not worked. What I would like to do is to make something like this. <http://lilypond.1069038

Re: Spacing between notes

2018-02-22 Thread David Wright
On Mon 19 Feb 2018 at 17:49:51 (-0700), nokel81 wrote: > \score { > \new Staff << > \new Voice = "melody" \relative g' { > \set Score.timing = ##f > g4( d) f \divisioMinima > g( a) a( g2) \divisioMinima > g4( c) a( a

Re: Spacing between notes

2018-02-19 Thread nokel81
\include "gregorian.ly" \paper { #(set-paper-size "letter") #(define margin (* 1.5 in)) } \layout { \context { \Staff \remove "Time_signature_engraver" \remove "Bar_engraver" \hide Stem } \context { \Voice \override

Re: Spacing between notes

2018-02-19 Thread Thomas Morley
2018-02-20 0:19 GMT+01:00 nokel81 : > I am using the the `\include "gregorian.ly"` but the spacing between the > notes is a bit off leading to the notes and the lyrics don't line up. > > Code: I see no code -Harm ___

Spacing between notes

2018-02-19 Thread nokel81
I am using the the `\include "gregorian.ly"` but the spacing between the notes is a bit off leading to the notes and the lyrics don't line up. Code: test.pdf -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Help with spacing spanner, i.e., horizontal spacing between notes

2007-07-26 Thread Trevor Bača
On 7/25/07, peterwinson [EMAIL PROTECTED] wrote: I have read the horizontal spacing section in the manual and have tried to replicated the code in my own ly file but \override SpacingSpanner #'base-shortest-duration = #(ly:make-moment 1 4) doesn't seem to work. Here is what I want to do. The

Re: Horizontal spacing between notes

2001-12-28 Thread Mats Bengtsson
Hello, I've just started using Lilypond and I'm very impressed with this software. Is there a simple way to increase the horizontal spacing between two notes? I have collisions between markup text above one note and a following chord. Best regards, Jurgen The best solution is