Re: Footnote line-spacing

2024-09-17 Thread Dimitri Sykias
Thank you very much Xavier! > On 17 Sep 2024, at 1:41 PM, Xavier Scheuer wrote: > > override #'(baseline-skip . 3)

Re: Footnote line-spacing

2024-09-17 Thread Xavier Scheuer
On Tue, 17 Sept 2024 at 01:39, Dimitri Sykias wrote: > > How can I reduce the vertical spacing between the lines in a auto-footnote? > > I attempted the following code to reduce the spacing: > > \auto-footnote \italic “1.” \wordwrap \small { \override #'(line-spaci

Text markup length and bar spacing

2024-09-17 Thread Lib Lists
Hi everybody, I'm trying to find the right option to make sure that the bar spacing follows the length of a text markup. See this example: if it's one bar long it works, if 2 or more it doesn't. \version "2.25.19" \score { << \new StaffGroup <<

Re: Footnote line-spacing

2024-09-17 Thread Kieren MacMillan
Hi Dimitri, > \auto-footnote \italic “1.” \wordwrap \small { \override #'(line-spacing . > 0.8) footnote text. } This doesn’t compile by itself. Adding \markup to it makes it compilable, but doesn’t demonstrate a multi-line footnote (which is, I’m guessing, what you’re trying t

Footnote line-spacing

2024-09-16 Thread Dimitri Sykias
How can I reduce the vertical spacing between the lines in a auto-footnote? I attempted the following code to reduce the spacing: \auto-footnote \italic “1.” \wordwrap \small { \override #'(line-spacing . 0.8) footnote text. } However, it didn't produce the desired result. Which is t

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

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

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

Inquiry on Adjusting Vertical Spacing Between Systems in Automatically Wrapped Lines

2024-08-23 Thread Peter X
instruments. 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 property to control this spacing to achieve the desired

Re: Lyric spacing confusion

2024-08-19 Thread Laurie Savage
Thanks, that clarifies it. I assumed the numbers referred to duration - the same as entering notes in the melody. Laurie On Tue, 20 Aug 2024 at 09:55, Leo Correia de Verdier < leo.correia.de.verd...@gmail.com> wrote: > Hi Laurie > > \addlyrics (like \lyricsto ) discards the lyric's durations an

Re: Lyric spacing confusion

2024-08-19 Thread Leo Correia de Verdier
Hi Laurie \addlyrics (like \lyricsto ) discards the lyric's durations and uses durations from the voice the lyrics are attached to. The twelve ones in the beginning are creating twelve empty syllables, whose durations are then discarded and replaced with the twelve ”syllable-places” in the intr

Re: Lyric spacing confusion

2024-08-19 Thread Laurie Savage
Thank you for the clarification. Here is the code and the output: Laurie On Tue, 20 Aug 2024 at 05:55, Xavier Scheuer wrote: > On Mon, 19 Aug 2024 at 02:14, Laurie Savage > wrote: > > > > Hi, > > > > I'm trying to set up lyrics to start on the upbeat of beat 4 in bar four > of a song (calling

Re: Lyric spacing confusion

2024-08-19 Thread Xavier Scheuer
On Mon, 19 Aug 2024 at 02:14, Laurie Savage wrote: > > Hi, > > I'm trying to set up lyrics to start on the upbeat of beat 4 in bar four of a song (calling the anacrusis bar 0). I succeeded but I'm very puzzled. Hello, Sorry but it is difficult to try to help you. You do not give the complete cod

Lyric spacing confusion

2024-08-18 Thread Laurie Savage
Hi, I'm trying to set up lyrics to start on the upbeat of beat 4 in bar four of a song (calling the anacrusis bar 0). I succeeded but I'm very puzzled. This code [image: image.png] Produced this output [image: image.png] The lyrics are attached to the right beat, but why? I tried using the note

Re: spacing between staves, globally

2024-07-07 Thread Knute Snortum
On Sun, Jul 7, 2024 at 2:28 PM Dirck Nagy wrote: > Hi all > > Is there a way to set the default spacing between staves in the \paper > block? > > Or is there a way to do it in a different block? > > You know, the way you can set attributes like: > \paper { &

spacing between staves, globally

2024-07-07 Thread Dirck Nagy
Hi all Is there a way to set the default spacing between staves in the \paper block? Or is there a way to do it in a different block? You know, the way you can set attributes like: \paper { #(set-paper-size "letter") system-system-spacing.basic-distance = 20 markup-markup-spa

Re: Adjust line spacing in markup column for fingerings

2024-06-21 Thread Vaughan McAlley
On Fri, 21 Jun 2024 at 11:09, Curt McDowell wrote: > baseline-skip seems to do the job: > > > > Found here: LilyPond snippets: Tweaks and overrides > > > Regards, > Curt > > On 6/20/2024 5:00 PM, Fennel wrote: > > Hi al

Re: Adjust line spacing in markup column for fingerings

2024-06-20 Thread Curt McDowell
baseline-skip seems to do the job: || Found here: LilyPond snippets: Tweaks and overrides Regards, Curt On 6/20/2024 5:00 PM, Fennel wrote: Hi all, Getting this behavior when trying to put fingerings in column form

Adjust line spacing in markup column for fingerings

2024-06-20 Thread Fennel
Hi all, Getting this behavior when trying to put fingerings in column format on chords: \version "2.24.3" \relative c'' { \set fingeringOrientations = #'(left) } I’d like the 1 to be much closer to the 2. Does anyone know the correct property to adjust to make this happen / where in the docs

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
ps all you need is > > > > ``` > > \paper { > > ragged-last-bottom = ##f > > } > > ``` > > the ragged-last-bottom = ##f does work in this case. Good. > I can see other uses for adjustable vertical spacing. Is there any > other way to do it, on a "

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
ll the entire last page, but > leave the other pages alone. > > Is there an "override" command i can use, or a way to add padding by > typing it into the appropriate spot in one of the voices? (BTW, i > have a separate "spacing voice" in my score) This has

vertical spacing between systems for only part of a score

2024-05-21 Thread Dirck Nagy
last page, but leave the other pages alone. Is there an "override" command i can use, or a way to add padding by typing it into the appropriate spot in one of the voices? (BTW, i have a separate "spacing voice" in my score) thanks! dirck

Re: vertical spacing per score

2024-05-18 Thread Jean Abou Samra
> Le 19 mai 2024 à 02:53, Walt North a écrit : > > David, thanks, this did indeed accomplish my goal - so I'm happy. Well, \bookpart will work *if* you are happy with having a page break between the two scores.

Re: vertical spacing per score

2024-05-18 Thread Jean Abou Samra
> Le 19 mai 2024 à 01:56, David Wright a écrit : > > Perhaps > > https://lists.gnu.org/archive/html/lilypond-user/2024-04/msg00247.html Indeed, but there was a more technical one, with Lukas I think.

Re: vertical spacing per score

2024-05-18 Thread Walt North
ere I want to have different vertical spacing between two different scores.  I can get system-system spacing to change for both scores using a \paper variable. But if I'm understanding the documentation correctly I should be able to use the same variable in a distinct layout block in each

Re: vertical spacing per score

2024-05-18 Thread David Wright
On Sun 19 May 2024 at 01:24:44 (+0200), Jean Abou Samra wrote: > > Hi.  I have a case where I want to have different vertical spacing between > > two > > different scores.  I can get system-system spacing to change for both scores > > using a \paper variable. But

Re: vertical spacing per score

2024-05-18 Thread Jean Abou Samra
> Hi.  I have a case where I want to have different vertical spacing between two > different scores.  I can get system-system spacing to change for both scores > using a \paper variable. But if I'm understanding the documentation correctly > I should be able to use the same varia

vertical spacing per score

2024-05-18 Thread Walt North
Hi.  I have a case where I want to have different vertical spacing between two different scores.  I can get system-system spacing to change for both scores using a \paper variable. But if I'm understanding the documentation correctly I should be able to use the same variable in a dis

Re: Spacing of chords on a chord lead sheet

2024-05-11 Thread Raphael Mankin
S gives me the output and clearly there’s a difference in the spacing. Cheers, Kieren. Thank you for your suggestions. I am neither setting nor touching ragged-right. I suspect that part of the difference that we see is that you forced lilypond to spread a limited amount of music over two line

Re: Spacing of chords on a chord lead sheet

2024-05-10 Thread Kieren MacMillan
t;Bar_number_engraver" } \context { \ChordNames \consists "Bar_engraver" \override BarLine.bar-extent = #'(-2 . 2) } } theChords = \chordmode { ef4 ef2:maj7 ef4:7 \break ef2 ef4:maj7 ef4:7 } \new ChordNames \theChords %%% SNIPPET ENDS gives me the output and cle

Spacing of chords on a chord lead sheet

2024-05-09 Thread Raphael Mankin
{ef2 ef4:maj7 ef4:7} then each symbol occupies the same amount of space on the line. The first chord does not occupy double the space of the other two. Is there a way of getting proportional spacing? --

Re: Spacing in mensural notation

2024-05-08 Thread Graham King
any > other related setting. Sorry, I was unclear:  you are likely to _need_ ragged-right, otherwise the right-justification of the staves will trump the tight spacing of the mensural notation. > > What I meant by the other remark was exactly what you did when you > said "\break

Re: Spacing in mensural notation

2024-05-08 Thread Giles Boardman
he answer 😉 Best Giles From: Graham King Sent: 08 May 2024 10:20 To: Giles Boardman ; lilypond-user@gnu.org Subject: Re: Spacing in mensural notation Hi Giles, please copy the list: it helps others, and you might get better advice than I can offer. Thought

Re: Spacing in mensural notation

2024-05-08 Thread Graham King
Hi Giles, please copy the list: it helps others, and you might get better advice than I can offer. Thoughts interspersed below... On Wed, 2024-05-08 at 07:56 +, Giles Boardman wrote: > Hello Graham, > > This is perfect, except it only affects the last line. The lines wrap > and the rests are

Re: Spacing in mensural notation

2024-05-07 Thread Graham King
ng, rather than to repoduce the pages, which are quite > elegant and legible enough already. > > Thanks for your help > > Best > > Giles > > From: Graham King > Sent: 07 May 2024 14:19 > To: Giles Boardman ; lilypond- > u...@gnu.org > Subject: Re: Spac

Re: Spacing in mensural notation

2024-05-07 Thread Graham King
On Tue, 2024-05-07 at 09:18 +, Giles Boardman wrote: > By the way, I know it's not a Lilypond question, but if anyone can > tell me how to interpret "Verte"(?) that would be a help too. Sorry, I missed this part of your question. It just means "turn (the page)" - much like the modern "V.S."

Re: Spacing in mensural notation

2024-05-07 Thread Graham King
make-moment 1/4) % \override Score.SpacingSpanner.strict-note-spacing = ##t \override Score.SpacingSpanner.spacing-increment = 1 \override Score.SpacingSpanner.base-shortest-duration =  #(ly:make-moment -3) \override Score.SpacingSpanner.common-shortest-duration = 

Re: Spacing in mensural notation

2024-05-07 Thread Kieren MacMillan
<< \new MensuralVoice = "alto" { \override NoteHead.style = #'petrucci \omit Score.BarNumber \clef "petrucci-c2" \time 2/2 % \override Score.SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/4) % \override Score.SpacingSpann

Spacing in mensural notation

2024-05-07 Thread Giles Boardman
quot;Obrecht" piece = "Alto" } \score { << \new MensuralVoice = "alto" { \clef "petrucci-c2" \time 2/2 \override NoteHead.style = #'petrucci % \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/4) % \override Score.SpacingSpan

Re: how difficult would it be to have “auto-correct spacing” (even for just a single measure)?

2024-05-06 Thread Kieren MacMillan
Hi all, I found something that seems to work!! Hope this helps someone else. Best, Kieren. %%% SNIPPET BEGINS \version "2.25.11" \language "english" \layout { line-width = 3.5\in ragged-right = ##f } accidentalNoWidth = \tweak Accidental.extra-spacing-width #empty-in

Re: how difficult would it be to have “auto-correct spacing” (even for just a single measure)?

2024-05-05 Thread Kieren MacMillan
Hi Valentin, > if you want you could tell Lilypond to ignore Accidentals in spacing In concept, I love this idea… However it doesn’t work 100%: %%% SNIPPET BEGINS \version "2.25.11" \language "english" \layout { line-width = 3.5\in ragged-right = ##f } igno

Re: how difficult would it be to have “auto-correct spacing” (even for just a single measure)?

2024-05-05 Thread Valentin Petzel
Hi Kieren, if you want you could tell Lilypond to ignore Accidentals in spacing (N.B.: This can lead to collision with the previous head!): accidentalNoWidth = \override Accidental.extra-spacing-width = #(lambda (grob) (let ((ext (ly:grob-property grob 'X-extent))) (displa

Re: how difficult would it be to have “auto-correct spacing” (even for just a single measure)?

2024-05-05 Thread Kieren MacMillan
Hi Jean, > There might be ways to reduce the importance > of accidentals in the spacing problem I’ve tried a couple of different ways, but they are all pretty “destructive” (e.g., the accidentals are ignored entirely, so they end up on top of each other and the noteheads). Hopefully I ca

Re: how difficult would it be to have “auto-correct spacing” (even for just a single measure)?

2024-05-04 Thread Jean Abou Samra
> > If you look at the first measure of the third system, you can see > > that the note spacing is distorted by various things (lyrics, > > accidentals, etc.). But clearly there’s more than enough horizontal > > room to make those eighth notes absolutely even — in fact, t

Re: how difficult would it be to have “auto-correct spacing” (even for just a single measure)?

2024-05-04 Thread Werner LEMBERG
gt; acting as MWE, below.) Unfortunately modifying the snippet to take > accidentals into account is WAY above my pay grade. Well, the lyrics don't make any difference in spacing, see attached image. This means that LilyPond itself does the wider spacing... Maybe you can play around with the spacing pa

Re: how difficult would it be to have “auto-correct spacing” (even for just a single measure)?

2024-05-04 Thread Kieren MacMillan
r/2022-11/msg00087.html % % This snippet gets rid of uglinesses in note spacing caused by lyrics. % By default, LilyPond always puts a lyric word exactly centered under % the note it attaches to. When there is a long lyric word, LilyPond reserves % space between notes so that there will be no collisions i

Re: how difficult would it be to have “auto-correct spacing” (even for just a single measure)?

2024-05-04 Thread Werner LEMBERG
> If you look at the first measure of the third system, you can see > that the note spacing is distorted by various things (lyrics, > accidentals, etc.). But clearly there’s more than enough horizontal > room to make those eighth notes absolutely even — in fact, that kind > of th

how difficult would it be to have “auto-correct spacing” (even for just a single measure)?

2024-05-04 Thread Kieren MacMillan
and my stylesheets. So obviously what follows is a “first world problem” of the highest order… If you look at the first measure of the third system, you can see that the note spacing is distorted by various things (lyrics, accidentals, etc.). But clearly there’s more than enough horizontal room

Re: Spacing between staves

2024-04-25 Thread Mats Bengtsson
e slightly increased vertical spacing between staves. (It has 32nd and even a few 64th notes, and just looks a little "bunched up" to my eyes.) I can only see ways to set the vertical spacing globally in the \paper block. What I am

Re: Spacing between staves

2024-04-25 Thread Michael Werner
Hi Peter, On Thursday, 25 April 2024 09:44:56 EDT Peter Mayes wrote: > What I want is for the second movement, on the second page, to have > slightly increased vertical spacing between staves. (It has 32nd and > even a few 64th notes, and just looks a little "bunched up" to m

Re: Spacing between staves

2024-04-25 Thread Pierre Perol-Schneider
.. } > > FirstMovement = { ... } > > \score { >\new Staff { \FirstMovement } >\layout {} > } > \pageBreak > SecondMovement = { ... } > > \score { >\new Staff { \SecondMovement } >\layout {} > } > > What I want is for the second movement, on the sec

Spacing between staves

2024-04-25 Thread Peter Mayes
t; \paper { ... } FirstMovement = { ... } \score {   \new Staff { \FirstMovement }   \layout {} } \pageBreak SecondMovement = { ... } \score {   \new Staff { \SecondMovement }   \layout {} } What I want is for the second movement, on the second page, to have slightly increased vertical spacing betw

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

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

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

Horizontal note spacing in chant template

2024-04-17 Thread richard
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 3rd bar? Now if there's also an easier way to show that voi

Re: ragged-bottom and spacing for individual pages

2024-03-21 Thread Paul Scott
On 3/21/24 9:46 AM, Mats Bengtsson wrote: On 2024-03-21 02:08, kie...@kierenmacmillan.info wrote: Hi Paul, I have a separate voice where I put all my breaks and pageBreaks.  I haven't been able to make a blank markup.  TIA on how to do that. e.g.: \version "2.25.1" \paper {     indent = 0

Re: ragged-bottom and spacing for individual pages

2024-03-21 Thread Mats Bengtsson
On 2024-03-21 02:08, kie...@kierenmacmillan.info wrote: Hi Paul, I have a separate voice where I put all my breaks and pageBreaks.  I haven't been able to make a blank markup.  TIA on how to do that. e.g.: \version "2.25.1" \paper {     indent = 0     ragged-bottom = ##f } {     \repeat

Fwd: ragged-bottom and spacing for individual pages

2024-03-21 Thread Paul Scott
Forgot to copy this to the list. Paul Forwarded Message Subject:Re: ragged-bottom and spacing for individual pages Date: Wed, 20 Mar 2024 23:38:37 -0700 From: Paul Scott To: kie...@kierenmacmillan.info On 3/20/24 6:08 PM, kie...@kierenmacmillan.info wrote

Re: ragged-bottom and spacing for individual pages

2024-03-20 Thread kieren
Hi Paul, I have a separate voice where I put all my breaks and pageBreaks. I haven't been able to make a blank markup. TIA on how to do that. e.g.: \version "2.25.1" \paper { indent = 0 ragged-bottom = ##f } { \repeat unfold 2 { c'1 \break c'1 \pageBreak } c'1 \break c'1-\

Re: ragged-bottom and spacing for individual pages

2024-03-20 Thread Paul Scott
On 3/20/24 12:44 PM, Kieren MacMillan wrote: Hi Paul, 1. How can I cause an individual page other than the last page of a score to have ragged-bottom? As far as I know, you can’t… To fake that behaviour, I usually just inject an appropriately-sized blank markup below the last system I want o

Re: ragged-bottom and spacing for individual pages

2024-03-20 Thread Kieren MacMillan
Hi Paul, > 1. How can I cause an individual page other than the last page of a score to > have ragged-bottom? As far as I know, you can’t… To fake that behaviour, I usually just inject an appropriately-sized blank markup below the last system I want on a given page (attached to anything in tha

Re: ragged-bottom and spacing for individual pages

2024-03-20 Thread Xavier Scheuer
> 2. How can I change the vertical spacing for a page that uses raged-bottom? For a ragged-bottom score the usual variables can be used: system-system-spacing, top-system-spacing, last-bottom-spacing and within-system spacing properties. You could use as well Explicit staff and system position

ragged-bottom and spacing for individual pages

2024-03-20 Thread Paul Scott
1. How can I cause an individual page other than the last page of a score to have ragged-bottom? 2. How can I change the vertical spacing for a page that uses raged-bottom? TIA, Paul

Re: Manually control note spacing?

2024-01-05 Thread Robert Hickman
This is great, thank you so much! On Fri, 5 Jan 2024 at 15:53, Kieren MacMillan wrote: > > Hi Robert, > > > Don't worry, found out how to do it: > > > > \version "2.18.2" > > \header {tagline = ""} > > { > >\numericTimeSignature > >\textLengthOn > >\override Staff.padding = #3 > >

Re: Manually control note spacing?

2024-01-05 Thread Kieren MacMillan
Hi Robert, > Don't worry, found out how to do it: > > \version "2.18.2" > \header {tagline = ""} > { >\numericTimeSignature >\textLengthOn >\override Staff.padding = #3 >\time 4/4 >a'4\mordent -\tweak staff-padding #4 ^"Mordent" >a'4\upmordent -\tweak staff-padding #4 ^"Up

Re: Manually control note spacing?

2024-01-05 Thread Robert Hickman
ote: > > > Hi, > > > > > > I'm trying to make an example showing mordent symbols with text > > > labels. I want the note positions spaced so that the text is all on > > > one line, with notes placed as needed to fit around it. > > &g

Re: Manually control note spacing?

2024-01-05 Thread Robert Hickman
n think of doing that would be to put manually > > sized 'gap fillers' between the notes which is something I often do in > > LaTeX, but I can't find any way of doing that in lilypond - it only > > seems possible to change spacing globally? > > > > \version "2.18.2" > > > > \header {tagline = ""} > > { > > \numericTimeSignature > > \time 4/4 > > a'4\mordent^"Mordent" > > a'4\upmordent^"Upper Mordent" > > a'4\downmordent^"Lower Mordent" > > } > > > > >

Re: Manually control note spacing?

2024-01-05 Thread Lukas-Fabian Moser via LilyPond user discussion
s' between the notes which is something I often do in LaTeX, but I can't find any way of doing that in lilypond - it only seems possible to change spacing globally? \version "2.18.2" \header {tagline = ""} { \numericTimeSignature \time 4/4 a'

Re: Manually control note spacing?

2024-01-05 Thread Phil Holmes
nd it. The easiest way I can think of doing that would be to put manually sized 'gap fillers' between the notes which is something I often do in LaTeX, but I can't find any way of doing that in lilypond - it only seems possible to change spacing globally? \version "

Manually control note spacing?

2024-01-05 Thread Robert Hickman
tween the notes which is something I often do in LaTeX, but I can't find any way of doing that in lilypond - it only seems possible to change spacing globally? \version "2.18.2" \header {tagline = ""} { \numericTimeSignature \time 4/4 a'4\mordent^"

Re: How to achieve minimum horizontal spacing between notes

2023-12-28 Thread Jiří Hon
ecause of those invisible notes that are evenly spaced. My question is: Is it possible to reduce the spacing between those invisible breves? I tried using \override NoteHead.X-extent = #'(0 . 0). This almost does what I want. The notes can overlap and the spacing is dictated by the text only

Re: horizontal spacing issue with `keyCancellation`

2023-12-27 Thread Werner LEMBERG
vec))) > > music = { \key ces \major ces'1 \bar "||" > \key cis \major cis'1 } > > { <>^\markup "default" > \music } > > { <>^\markup "cancellationFirst" > \cancellationFirst > \music } > ``` > > As can be

horizontal spacing issue with `keyCancellation`

2023-12-22 Thread Werner LEMBERG
<>^\markup "default" \music } { <>^\markup "cancellationFirst" \cancellationFirst \music } ``` As can be seen in the image, flipping the order of the bar line and the key cancellation changes the horizontal spacing between the `NoteHead` and `NonMusicalPaperCo

How to achieve minimum horizontal spacing between notes

2023-12-15 Thread Jiří Hon
breve. However, I would like to take musical notation even further. Right now, there's a lot of extra space behind the breve because of those invisible notes that are evenly spaced. My question is: Is it possible to reduce the spacing between those invisible breves? I tried using \override

Re: Changing staff-staff-spacing from page to page

2023-12-14 Thread Kieren MacMillan
Hi Knute, > Le mardi 10 octobre 2023 à 09:41 -0700, Knute Snortum a écrit : >> Is there a way to change staff-staff-spacing in different pages in the same >> piece? > Unfortunately not. You have to chose settings that work well for the whole > score (or, if you must, res

Re: spacing puzzle

2023-12-04 Thread Kieren MacMillan
Hi David, Have you looked at all the spacing parameters? https://lilypond.org/doc/v2.23/Documentation/notation/flexible-vertical-spacing-paper-variables#list-of-flexible-vertical-spacing-paper-variables In particular: top-system-spacing the distance from the top of the printable area (i.e., the

spacing puzzle

2023-12-04 Thread bobr...@centrum.is
I have a situation where I have too much music for one page and not enough to fill two pages. My desired solution is to split the material roughly 50/50 between two facing pages. Each page would be filled approximately 1/3 but I want that 1/3 centered top to bottom. I can achieve that by twea

Re: change staff-staff-spacing in a single score?

2023-11-07 Thread Jean Abou Samra
Le mardi 07 novembre 2023 à 16:48 -0500, David Zelinsky a écrit : > Though I am curious whether this was just an accident of implementation > and would be easy to change, or if there is a more structural reason. It is purely a bug. I've just found https://gitlab.com/lilypond/lilypond/-/issues/188

Re: change staff-staff-spacing in a single score?

2023-11-07 Thread David Zelinsky
Jean Abou Samra writes: > Le mardi 07 novembre 2023 à 00:55 -0500, David Zelinsky a écrit : >> Is there a way to change the spacing between staves (single-staff >> systems) in one score, in a document with multiple scores, without >> introducing a page break? > > U

Re: change staff-staff-spacing in a single score?

2023-11-07 Thread Paul Hodges
: Sent: 07/11/2023 5:55 Subject: change staff-staff-spacing in a single score? Is there a way to change the spacing between staves (single-staff systems) in one score, in a document with multiple scores, without introducing a page break?  The only way I've found in the manual to chang

Re: change staff-staff-spacing in a single score?

2023-11-07 Thread Jean Abou Samra
Le mardi 07 novembre 2023 à 00:55 -0500, David Zelinsky a écrit : > Is there a way to change the spacing between staves (single-staff > systems) in one score, in a document with multiple scores, without > introducing a page break? Unfortunately, the answer is currently no. B

change staff-staff-spacing in a single score?

2023-11-06 Thread David Zelinsky
Is there a way to change the spacing between staves (single-staff systems) in one score, in a document with multiple scores, without introducing a page break? The only way I've found in the manual to change the spacing of systems (as opposed to staves within a system) is in a \paper block

Re: Changing staff-staff-spacing from page to page

2023-10-10 Thread Jean Abou Samra
Le mardi 10 octobre 2023 à 09:41 -0700, Knute Snortum a écrit : > Is there a way to change staff-staff-spacing in different pages in the same > piece?  Unfortunately not. You have to chose settings that work well for the whole score (or, if you must, resort to hidden markups taking

Changing staff-staff-spacing from page to page

2023-10-10 Thread Knute Snortum
Is there a way to change staff-staff-spacing in different pages in the same piece? For instance, here is a MWE that shows how I thought it might be done, but it doesn't work: \version "2.24.2" \new PianoStaff << \new Staff \relative { \override Score.Sta

Re: vertical spacing of top-level `\markup` and `\bookpart`

2023-10-04 Thread Valentin Petzel
> >> If I activate the `\bookpart` block, the stretchability is > >> completely lost – both inside and outside of `\bookpart`. Is this > >> expected? How can I control the stretchability for global markups > >> section-wise (e.g., in `\bookparts`)? > > > > > > If you add ragged-last-bottom = ##

Re: vertical spacing of top-level `\markup` and `\bookpart`

2023-10-04 Thread Werner LEMBERG
>> If I activate the `\bookpart` block, the stretchability is >> completely lost – both inside and outside of `\bookpart`. Is this >> expected? How can I control the stretchability for global markups >> section-wise (e.g., in `\bookparts`)? > > If you add ragged-last-bottom = ##f in your \paper

Re: vertical spacing of top-level `\markup` and `\bookpart`

2023-10-04 Thread Xavier Scheuer
On Wed, 4 Oct 2023 at 09:17, Werner LEMBERG wrote: > > If I activate the `\bookpart` block, the stretchability is completely > lost – both inside and outside of `\bookpart`. Is this expected? How > can I control the stretchability for global markups section-wise > (e.g., in `\bookparts`)? Hello

vertical spacing of top-level `\markup` and `\bookpart`

2023-10-04 Thread Werner LEMBERG
Consider this example. ``` \paper { markup-markup-spacing.stretchability = 1000 tagline = ##f } \markup "top" \markup "middle" \markup "bottom" \pageBreak %\bookpart { { c' } \markup "top" \markup "middle" \markup "bottom" %} ``` If I activate the `\bookpart` block, the stretchab

Re: Increasing default piano staff spacing

2023-08-12 Thread Jin Choi
a passage of piano music with a lot of kneed beams between the > > staves, and there’s too few objects above the bass staff to force enough > > space. How can I increase the default spacing between the treble and bass > > parts of the piano staff? > > Hello, &g

Re: Increasing default piano staff spacing

2023-08-11 Thread Xavier Scheuer
On Fri, 11 Aug 2023 at 20:18, Jin Choi wrote: > > I have a passage of piano music with a lot of kneed beams between the staves, and there’s too few objects above the bass staff to force enough space. How can I increase the default spacing between the treble and bass parts of the piano

Increasing default piano staff spacing

2023-08-11 Thread Jin Choi
I have a passage of piano music with a lot of kneed beams between the staves, and there’s too few objects above the bass staff to force enough space. How can I increase the default spacing between the treble and bass parts of the piano staff? Here’s an example. The “dim.” clashes with the beam

Re: Getting grob Y position (spacing error)

2023-07-15 Thread Gregory Evans
Hi Jean, I'm sorry for my last confused email. I see what you mean about overriding the VoiceFollower property outside of the engraver. In my test file I was trying to override incorrectly. Thanks again for your help, greg On Sat, Jul 15, 2023 at 2:10 PM Gregory Evans wrote: > Hi Jean, > Yes I’

Re: Getting grob Y position (spacing error)

2023-07-15 Thread Gregory Evans
Hi Jean, Yes I’m still pretty much a Scheme beginner even though I have been trying to learn. My first language is Python. Thanks for the advice about not destroying the other details values. No, there is no special reason to read from the notehead, except that I don’t know how to read the value

  1   2   3   4   5   6   7   8   9   10   >