Re: Mensural Lines in Choir Staff

2023-11-20 Thread Johannes Roeßler
Am 17.11.2023 um 20:11 schrieb Shane Brandes: \override Staff.BarLine.transparent = ##t Hi Shane, maybe I use the wrong place, but this doesn't work for me: \version "2.24.0" \layout {   \context {     \Staff   \override Staff.BarLine.transparent = ##t   } } music = \fixed c'' {   c1   d2 \

Re: Relative rhythms across bars for time changes?

2023-11-20 Thread Alasdair McAndrew
Thank you all so very much for helping me with my question - and special thanks to all the proposers of those clever solutions. The final one provided by Jean Abou Samra seems to work wonderfully well (at least in v 2.24.2, which is what I'm using). So I'm going to use it! I can only concur with

Re: Mensural Lines in Choir Staff

2023-11-20 Thread Werner Lemberg
Omit the 'Staff.' within '\context \Staff'    Werner 20.11.2023 11:04:24 Johannes Roeßler : > Am 17.11.2023 um 20:11 schrieb Shane Brandes: >> \override Staff.BarLine.transparent = ##t > > Hi Shane, > > maybe I use the wrong place, but this doesn't work for me: > > \version "2.24.0" > > \lay

Re: Parenthesizing multiple events

2023-11-20 Thread Luca Fascione
Also, it doesn't seem to actually work on 2.22 (see below) How does this even compile on the LSR? https://lsr.di.unimi.it/LSR/Snippet?id=902 L === \version "2.22.2" startParenthesis = { \once \override Parentheses.stencils = #(lambda (grob) (let ((par-list (parentheses-interf

Re: Parenthesizing multiple events

2023-11-20 Thread Knute Snortum
On Mon, Nov 20, 2023 at 4:35 AM Luca Fascione wrote: > Also, > it doesn't seem to actually work on 2.22 (see below) > > How does this even compile on the LSR? > The LSR uses LilyPond 2.24.2, which compiles the source without error. -- Knute Snortum

Re: Parenthesizing multiple events

2023-11-20 Thread Luca Fascione
Did this change between 22 and 24? Is there somewhere I can go to see the implementation for the LSR that used 2.22? L On Mon, 20 Nov 2023, 15:07 Knute Snortum, wrote: > On Mon, Nov 20, 2023 at 4:35 AM Luca Fascione > wrote: > >> Also, >> it doesn't seem to actually work on 2.22 (see below) >>

Re: Parenthesizing multiple events

2023-11-20 Thread Ben Bradshaw
As an alternate approach could you use the \arrpegioBracket ? It's a little more square, but I think there's a way to override that. I used it once to put a bracket around a cord. You just have to override one of the properties to move the endpoints in the negative direction as well as an x offset

Re: Parenthesizing multiple events

2023-11-20 Thread Luca Fascione
It's for a chord symbol in ChordName mode (Ab7, say) I didn't think those supported arpeggio brackets L On Mon, 20 Nov 2023, 15:39 Ben Bradshaw, wrote: > As an alternate approach could you use the \arrpegioBracket ? It's a > little more square, but I think there's a way to override that. I use

Re: Parenthesizing multiple events

2023-11-20 Thread Knute Snortum
On Mon, Nov 20, 2023 at 6:34 AM Luca Fascione wrote: > Did this change between 22 and 24? > Is there somewhere I can go to see the implementation for the LSR that > used 2.22? > > L > > On Mon, 20 Nov 2023, 15:07 Knute Snortum, wrote: > >> On Mon, Nov 20, 2023 at 4:35 AM Luca Fascione >> wrote:

Re: Parenthesizing multiple events

2023-11-20 Thread Luca Fascione
Lovely, thank you Knute L On Mon, 20 Nov 2023, 16:11 Knute Snortum, wrote: > On Mon, Nov 20, 2023 at 6:34 AM Luca Fascione > wrote: > >> Did this change between 22 and 24? >> Is there somewhere I can go to see the implementation for the LSR that >> used 2.22? >> >> L >> >> On Mon, 20 Nov 2023,

Re: Auto-bar number after multi-measure rest

2023-11-20 Thread Pierre-Luc Gauthier
I've been using this snippet for quite a few years now : I'm not even sure to whom I stole that. HTH \version "2.25.8" %% define the custom context-property `printMmrRange' #(define (define-translator-property symbol type? description) (if (not (and (symbol? symbol) (procedu

Re: Auto-bar number after multi-measure rest

2023-11-20 Thread Adam M. Griggs
That's quite a snippet. Thank you. I'll try it out. On Tue, 21 Nov 2023, 01:19 Pierre-Luc Gauthier, wrote: > I've been using this snippet for quite a few years now : > > I'm not even sure to whom I stole that. > > HTH > > \version "2.25.8" > > %% define the custom context-property `printMmrRange

Re: What's causing this extra bar line and empty bar?

2023-11-20 Thread David Wright
On Mon 20 Nov 2023 at 00:23:45 (+), Robert Hickman wrote: > Good point. I'm using 2.18.2 which is what's in the repo for debian 10. On Mon 20 Nov 2023 at 00:43:59 (+), Robert Hickman wrote: > Updating to the latest version fixed the issue, and also the unwanted > extra space. Problem was j