Re: Invisible bar lines between lyrics

2025-07-03 Thread Father Horton
That did it! Thank you. I did have to delete my wayward \ChoirStaff layout, but once I did that, it's exactly what I wanted. On Wed, Jul 2, 2025 at 6:30 PM Kieren MacMillan wrote: > Hi there, > > > I want lyrics to respect bar lines, but I don't want to print bar

Re: Invisible bar lines between lyrics

2025-07-02 Thread Kieren MacMillan
Hi there, > I want lyrics to respect bar lines, but I don't want to print bar lines in > the lyrics themselves. Maybe something like this? %%% SNIPPET BEGINS \version "2.22.1" musicOne = \relative c'' { a1 a2 a2 a1 } musicTwo = \relative c { a1 a2 a2 a1 }

Invisible bar lines between lyrics

2025-07-02 Thread Father Horton
I want lyrics to respect bar lines, but I don't want to print bar lines in the lyrics themselves. Minimal example: \version "2.22.1" musicOne = \relative c'' { a1 a2 a2 a1 } musicTwo = \relative c { a1 a2 a2 a1 } verseOne = \lyricmode { \once \override LyricTe

Re: Connect final bar line in ChoirStaff

2025-05-19 Thread Kieren MacMillan
Hi Valentin, > alternatively consist Span_bar_engraver to ChoirStaff, default > Staff.BarLine.allow-span-bar = ##f and override Staff.BarLine.allow-span-bar > = > ##t before the barline you want the span (this needs to be done in all staves > where a span should descend from

Re: Connect final bar line in ChoirStaff

2025-05-19 Thread Valentin Petzel
Hi Helge, hi Kieren, > 1. \consists Span_bar_engraver to the ChoirStaff (not the Staff!) > 2. \omit it right off the top > 3. \undo the \omit just before the final barline alternatively consist Span_bar_engraver to ChoirStaff, default Staff.BarLine.allow-span-bar = ##f and

Re: Connect final bar line in ChoirStaff

2025-05-19 Thread Helge Kruse
objects#using-break_002dvisibility> for more details. -- This solution draws a connected bar line at each line end. This might be good. In the current notes to write I want only the final bar line at the end of the piece. With Kierens approach I can control where to write the connected bar lines. The

Re: Connect final bar line in ChoirStaff

2025-05-19 Thread Helge Kruse
Am 19.05.2025 um 19:05 schrieb Kieren MacMillan: There may be a more elegant way…? Hope that helps! Kieren. This does the requested job nearly to perfectly. I have control where exactly the connected bar appear. The notes are move a little bit, but that's okay for me. Thanks Helge

Re: Connect final bar line in ChoirStaff

2025-05-19 Thread Michael Werner
Hi Helge, On Mon, May 19, 2025 at 12:57 PM Helge Kruse wrote: %% > That's the desired for the whole song. Except at the end. How can I get > this closing connected bar line? > I do something similar with a StaffGroup - I also prefer the closing span bar be there. Leaving the two

Re: Connect final bar line in ChoirStaff

2025-05-19 Thread Kieren MacMillan
omit ChoirStaff.SpanBar c4 d e f c, d e f \undo \omit ChoirStaff.SpanBar \bar "|." } } \new Staff { \relative c' { g4 a b c c, d e f \bar "|." } } >> \layout { \context { \ChoirStaff \consists Span_bar_engraver } } %%% SNIPPET ENDS There may be a more elegant way…? Hope that helps! Kieren.

Connect final bar line in ChoirStaff

2025-05-19 Thread Helge Kruse
I am writing notes for a choir. That's why I use the ChoirStaff. Everything looks nice. But the original like many other printed notes have a closing bar line connected after the final measure. I tried to this with BarLine.allow-span-bar. This doesn't give neither a warning nor a err

Re: Help Needed: Aligning Bar Widths in Multi-Measure Systems

2025-05-07 Thread Peter X
Hello, Valentin and Kieren I have tried Valentin's method on my side. It works beautifully. Thank you guys very much. On Wed, May 7, 2025 at 2:16 PM Kieren MacMillan wrote: > Hi Peter, > > Valentin’s suggestion should help you make it work in v2.24. > > That being said… > > > Before I go ahead

Re: Help Needed: Aligning Bar Widths in Multi-Measure Systems

2025-05-07 Thread Kieren MacMillan
Hi Peter, Valentin’s suggestion should help you make it work in v2.24. That being said… > Before I go ahead and install v2.25.24, I just wanted to ask a quick question > about compatibility. Since 2.25.x is still considered unstable, do you know > if it’s fully backward-compatible with scores

Re: Help Needed: Aligning Bar Widths in Multi-Measure Systems

2025-05-06 Thread Valentin Petzel
Hi Kieren, hi Peter, > Here’s the output on my end (v2.25.24, which may be the difference?): The issue here is that `proportionalNotationDuration` is expected to be a moment on 2.24, so this should be proportionalNotationDuration = #(ly:make-moment 1/16) Cheers, Tina signature.asc Description

Re: Help Needed: Aligning Bar Widths in Multi-Measure Systems

2025-05-06 Thread Peter X
Hi Kieren, Thanks again for your detailed response! I agree — your results look exactly like what I’m aiming for, and it makes sense that version differences might explain the discrepancy. Before I go ahead and install v2.25.24, I just wanted to ask a quick question about compatibility. Since 2.2

Re: Help Needed: Aligning Bar Widths in Multi-Measure Systems

2025-05-06 Thread Kieren MacMillan
Hi Peter, > I gave it a try — it definitely helps organize things more cleanly — but I’m > still not quite getting the effect I’m hoping for. I’ve attached a screenshot > of the current output. > > What I’m aiming for is this: > > On each system, every measure should have exactly the same widt

Re: Help Needed: Aligning Bar Widths in Multi-Measure Systems

2025-05-06 Thread Peter X
ter, > > > I'm trying to produce a clean and aligned layout in LilyPond where each > line contains exactly two measures, and the measure widths on each line are > exactly equal. Additionally, I want the final (fifth) bar — which is a > short bar containing 16 sixteenth notes —

Re: Help Needed: Aligning Bar Widths in Multi-Measure Systems

2025-05-04 Thread Kieren MacMillan
Hi Peter, > I'm trying to produce a clean and aligned layout in LilyPond where each line > contains exactly two measures, and the measure widths on each line are > exactly equal. Additionally, I want the final (fifth) bar — which is a short > bar containing 16 sixteenth no

Help Needed: Aligning Bar Widths in Multi-Measure Systems

2025-05-03 Thread Peter X
Hi everyone, I'm trying to produce a clean and aligned layout in LilyPond where each line contains exactly two measures, and the measure widths on each line are exactly equal. Additionally, I want the final (fifth) bar — which is a short bar containing 16 sixteenth notes — to have the same

Re: Dashed bar line across PianoStaff

2025-04-23 Thread Nike Hedges
Thank you guys! Splendid! Now I learnt SpanBar.glyph-name and systemStartDelimiter from you. Kind regards, Nike On Wed, Apr 23, 2025 at 8:47 AM Kieren MacMillan < kie...@kierenmacmillan.info> wrote: > Hi Yoshi, > > > I would add the following near beginning of the code: > > \unset systemStartDel

Re: Dashed bar line across PianoStaff

2025-04-22 Thread Kieren MacMillan
Hi Yoshi, > I would add the following near beginning of the code: > \unset systemStartDelimiter Oh, yes, for sure! > I didn’t know you can name a StaffGrouper like that (“GrandStaffDashed”) … > Learning new things every day. Welcome to the beautiful world of custom Lilypond contexts. :) Best

Re: Dashed bar line across PianoStaff

2025-04-22 Thread Yoshiaki Onishi
That’s enlightening; thanks Kieren! I would add the following near beginning of the code: \unset systemStartDelimiter So it looks like: \defineBarLine "|-dashedSpan" #'(#t #f "!!") \layout { \context { \GrandStaff \name GrandStaffDashed \override SpanBar.glyph-name = #"|-dashedSpan"

Re: Dashed bar line across PianoStaff

2025-04-22 Thread Kieren MacMillan
Hi all, >> I'm trying to put dashed bar lines between PianoStaff like in this >> screenshot. >> I believe it's the same with StaffGroup. > Maybe there’s a more elegant solution How about something like this? SNIPPET STARTS HERE \version "2.24.4&q

Dashed bar line across PianoStaff

2025-04-22 Thread Yoshiaki Onishi
> Hi, > > I'm trying to put dashed bar lines between PianoStaff like in this screenshot. > > I believe it's the same with StaffGroup. > > However I haven't been able to find a solution. > Writing several with \with measureBarType or \defineBarLine wa

Re: \enablePolymeter & mid-bar time signature warnings

2025-04-12 Thread James Harkins
On Sun, 13 Apr 2025 08:50:09 +0800 Knute Snortum wrote --- > I don't think \enablePolymeter is supposed to allow measures that don't have > the correct number of beats in them. It's supposed to allow different time > signatures in different staves to line up in a score. You still ne

Re: \enablePolymeter & mid-bar time signature warnings

2025-04-12 Thread Knute Snortum
On Sat, Apr 12, 2025 at 4:54 PM James Harkins wrote: > On Sun, 13 Apr 2025 03:13:41 +0800 Carl Sorensen < > carl.d.soren...@gmail.com> wrote --- > > I'd suggest that you make a minimal example that uses variables, and see > if the use of variables is the issue. I'd be surprised if that is

Re: \enablePolymeter & mid-bar time signature warnings

2025-04-12 Thread James Harkins
On Sun, 13 Apr 2025 03:13:41 +0800 Carl Sorensen wrote --- > I'd suggest that you make a minimal example that uses variables, and see if > the use of variables is the issue. I'd be surprised if that is the case. > But IMO you should test your hypotheses. OK. \version "2.24.3" \langua

Re: \enablePolymeter & mid-bar time signature warnings

2025-04-12 Thread Carl Sorensen
On Sat, Apr 12, 2025 at 8:06 AM James Harkins wrote: > I have \enablePolymeter in my layout block. > > In a minimal example, this prevents warnings about time signatures in the > middle of a bar. > > In my actual score, I get: > > warning: mid-measure time signature with

\enablePolymeter & mid-bar time signature warnings

2025-04-12 Thread James Harkins
I have \enablePolymeter in my layout block. In a minimal example, this prevents warnings about time signatures in the middle of a bar. In my actual score, I get: warning: mid-measure time signature without \partial \time 2/4 The main difference is that the minimal example doesn'

Re: partial measure plus tuplet causes incorrect bar check warning with tripletFeel

2025-03-16 Thread Eric Benson
ripletFeel 8 { > > > > \partial 8 e8 | a2. \tuplet 3/2 { e8 e8 e8 } | > > > > } > > > > \midi{} > > } > > > > produces > > > > xx.ly:5:19: warning: bar check failed at: 1/24 > > Sounds like a case for \applySwingWithOffset . > > > > -- > David Kastrup >

Re: partial measure plus tuplet causes incorrect bar check warning with tripletFeel

2025-03-16 Thread David Kastrup
Eric Benson writes: > Here's a minimal example: > > \include "swing.ly" > > > \score { > > \tripletFeel 8 { > > \partial 8 e8 | a2. \tuplet 3/2 { e8 e8 e8 } | > > } > > \midi{} > } > > produces > >

Re: partial measure plus tuplet causes incorrect bar check warning with tripletFeel

2025-03-15 Thread Timothy Lanfear
On 15/03/2025 04:40, Eric Benson wrote: Yes, this does solve my problem. I can use "s8" instead of "r8" because I don't need a visible rest there. The written music can start with the leading eighth note, but the midi needs the extra eighth rest to align with the beat. The only drawback to this

Re: partial measure plus tuplet causes incorrect bar check warning with tripletFeel

2025-03-14 Thread Eric Benson
de "swing.ly" > > > \score { > > \tripletFeel 8 { > > \partial 8 e8 | a2. \tuplet 3/2 { e8 e8 e8 } | > > } > > \midi{} > } > > produces > > xx.ly:5:19: warning: bar check failed at: 1/24 > > >

Re: Spurious bar line

2025-03-07 Thread Pierre-Luc Gauthier
Hi William and thanks for your help. Le jeu. 6 mars 2025, à 21 h 12, William Rehwinkel a écrit : > You can hide the staff barline like this: > \once \hide Staff.BarLine But then, with the \once \hide Staff.BarLine solution, it hides the bar line in other situations. The problem is, I do

Re: Spurious bar line

2025-03-06 Thread William Rehwinkel via LilyPond user discussion
x27; } >> Thanks, -William On 3/6/25 20:43, Pierre-Luc Gauthier wrote: Hi everyone, Is there a way to remove the "spurious" barline at the end of bar 1 of the second Staff ? Please see the attached image. MWE : \version "2.25.24" << { c''4 4 4 4

Spurious bar line

2025-03-06 Thread Pierre-Luc Gauthier
Hi everyone, Is there a way to remove the "spurious" barline at the end of bar 1 of the second Staff ? Please see the attached image. MWE : \version "2.25.24" << { c''4 4 4 4 | 4 } { \stopStaff s1 | \break \startStaff c'4 } >> -- Pierre-Luc Gauthier

Re: partial measure plus tuplet causes incorrect bar check warning with tripletFeel

2025-03-05 Thread Eric Benson
son >: > > > > Here's a minimal example: > > > > \include "swing.ly" > > > > > > \score { > > > > \tripletFeel 8 { > > > > \partial 8 e8 | a2. \tuplet 3/2 { e8 e8 e8 } | > > > > } > > > >

Re: partial measure plus tuplet causes incorrect bar check warning with tripletFeel

2025-03-05 Thread Thomas Morley
Am Mi., 5. März 2025 um 02:32 Uhr schrieb Eric Benson : > > Here's a minimal example: > > \include "swing.ly" > > > \score { > > \tripletFeel 8 { > > \partial 8 e8 | a2. \tuplet 3/2 { e8 e8 e8 } | > > } > > \midi{} > >

Re: partial measure plus tuplet causes incorrect bar check warning with tripletFeel

2025-03-05 Thread Ya Gloops
score {   \tripletFeel 8 {     \partial 8 e8 | a2. \tuplet 3/2 { e8 e8 e8 } |   }   \midi{}   } produces xx.ly:5:19: warning: bar check failed at: 1/24

partial measure plus tuplet causes incorrect bar check warning with tripletFeel

2025-03-04 Thread Eric Benson
Here's a minimal example: \include "swing.ly" \score { \tripletFeel 8 { \partial 8 e8 | a2. \tuplet 3/2 { e8 e8 e8 } | } \midi{} } produces xx.ly:5:19: warning: bar check failed at: 1/24

Re: Fwd: A bug fix for \bar ".|:-|" between 2.22 and 2.24?

2025-02-24 Thread David Wright
On Mon 24 Feb 2025 at 10:02:27 (-0500), Aleksa Jakovljevic wrote: > I assume you want a repeat barline? The syntax in 2.22 and later would be > \bar".|:" . > > { > c1 \bar".|:" c1 > } > No, the behaviour of that barline is quite different, as

Fwd: A bug fix for \bar ".|:-|" between 2.22 and 2.24?

2025-02-24 Thread Aleksa Jakovljevic
I assume you want a repeat barline? The syntax in 2.22 and later would be \bar".|:" . { c1 \bar".|:" c1 } If you don't mind having one at the end as well (the usual format), you could just use \repeat, i.e.: { c1 \repeat volta 2 { c1 } } Cheers, Al

A bug fix for \bar ".|:-|" between 2.22 and 2.24?

2025-02-24 Thread Richard Shann
Someone using LilyPond 2.22 emailed me to say that the repeat start barline was not showing. I only have 2.20 and 2.24 but I see the change: With this code: 8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8>

Re: vertical position of bar numbers on first bar in score

2025-02-22 Thread Robin Bannister
Orm Finnendahl wrote: Attached now... > > AFAICS the only thing stated about Bar Numbers in the score is: > > \context Score { >\set barNumberVisibility = #(every-nth-bar-number-visible 1) > } > > > lilypond version is 2.23.11. > &g

Re: vertical position of bar numbers on first bar in score

2025-02-21 Thread Orm Finnendahl
Am Freitag, den 21. Februar 2025 um 16:18:29 Uhr (+0100) schrieb Mats Bengtsson: > Did you by chance forget the attachment? yes, sorry! Attached now... > >    /Mats > > On 2025-02-21 13:15, Orm Finnendahl wrote: > > Hi, > > > > in a chamber ensemble sc

Re: vertical position of bar numbers on first bar in score

2025-02-21 Thread Mats Bengtsson
Did you by chance forget the attachment?    /Mats On 2025-02-21 13:15, Orm Finnendahl wrote: Hi, in a chamber ensemble score with bar numbers on every bar above the score, the vertical position of the bar number of the first bar is too low on some some pages (see attached png). This doesn&#

vertical position of bar numbers on first bar in score

2025-02-21 Thread Orm Finnendahl
Hi, in a chamber ensemble score with bar numbers on every bar above the score, the vertical position of the bar number of the first bar is too low on some some pages (see attached png). This doesn't happen on all pages. The topmost staff system is an empty "conductor" staff

Re[2]: Bar Numbers With Letters

2024-12-24 Thread Steph Phillips
currentBarNumber to the desired number. \once \set Score.currentBarNumber = #target-measure % 2) Override the bar-number stencil once \once \override Score.BarNumber.stencil = #(lambda (grob) (let* ((text (ly:grob-property grob 'text)) (m-num (ly:grob-pro

Re: Bar Numbers With Letters

2024-12-24 Thread Kieren MacMillan
Number = #48 c4 d e f \set Score.currentBarNumber = #48 c4 d e f \revert Score.BarNumber.stencil c4 d e f c1 \bar "|." } { \music } %%% SNIPPET ENDS Obviously you’ll want to figure out how to get the letters to increment while the numbers aren’t incrementing, and wrap it all in a music functio

Re: Bar Numbers With Letters

2024-12-24 Thread Kieren MacMillan
Hi Steph, > I'm looking for how to set some bar numbers in my score to have letters. > For example: > 46, 47, 48, 48A, 48B, 48C, 49, etc... > I've been looking at the documentation and I see how to achieve this for > \repeat'ed bars, but this is just sequential m

Bar Numbers With Letters

2024-12-23 Thread Steph Phillips
Hey All! I'm looking for how to set some bar numbers in my score to have letters. For example: 46, 47, 48, 48A, 48B, 48C, 49, etc... I've been looking at the documentation and I see how to achieve this for \repeat'ed bars, but this is just sequential music and so the

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-15 Thread Kieren MacMillan
Hi Matthew, > * List a human-made selection of inherited and grob-defined properties, > with commentary on when they are or are not likely to affect the grob > in cases where it's not obvious. This cannot be infallibly correct in > every case, and cannot be done automatically Why, exactly? If t

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-15 Thread mskala
On Sun, 15 Dec 2024, Trevor Bača wrote: > Is what's being communicated here that (for technical reasons) users won't > *ever* be able to visit a single page of documentation somewhere and see all > the properties that affect a grob? Three ways to go: * List only properties that are defined on th

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-15 Thread Trevor Bača
On Fri, Dec 13, 2024 at 11:00 PM Werner LEMBERG wrote: > > Folks, > > > please calm down. Nobody here is insinuating anything! As far as I > can see, we have a clash of concepts that is probably not resolvable > in *any* satisfying way. Consequently, the only way forward is to > minimize the f

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-15 Thread Kieren MacMillan
p.s. From a still-unanswered email sent a few weeks ago (https://lists.gnu.org/archive/html/lilypond-user/2024-11/msg00211.html): > Using something like "\override BreathingSign.X-offset = #1" simply doesn't > work. Specifying the context in the override doesn't help. I don't > understand wh

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread Werner LEMBERG
> In addition to that, the IR is a static document that *cannot* > reflect the state of LilyPond at an arbitrary point of time while > processing an input document. Instead, it presents LilyPond in a > pristine state, before any `*.ly` files has been loaded, more or > less (including LilyPond's

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread Werner LEMBERG
Folks, please calm down. Nobody here is insinuating anything! As far as I can see, we have a clash of concepts that is probably not resolvable in *any* satisfying way. Consequently, the only way forward is to minimize the fallout, namely by providing explanations what a musical term 'foo' mea

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread Kieren MacMillan
Hi Matthew, > It would really be nice if the documentation could give the reader as much > information about these kinds of cases as possible +1 > because trying to use a property and not knowing whether > it will work or not, is frustrating and a common occurrence. I’m glad I’m not the only on

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread Trevor Bača
On Fri, Dec 13, 2024 at 4:30 PM David Kastrup wrote: > Trevor Bača writes: > > > On Fri, Dec 13, 2024 at 3:46 PM David Kastrup wrote: > >> > >> Why would you want to list a property that has no effect on a grob? > >> > > > > David, please go look at the IR 3.1 entry for TupletBracket ... > > >

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread mskala
On Fri, 13 Dec 2024, Thomas Morley wrote: > > Otoh, NoteColumn has grob-interface as well (ofcourse), overriding > > NoteColumn.color takes no effect. > And here NoteColumn.color works: > it's far from trivial to say which property may work or not. > _If_ something reacts on a property, then it

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread mskala
On Fri, 13 Dec 2024, David Kastrup wrote: > Creative quoting games. I am out. I wrote this: But one might well also ask, if there are useless properties with no effect, then why are there useless properties with no effect, and isn't the fact that such properties exist a much bigger pro

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread Thomas Morley
Am Fr., 13. Dez. 2024 um 23:26 Uhr schrieb Thomas Morley : > > Am Fr., 13. Dez. 2024 um 22:59 Uhr schrieb Trevor Bača : > > > > > > > > On Fri, Dec 13, 2024 at 3:46 PM David Kastrup wrote: > >> > >> Trevor Bača writes: > >> > >> > On Fri, Dec 13, 2024 at 1:11 PM David Kastrup wrote: > >> > > >>

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread David Kastrup
Kieren MacMillan writes: > Hi David, > >>> I, for one, would love to see a list of all properties that are >>> implied to have an effect on a grob [by interface inclusion] but don’t >>> actually [due to lack of implementation]. >> >> The proposal would not distinguish between properties having a

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread Kieren MacMillan
Hi David, > This is the last answer I will provide to this thread since I am sick of > the insinuation that the documentation of LilyPond is intended to annoy > people. That’s not insinuated, as far as I’ve seen — that’s your inference. > The way to achieve this is to volunteer, not to complain.

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread Kieren MacMillan
> TupletBracket has grob-interface (ofcourse). > https://lilypond.org/doc/v2.24/Documentation/internals/grob_002dinterface > lists 'color. > > Otoh, NoteColumn has grob-interface as well (ofcourse), overriding > NoteColumn.color takes no effect. THIS IS LITERALLY WHAT I’M TALKING ABOUT. Thanks f

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread David Kastrup
msk...@ansuz.sooke.bc.ca writes: > On Fri, 13 Dec 2024, David Kastrup wrote: > >> > But one might well also ask, if there are useless properties with no >> > effect, >> >> Straw man. There are no such properties. > > Then why are you so concerned about whether they'd be listed? Creative quoting

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread David Kastrup
Trevor Bača writes: > On Fri, Dec 13, 2024 at 3:46 PM David Kastrup wrote: >> >> Why would you want to list a property that has no effect on a grob? >> > > David, please go look at the IR 3.1 entry for TupletBracket ... > > https://lilypond.org/doc/v2.24/Documentation/internals/tupletbracket > >

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread Kieren MacMillan
Hi David, >> I, for one, would love to see a list of all properties that are >> implied to have an effect on a grob [by interface inclusion] but don’t >> actually [due to lack of implementation]. > > The proposal would not distinguish between properties having an effect > and properties not havin

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread Thomas Morley
Am Fr., 13. Dez. 2024 um 22:59 Uhr schrieb Trevor Bača : > > > > On Fri, Dec 13, 2024 at 3:46 PM David Kastrup wrote: >> >> Trevor Bača writes: >> >> > On Fri, Dec 13, 2024 at 1:11 PM David Kastrup wrote: >> > >> >> Trevor Bača writes: >> >> >> >> > Most helpful of all was the suggestion that t

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread mskala
On Fri, 13 Dec 2024, David Kastrup wrote: > > But one might well also ask, if there are useless properties with no > > effect, > > Straw man. There are no such properties. Then why are you so concerned about whether they'd be listed? -- Matthew Skala msk...@ansuz.sooke.bc.ca Pe

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread David Kastrup
msk...@ansuz.sooke.bc.ca writes: > On Fri, 13 Dec 2024, David Kastrup wrote: >> >> I don't see how it is a great idea to list properties that may not >> >> affect a grob at all in the documentation of a grob. >> > >> > Excuse me? >> > >> > Can you please elaborate just a little bit more on what yo

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread David Kastrup
Kieren MacMillan writes: > Hi David, > >>> Can you please elaborate just a little bit more on what you're >>> thinking? >> >> Why would you want to list a property that has no effect on a grob? > > I, for one, would love to see a list of all properties that are > implied to have an effect on a g

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread Kieren MacMillan
Hi Trevor, > please go look at the IR 3.1 entry for TupletBracket ... > https://lilypond.org/doc/v2.24/Documentation/internals/tupletbracket > ... and tell me where on that page users learn that they have the ability to > override the color of a tuplet bracket to red. > Go ahead. Where is that in

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread Kieren MacMillan
Hi Matthew, > The point isn't to list properties with no effect, but to list *all* of > the properties that *do* have an effect - not only those that happen to be > overridden at the most specific level of the hierarchy. That was the first level of my requests dating back to 2016 (or maybe earlie

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread Trevor Bača
On Fri, Dec 13, 2024 at 3:46 PM David Kastrup wrote: > Trevor Bača writes: > > > On Fri, Dec 13, 2024 at 1:11 PM David Kastrup wrote: > > > >> Trevor Bača writes: > >> > >> > Most helpful of all was the suggestion that the grob descriptions > given > >> as > >> > IR 3.1 ... > >> > > >> > > >>

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread mskala
On Fri, 13 Dec 2024, David Kastrup wrote: > >> I don't see how it is a great idea to list properties that may not > >> affect a grob at all in the documentation of a grob. > > > > Excuse me? > > > > Can you please elaborate just a little bit more on what you're > > thinking? > > Why would you want

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread Kieren MacMillan
Hi David, >> Can you please elaborate just a little bit more on what you're >> thinking? > > Why would you want to list a property that has no effect on a grob? I, for one, would love to see a list of all properties that are implied to have an effect on a grob [by interface inclusion] but don’t

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread David Kastrup
Trevor Bača writes: > On Fri, Dec 13, 2024 at 1:11 PM David Kastrup wrote: > >> Trevor Bača writes: >> >> > Most helpful of all was the suggestion that the grob descriptions given >> as >> > IR 3.1 ... >> > >> > >> https://lilypond.org/doc/v2.24/Documentation/internals/all-layout-objects >> > >

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread Trevor Bača
On Fri, Dec 13, 2024 at 1:11 PM David Kastrup wrote: > Trevor Bača writes: > > > Most helpful of all was the suggestion that the grob descriptions given > as > > IR 3.1 ... > > > > > https://lilypond.org/doc/v2.24/Documentation/internals/all-layout-objects > > > > ... be expanded to list *all* p

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread Kieren MacMillan
Hi all, > Back in 2021 this question lead to an extensive discussion about how the > information architecture of the IR might be optimized. > Most helpful of all was the suggestion that the grob descriptions given as IR > 3.1 ... > https://lilypond.org/doc/v2.24/Documentation/internals/all-layou

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread David Kastrup
Carl Sorensen writes: > I was under the impression that if a grob had a particular interface, > all of the properties of the interface could be applied to the grob. But that doesn't mean that they will have an effect. -- David Kastrup

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread Carl Sorensen
On Fri, Dec 13, 2024 at 2:13 PM David Kastrup wrote: > Trevor Bača writes: > > > Most helpful of all was the suggestion that the grob descriptions given > as > > IR 3.1 ... > > > > > https://lilypond.org/doc/v2.24/Documentation/internals/all-layout-objects > > > > ... be expanded to list *all* p

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread David Kastrup
Trevor Bača writes: > Most helpful of all was the suggestion that the grob descriptions given as > IR 3.1 ... > > https://lilypond.org/doc/v2.24/Documentation/internals/all-layout-objects > > ... be expanded to list *all* properties for a given grob, rather than only > the properties that a grob

Re: How to increase the distance between the last note of a measure and the following bar line

2024-12-13 Thread Trevor Bača
On Tue, Nov 9, 2021 at 5:59 PM Paolo Prete wrote: > Hello, > > How can I increase the distance between the last note of a measure and the > following bar line? > Hi, Back in 2021 this question lead to an extensive discussion about how the information architecture of the IR mig

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: Bad bar check warning with two voices, appoggiatura, and articulate

2024-09-16 Thread William Rehwinkel via LilyPond user discussion
#x27;re right that I need an acciaccatura.  Thank you for looking into it. Hmm...  the code still issues a bar check warning with an acciaccatura or grace.  It also doesn't help if I tinker with the durations: %%% \oneVoice \grace { c'16*1/8 d e } d8 c | %%% I think I unders

Re: Bad bar check warning with two voices, appoggiatura, and articulate

2024-09-16 Thread Stu McKenzie via LilyPond User List
. How is that supposed to work?  You probably want \acciaccatura or \grace instead. I think you're right that I need an acciaccatura.  Thank you for looking into it. Hmm...  the code still issues a bar check warning with an acciaccatura or grace.  It also doesn't

Re: Bad bar check warning with two voices, appoggiatura, and articulate

2024-09-16 Thread Knute Snortum
;> to work? You probably want \acciaccatura or \grace instead. > > > I think you're right that I need an acciaccatura. Thank you for looking > into it. > Hmm... the code still issues a bar check warning with an acciaccatura or grace. It also doesn't help if I tinker wit

Re: Bad bar check warning with two voices, appoggiatura, and articulate

2024-09-16 Thread Knute Snortum
On Mon, Sep 16, 2024 at 12:15 PM David Kastrup wrote: > > In my book, an appoggiatura is executed at least with the written > duration, and here you take 3/16 of time from 1/8. How is that supposed > to work? You probably want \acciaccatura or \grace instead. I think you're right that I need

Proportional notation - Bar length

2024-09-16 Thread Yoshiaki Onishi
Dear Michael, I have v. 2.24.4 so I had to replace \musicLength 16 to #(ly:make-moment 1/16). But it appears that the proportionalNotationDuration computes as expected if a measure is complete. Combining concatenated scores in complete measure(s) against those in incomplete measures will cause

Re: Bad bar check warning with two voices, appoggiatura, and articulate

2024-09-16 Thread David Kastrup
Knute Snortum writes: > I have discovered that LilyPond 2.25.19 produces a bad bar check warning > under certain circumstances. The three parts are 1) using two voices, 2) > an appoggiatura, 3) using articulate.ly. Below is my example code: > > %%% > \version "

Bad bar check warning with two voices, appoggiatura, and articulate

2024-09-16 Thread Knute Snortum
I have discovered that LilyPond 2.25.19 produces a bad bar check warning under certain circumstances. The three parts are 1) using two voices, 2) an appoggiatura, 3) using articulate.ly. Below is my example code: %%% \version "2.25.19" rightHand = \relative { \time 3/4 <<

Proportional notation - Bar length

2024-09-16 Thread Michael Käppler
Hi all, I want to align several small scores in a grid for processing with a laser cutter, while maintaining proportional spacing. This works well for whole notes and half notes, for quarter notes, however, the staff symbols seem to be a bit longer (while occupying the same duration). Please s

Re: \enablePolymeter halts bar numbers

2024-08-13 Thread William Rehwinkel via LilyPond user discussion
Lucas, You can add the Bar_number_engraver to one of the staves, like so: (this will make the second example have two measure numbers) % \version "2.25.18" song = { \new TabStaff \with { \consists Bar_number_engraver}{ \tabFullNotation \time 4/4 \relative c'' { \

\enablePolymeter halts bar numbers

2024-08-13 Thread Lucas Cavalcanti
Hello! I was writing a piece and realized the bar numbers are omitted when using the "\enablePolymeter" feature. [image: image.png] Is there any way to have both of them working together? Best regards, Lucas \version "2.24.4" song = { \new TabStaff { \tabFullNotation \

Re: hairpin over bar line and over end of line

2024-06-11 Thread Werner LEMBERG
> >> It's in the "expressive marks" snippets, though I admit I > >> couldn't have found it myself without searching the docs source > >> code. > > > > Could you suggest index entries that I can add to the NR? > > Thank you for following up on this. Paul, the question is addressed to you, too :-

Re: hairpin over bar line and over end of line

2024-06-11 Thread waterhorsemusic
Thank you for following up on this.PaulSent from my Galaxy Original message From: Werner LEMBERG Date: 6/11/24 8:51 PM (GMT-07:00) To: j...@abou-samra.fr Cc: waterhorsemu...@aol.com, lilypond-user@gnu.org Subject: Re: hairpin over bar line and over end of line >> How w

Re: hairpin over bar line and over end of line

2024-06-11 Thread Werner LEMBERG
>> How would I have found that in the documentation? > > It's in the "expressive marks" snippets, though I admit I couldn't > have found it myself without searching the docs source code. Could you suggest index entries that I can add to the NR? Werner

Re: hairpin over bar line and over end of line

2024-06-11 Thread Jean Abou Samra
> How would I have found that in the documentation? It's in the "expressive marks" snippets, though I admit I couldn't have found it myself without searching the docs source code. https://lilypond.org/doc/v2.24/Documentation/snippets/expressive-marks.html#expressive-marks-controlling-spanner-vis

Re: hairpin over bar line and over end of line

2024-06-11 Thread Paul Scott
On 6/11/24 11:50 AM, Jean Abou Samra wrote: \override Hairpin.after-line-breaking = ##f Thank you, Jean How would I have found that in the documentation? Paul

Re: hairpin over bar line and over end of line

2024-06-11 Thread Jean Abou Samra
> Probably a simple answer but how do I get a crescendo in this example to > continue to the next line? \override Hairpin.after-line-breaking = ##f signature.asc Description: This is a digitally signed message part

  1   2   3   4   5   6   7   8   9   10   >