Re: Moving time signatures

2025-06-24 Thread Brent Annable
Oh perfect, thank you Michael for the suggestion and to Kieren for passing it on. Regards, Brent. On Tue, 24 June 2025, 6:51 am Michael Gerdau via LilyPond user discussion, < lilypond-user@gnu.org> wrote: > > [n.b. I think you just replied to me, so I included your full response > below.] > > O

Re: Moving time signatures

2025-06-23 Thread Michael Gerdau via LilyPond user discussion
[n.b. I think you just replied to me, so I included your full response below.] Oups, right. Thanks for being so observant :) Kind regards, Michael -- Michael Gerdau email: m...@qata.de GPG-keys available on request or at public keyserver

Re: Moving time signatures

2025-06-23 Thread Kieren MacMillan
factor 2/3. > > The reason is that it seems obvious that the time signature change implies a > tempo change, namely what used to be a bar of 3/2 (or a dotted full note) is > now a full note. > > Or phrased differently: > The time that used to be taken up by 3 half note is n

Re: Moving time signatures

2025-06-23 Thread Brent Annable
Hey Kieren, Thank you! That looks great. Now I see how simple it is, I feel like I should have been able to figure that out myself :-/ Now at least I know for next time :-) Regards, Brent. On Mon, 23 Jun 2025 at 22:13, Kieren MacMillan wrote: > Hi Brent, > > > I'm trying

Re: Moving time signatures

2025-06-23 Thread Kieren MacMillan
Hi Brent, > I'm trying to reproduce the example in the attached pic, but I'm having > trouble getting the new common-time signature to align with the barlines > between the staves. Actually I have no idea how to move time signatures at > all -- I've nosed around a

Moving time signatures

2025-06-23 Thread Brent Annable
Hi all, I'm trying to reproduce the example in the attached pic, but I'm having trouble getting the new common-time signature to align with the barlines between the staves. Actually I have no idea how to move time signatures at all -- I've nosed around a bit but can't see

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 u

Re: \enablePolymeter & mid-bar time signature warnings

2025-04-12 Thread Knute Snortum
'd be surprised if that is the > case. But IMO you should test your hypotheses. > > OK. > > \version "2.24.3" > \language "english" > > minimalExampleVariableOne = \relative c' { > \time 3/4 > c4 d e > \time 4/4 > f g a b >

Re: \enablePolymeter & mid-bar time signature warnings

2025-04-12 Thread James Harkins
. \version "2.24.3" \language "english" minimalExampleVariableOne = \relative c' { \time 3/4 c4 d e \time 4/4 f g a b } minimalExampleVariableTwo = \relative c' { \time 4/4 c4 d e \time 3/4 f g a b } \score { << \new Staff \minimalExampleVariabl

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: Hiding time signatures

2025-04-06 Thread James Harkins
On Sun, 06 Apr 2025 22:04:12 +0800 James Harkins wrote --- > \override TimeSignature.stencil = ##f > > Does this not work anymore? Never mind, I found it. \override Staff.TimeSignature.stencil = ##f hjh

Hiding time signatures

2025-04-06 Thread James Harkins
\override TimeSignature.stencil = ##f Does this not work anymore? \score { << \new Staff \relative c' { \override TimeSignature.stencil = ##f \time 2/4 c4 c4 \time 3/4 c c c \time 2/4 c c \bar "|." } >> } ...

How to make blank measures strictly proportional in width wrt time

2025-04-03 Thread Nicholas Luu
Hi all, Right now I am working on a python program for making grids with heterogenous measure lengths and changing tempos while keeping the spacing proportional to the time it takes up to help me with some precomposition stuff. I have used \override Score.SpacingSpanner.spacing-increment to

even more proportional, even colliding with first Clef and Time Signature?

2025-03-28 Thread padovani
in a chronometric transcription I'm working on in which I may need to have Clefs and Time Signatures in some points (and so I cannot just remove the engravers) Below is what I am trying (I would like to make the first notes to collide with the first Clef and Time Signature of each Staff). T

Re: End of line clef and/or \time elimination

2025-03-22 Thread Ralph Palmer
On Sat, Mar 22, 2025 at 2:05 PM Xavier Scheuer wrote: > On Sat, 22 Mar 2025 at 21:56, Ralph Palmer > wrote: > > > > Yes, as in that. Here's a minimal non-working example: > >> > Hello Ralf, > > The property is called break-visibility, not end-of-line-invisible (which > is a possible value of thi

Re: End of line clef and/or \time elimination

2025-03-22 Thread Xavier Scheuer
On Sat, 22 Mar 2025 at 21:56, Ralph Palmer wrote: > > Yes, as in that. Here's a minimal non-working example: > Hello Ralf, The property is called break-visibility, not end-of-line-invisible (which is a possible value of this property). Look also at the section "Special considerations" on the pag

Re: End of line clef and/or \time elimination

2025-03-22 Thread Ralph Palmer
't find it > there or figure out how to do it. > > What I want is to eliminate the end-of-line clef and/or time signature > when either one changes at the start of the next line. > > Could someone please point me in the right direction? > > > As in > > http

Re: End of line clef and/or \time elimination

2025-03-22 Thread Hans Aikema
t; > What I want is to eliminate the end-of-line clef and/or time signature when > either one changes at the start of the next line. > > Could someone please point me in the right direction? As in https://lilypond.org/doc/v2.24/Documentation/notation/visibility-of-objects#using-break_002dvisibility ? HTH Hans

End of line clef and/or \time elimination

2025-03-22 Thread Ralph Palmer
Hi - I've done this before, but I can't figure out where. I've tried searching the Notation Reference, the User Archive, and the LSR, but I can't find it there or figure out how to do it. What I want is to eliminate the end-of-line clef and/or time signature when either one

Re: time signature and key change at end of line

2025-03-07 Thread Timothy Lanfear
On 06/03/2025 20:50, Paul Scott wrote: I posted before about time signatures and/or key changes repeated at the end of the previous line and was shown that it works correctly. I finally saw the problem that occasionally effects my normal code structure. Could the \endSpanners music

Re: time signature and key change at end of line

2025-03-06 Thread Carl Sorensen
On Thu, Mar 6, 2025 at 3:52 PM Paul Scott wrote: > Hi, > > I posted before about time signatures and/or key changes repeated at the > end of the previous line and was shown that it works correctly. > > I finally saw the problem that occasionally effects my normal code > st

Re: time signature and key change at end of line

2025-03-06 Thread Knute Snortum
On Thu, Mar 6, 2025 at 12:52 PM Paul Scott wrote: > Hi, > > I posted before about time signatures and/or key changes repeated at the > end of the previous line and was shown that it works correctly. > > I finally saw the problem that occasionally effects my normal code > st

time signature and key change at end of line

2025-03-06 Thread Paul Scott
Hi, I posted before about time signatures and/or key changes repeated at the end of the previous line and was shown that it works correctly. I finally saw the problem that occasionally effects my normal code structure. I always separate notes and time and dynamics to be able to use all or

Re: key and/or time signature at end of line

2025-01-28 Thread Valentin Petzel
> It is the default behavior, lilypond compresses the whole line. You can > see it in the example below. I'm still confused about what the question > is, but perhaps a handwritten example or scan from another score would help. An even more obvious example: ``` { \repeat unfold 32 { 8 \noBreak

Re: key and/or time signature at end of line

2025-01-28 Thread William Rehwinkel via LilyPond user discussion
" \layout { ragged-right = ##f } \score { \relative g' { g8 g g g g g g g | g g g g g g g g | \break \time 3/4 g2. } } \score { \relative g' { g8 g g g g g g g | g g g g g g g g | \break g2. } } On 1/28/25 02:01, Tim's Bitstream via LilyPond user discussion

Re: key and/or time signature at end of line

2025-01-27 Thread waterhorsemusic
Sent from my Galaxy Original message From: Tim's Bitstream via LilyPond user discussion Date: 1/28/25 12:03 AM (GMT-07:00) To: lily Pond Subject: Re: key and/or time signature at end of line So you want Lilypond to take that space equally from all the measures in that

Re: key and/or time signature at end of line

2025-01-27 Thread Tim's Bitstream via LilyPond user discussion
:35, Paul Scott wrote: When a time signature or key change happens at the beginning of a line it is repeated at the end of the previous line. This is good and normal. The space needed for this is take

Re: key and/or time signature at end of line

2025-01-27 Thread Paul Scott
I don't want to cancel it. I want it not to compress the music in the last measure of the line. I haven't been able to find one of my examples or create a MWE. Thank you, Paul On 1/25/25 11:33 AM, Hans Aikema wrote: On 25 Jan 2025, at 00:35, Paul Scott wrote: When a time si

Re: key and/or time signature at end of line

2025-01-27 Thread Hans Aikema
All the examples I sent on the list have the change exactly at the break, not one measure before the end. You can put as many measures before the \break as you want, the code addresses the changeover to another key and time-signature at the measure directly after the break. So if it's not

Re: key and/or time signature at end of line

2025-01-27 Thread Paul Scott
ikema wrote: On 25 Jan 2025, at 00:35, Paul Scott wrote: When a time signature or key change happens at the beginning of a line it is repeated at the end of the previous line. This is good and normal. The space needed for this is taken from the last measure on that previous line often m

Re: key and/or time signature at end of line

2025-01-25 Thread Hans Aikema
> On 25 Jan 2025, at 19:33, Hans Aikema wrote: > > > >> On 25 Jan 2025, at 00:35, Paul Scott wrote: >> >> When a time signature or key change happens at the beginning of a line it is >> repeated at the end of the previous line. This is good and normal.

Re: key and/or time signature at end of line

2025-01-25 Thread Hans Aikema
> On 25 Jan 2025, at 00:35, Paul Scott wrote: > > When a time signature or key change happens at the beginning of a line it is > repeated at the end of the previous line. This is good and normal. > > The space needed for this is taken from the last measure on that prev

Re: key and/or time signature at end of line

2025-01-25 Thread Carl Sorensen
On Fri, Jan 24, 2025 at 6:37 PM Paul Scott wrote: > When a time signature or key change happens at the beginning of a line > it is repeated at the end of the previous line. This is good and normal. > > The space needed for this is taken from the last measure on that > previous li

key and/or time signature at end of line

2025-01-24 Thread Paul Scott
When a time signature or key change happens at the beginning of a line it is repeated at the end of the previous line. This is good and normal. The space needed for this is taken from the last  measure on that previous line often making that last measure very cramped . Is there a way to

Re: crescendo stops at \time

2024-10-14 Thread Knute Snortum
On Mon, Oct 14, 2024 at 2:09 PM Sebastian Menge wrote: > That works well, thank you! > > Is there a way to set this for the whole piece? Or at least all > de/crescendi? > > My piece often changes time and also keys - I have many wide gaps for the > crescs. > Try: \ove

Re: crescendo stops at \time

2024-10-14 Thread Sebastian Menge
That works well, thank you! Is there a way to set this for the whole piece? Or at least all de/crescendi? My piece often changes time and also keys - I have many wide gaps for the crescs. -- Sebastian. On Mon, Oct 14, 2024 at 8:42 PM David Kastrup wrote: > Sebastian Menge writes: >

Re: crescendo stops at \time

2024-10-14 Thread David Kastrup
Sebastian Menge writes: > Hi folks, > > this does not look good to me: > > \version "2.24.3" > { > c'1\pp\<\time 3/4 g'2.\ff > } > > IMHO the crescendo should span the time signature and reach until the next > note starts in \ff > &

crescendo stops at \time

2024-10-14 Thread Sebastian Menge
Hi folks, this does not look good to me: \version "2.24.3" { c'1\pp\<\time 3/4 g'2.\ff } IMHO the crescendo should span the time signature and reach until the next note starts in \ff Should I get used to it, or should /could this be "tweaked" somehow? Thanks, Sebastian.

Re: Time signature at the end of measure before jump to coda

2024-08-07 Thread Vlado Ilić
wrote: > Thanks, > While it does show what i want, problem is that next measures (g4 in this > example) also takes 6/8 time. Example > > \version "2.24.4" > > music = \fixed c' { > f1 > \repeat segno 2 { > g1 > \alternative { > \

Re: Time signature at the end of measure before jump to coda

2024-08-03 Thread Vlado Ilić
Thanks, While it does show what i want, problem is that next measures (g4 in this example) also takes 6/8 time. Example \version "2.24.4" music = \fixed c' { f1 \repeat segno 2 { g1 \alternative { \volta 1 { \repeat unfold 4 { a2 } \break \key f \majo

Re: Time signature at the end of measure before jump to coda

2024-08-03 Thread Xavier Scheuer
On Sat, 3 Aug 2024 at 17:17, Vlado Ilić wrote: > > So i need something like in the first picture, on coda i have different time signature than the one before the jump so i need to mark time change just before the jump. Also related, in the second image i need to mark time and key change

Time signature at the end of measure before jump to coda

2024-08-03 Thread Vlado Ilić
So i need something like in the first picture, on coda i have different time signature than the one before the jump so i need to mark time change just before the jump. Also related, in the second image i need to mark time and key change before jumping from D.S. to the beginning of the piece. How

Re: alternate time signatures

2024-06-28 Thread Jean Abou Samra
> I thought I had this solved before but I can't find it. I need to set the > time signatures 9/8 and 3/4 side-by-side surrounded by parentheses at the > beginning of a score. See https://lsr.di.unimi.it/LSR/Item?id=782

alternate time signatures

2024-06-28 Thread bobr...@centrum.is
I thought I had this solved before but I can't find it. I need to set the time signatures 9/8 and 3/4 side-by-side surrounded by parentheses at the beginning of a score. -David

Re: FW: Cautionary Time Signature

2024-05-05 Thread Timothy Lanfear
the sections into two scores with an indented first line. \version "2.24.0" \header {   title = "Shortened Lines"   composer = "John McWilliam"   copyright = "Kopierad av John McWilliam. PMRS 2024" } clarinet = \relative c'' {   \key f \major   \nu

FW: Cautionary Time Signature

2024-05-05 Thread jsmcwilliam
From: jsmcwill...@gmail.com Sent: den 5 maj 2024 09:15 To: lilypond-user@gnu.org Subject: Cautionary Time Signature Firstly, I have reregistered since the support forum does not recognise my credentials! I enclose a snippet illustrating two problems I am trying to resolve in a piece

Cautionary Time Signature

2024-05-05 Thread jsmcwilliam
Firstly, I have reregistered since the support forum does not recognise my credentials! I enclose a snippet illustrating two problems I am trying to resolve in a piece containing a melody followed by a Trio section: 1. There is a key signature change before going into the Trio and I cannot g

Re: Force LilyPond to show same time signature again

2024-04-22 Thread Hajo Baess
iting... > > > > Yes there is. > > [...] > > > The question is only: will it work as well in my score. I still > > have to try and see, and I will report what will happen... > > > > I think this does what you want: > > \version "2.24

Re: Force LilyPond to show same time signature again

2024-04-22 Thread Knute Snortum
t you want: \version "2.24.3" rightHand = \relative c' { \time 3/4 \repeat unfold 6 { c8 } \set Staff.timeSignatureFraction = 9/8 \scaleDurations 2/3 { \repeat unfold 9 { c8 } } \set Staff.timeSignatureFraction = 3/4 \repeat unfold 6 { c8 } } leftHand = \relative c

Re: Force LilyPond to show same time signature again

2024-04-22 Thread Hajo Baess
/4 there was no 3/4 again, although I had written "\time 3/4", and I could not figure out why. Am Samstag, dem 20.04.2024 um 16:06 -0700 schrieb Knute Snortum: > On Sat, Apr 20, 2024 at 3:02 PM Hajo Baess wrote: > > > I have messed around with this little lab specime

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Knute Snortum
On Sat, Apr 20, 2024 at 3:02 PM Hajo Baess wrote: > I have messed around with this little lab specimen here, and I have > found a solution, but it is weird. You obviously (after having scaled > some rhythm just once) have to explicitly unscale the rhythm e v e r y > time you want

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Hajo Baess
I have messed around with this little lab specimen here, and I have found a solution, but it is weird. You obviously (after having scaled some rhythm just once) have to explicitly unscale the rhythm e v e r y time you want it to appear in the staff. I have extended the example with a short quote

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Knute Snortum
s, I > get this - see screenshot. > > But if I do something really basic like: > > \version "2.24.2" > \language "deutsch" > > \relative c'' { > \time 3/4 c4 c c c2 c4 > \time 3/4 c4 c c c2 c4 > \omit

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Hajo Baess
e: \version "2.24.2" \language "deutsch" \relative c'' { \time 3/4 c4 c c c2 c4 \time 3/4 c4 c c c2 c4 \omit Score.TimeSignature \time 3/4 c4 c c c2 c4 \undo \omit Score.TimeSignature \time 3/4 c4 c c c2 c4 \ba

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Knute Snortum
On Sat, Apr 20, 2024 at 4:17 AM Hajo Baess wrote: > If I do this, I get other unwanted results - see screenshot. The > problem is that I am switching back and forth between scaled and non- > scaled rhythm. And as you will notice, the 6/4 only appears in the > piano staff and n o t in the top p

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Hajo Baess
should) in the top part like in bars 195 and 197... Is there no simple way to just toggle "\override Score.TimeSignature.stencil = ##f " ? Am Samstag, dem 20.04.2024 um 11:41 +0100 schrieb Mark Knoop: > This line: > > \override Score.TimeSignature.stencil = ##f > > mean

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Mark Knoop
This line: \override Score.TimeSignature.stencil = ##f means that the time signature will not be displayed (its stencil is set to false). Either remove it, or if you need it for some other reason, prefix with \once. Regards, Mark At 10:13 on 20 Apr 2024, Hajo Baess wrote: > This time w i

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Hajo Baess
This time w i t h screenshot attached - sorry about that... Delete the previous one ;-) Unfortunately this does not work - because I have tried exactly this one, and there is no time signature. I attach a screenshot of the passage. My piece is in 3/4, and in the top part in bar 185, I have to

Re: Force LilyPond to show same time signature again

2024-04-20 Thread Hajo Baess
Unfortunately this does not work - because I have tried exactly this one, and there is no time signature. I attach a screenshot of the passage. My piece is in 3/4, and in the top part in bar 185, I have to do some rhythmical scaling, whereas the other parts continue in 3/4. I could as well have

Re: Force LilyPond to show same time signature again

2024-04-19 Thread Knute Snortum
On Fri, Apr 19, 2024 at 4:31 PM Hajo Baess wrote: > Hello all, > > I look for a way to force LilyPond to show the same time signature > again, although there is no change - just as a reminder. I could not > find anything in the NR and in the Snippet Repository. > > Unless

Force LilyPond to show same time signature again

2024-04-19 Thread Hajo Baess
Hello all, I look for a way to force LilyPond to show the same time signature again, although there is no change - just as a reminder. I could not find anything in the NR and in the Snippet Repository. Grateful for any suggestion how to achieve this.

Re: Time measurement

2024-03-15 Thread Kieren MacMillan
Hi Jean, > To get 2-digit precision on the number of seconds, you can simply replace > > (format #f "~as" (round rest)) > > with > > (format #f "~,2fs" rest) > > in the format-time function. > > For seconds:frames at 24 frames/second,

Re: Time measurement

2024-03-15 Thread Jean Abou Samra
edia composers. To get 2-digit precision on the number of seconds, you can simply replace (format #f "~as" (round rest)) with (format #f "~,2fs" rest) in the format-time function. For seconds:frames at 24 frames/second, replace format-time with (define (format-t

Re: Time measurement

2024-03-15 Thread Kieren MacMillan
Hi Lukas, I love that we have two custom engravers to compare and learn from! Thank you so much for this solution — looking forward to analyzing it when I have a moment. Best, Kieren. > On Mar 14, 2024, at 5:54 PM, Lukas-Fabian Moser wrote: >> “This sounds like a job for… Custom Engraver!!” :

Re: Time measurement

2024-03-15 Thread Kieren MacMillan
. > On Mar 14, 2024, at 5:45 PM, Jean Abou Samra wrote: > >> “This sounds like a job for… Custom Engraver!!” :) > > \version "2.24.2" > > #(define (Custom_engraver!! context) > (define (format-time seconds) > (let ((minutes (euclidean-quotient s

Re: Time measurement

2024-03-14 Thread mskala
On Thu, 14 Mar 2024, Jean Abou Samra wrote: > > “This sounds like a job for… Custom Engraver!!”  :) > > #(define (Custom_engraver!! context) >(define (format-time seconds) Thanks! I haven't tested this extensively, but so far it looks like it works well. -

Re: Time measurement

2024-03-14 Thread Lukas-Fabian Moser
Hi, Am 14.03.24 um 17:27 schrieb Kieren MacMillan: Hi Matthew, Is there any easy way to find out the time in seconds from the start of a score to a specified point, corresponding to the timing of the MIDI output? I can count measures and do math on the tempo, but that's less than ide

Re: Time measurement

2024-03-14 Thread Jean Abou Samra
> “This sounds like a job for… Custom Engraver!!”  :) \version "2.24.2" #(define (Custom_engraver!! context) (define (format-time seconds) (let ((minutes (euclidean-quotient seconds 60)) (rest (euclidean-remainder seconds 60))) (string-append (if (

Re: Time measurement

2024-03-14 Thread Kieren MacMillan
Hi Matthew, > Is there any easy way to find out the time in seconds from the start of a > score to a specified point, corresponding to the timing of the MIDI > output? I can count measures and do math on the tempo, but that's > less than ideal in the face of multiple tempo chang

Time measurement

2024-03-14 Thread mskala
Is there any easy way to find out the time in seconds from the start of a score to a specified point, corresponding to the timing of the MIDI output? I can count measures and do math on the tempo, but that's less than ideal in the face of multiple tempo changes. Another idea would be to jus

Re: Alternate bars in different time signatures

2024-02-04 Thread Raphael Mankin
On 03/02/2024 23:45, Valentin Petzel wrote: Am Freitag, 2. Februar 2024, 16:38:22 CET schrieb Lukas-Fabian Moser: ... and without any new insight, but with a healthy dose of syntactic sugar: And with a rather simple custom engraver Lilypond will do these kinds of things for us. I know, b

Re: Alternate bars in different time signatures

2024-02-03 Thread Valentin Petzel
#(define-scheme-function (times) (list?) (make-line-markup (map (lambda (x) (make-compound-meter-markup (list (ly:music-property x 'numerator) (ly:music-property x 'denominator)))) times))) #(define (alternating-time-translator context) (

Re: Alternate bars in different time signatures

2024-02-02 Thread Lukas-Fabian Moser
Am 02.02.24 um 01:35 schrieb Leo Correia de Verdier: If you want to avoid some of the jiggery pokery you could do something like: \version "2.25.12" #(define ((time-alternate-time upa downa upb downb) grob) (grob-interpret-m

Re: Alternate bars in different time signatures

2024-02-01 Thread Leo Correia de Verdier
If you want to avoid some of the jiggery pokery you could do something like: \version "2.25.12" #(define ((time-alternate-time upa downa upb downb) grob) (grob-interpret-markup grob (markup #:override '(baseline-ski

Re: Alternate bars in different time signatures

2024-02-01 Thread Raphael Mankin
Thank you, that worked a treat. Though I also had to add a "\time 6/8" in order to get automatic bar lines inserted. "\time 3/4" produced wrong beaming in the 6/8 bars, and I can see that I may have to do some jiggery pokery to the beaming in 3/4 bars if, for example, I hav

Re: Alternate bars in different time signatures

2024-02-01 Thread Knute Snortum
On Thu, Feb 1, 2024 at 10:50 AM Raphael Mankin wrote: > I have music with alternate bars in 3/4 and 6/8. The usual way to > indicate this is to put both time signatures at the start, but I can > find no way to do this. > > I have tried "\time 3/4 <> \time 6/8&quo

Alternate bars in different time signatures

2024-02-01 Thread Raphael Mankin
I have music with alternate bars in 3/4 and 6/8. The usual way to indicate this is to put both time signatures at the start, but I can find no way to do this. I have tried "\time 3/4 <> \time 6/8", but I only get the last one. Note, this is not a compound time of 3/4+6/8,

Re: Cut time/half-time/alle breve & 8/4 time

2024-01-12 Thread Lukas-Fabian Moser via LilyPond user discussion
Hi Stanton, I’m setting various short organ pieces from an old Peters edition, mostly to prevent my aging brain from forgetting… One piece is in 8/4 time -the first measure has a whole note and 2 half notes. However, the time signature as printed is the cut time symbol. How can I reproduce

Re: Cut time/half-time/alle breve & 8/4 time

2024-01-11 Thread Stanton Sanderson
David, Thank you. That is exactly what I was looking for. William, thank you for the helpful explanation of the somewhat archaic use of the cut time sign. And David, again thank you for your responses. -Stan > On Jan 11, 2024, at 9:20 PM, David Wright wrote: > > On Thu 11 Jan 2024

Re: Cut time/half-time/alle breve & 8/4 time

2024-01-11 Thread David Wright
r 4/2 (and I > agree that 4/2 is the most reasonable time signature), I was looking for a > way of declaring the cut C. > > The included photo is from the piece (# 67. Vater Unser in Himmelreich by > Johann Kyieger, from _80 Choral Preludes_, Edition Peters, No. 4440, > Copyright

RE: Cut time/half-time/alle breve & 8/4 time

2024-01-11 Thread Mark Stephen Mrotek
Stanton, As far as I know (I use Lilypond 2.22.2) cut C is not available for 4/2. Mark -Original Message- From: Stanton Sanderson Sent: Thursday, January 11, 2024 6:12 PM To: Mark Stephen Mrotek Cc: LilyPond Users Subject: Re: Cut time/half-time/alle breve & 8/4 time Mark, T

Re: Cut time/half-time/alle breve & 8/4 time

2024-01-11 Thread Stanton Sanderson
Mark, Thank you for the suggestion, but as stated previously, I’m trying to reproduce the original from the Peters edition. The problem, as you point out, is that the cut C is used in the original. Whether 8/4 or 4/2 (and I agree that 4/2 is the most reasonable time signature), I was looking

RE: Cut time/half-time/alle breve & 8/4 time

2024-01-11 Thread Mark Stephen Mrotek
Stanton, I think the piece is in 4/2. Do you want a numeric time signature? The cut C is used for 2/2. Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org On Behalf Of Stanton Sanderson Sent: Thursday, January 11, 2024 3:15 PM To: LilyPond Users Cc: Stanton Sanderson

Cut time/half-time/alle breve & 8/4 time

2024-01-11 Thread Stanton Sanderson
I’m setting various short organ pieces from an old Peters edition, mostly to prevent my aging brain from forgetting… One piece is in 8/4 time -the first measure has a whole note and 2 half notes. However, the time signature as printed is the cut time symbol. How can I reproduce this? I’m

Re: clefs, time signatures, and key signatures

2023-12-22 Thread Werner LEMBERG
> does the new proposed spacing mean that the time signatures are not > aligned across staves any more but were before? No, they are aligned as before. Werner

Re: clefs, time signatures, and key signatures

2023-12-22 Thread Michael Dietz
Hi Werner, does the new proposed spacing mean that the time signatures are not aligned across staves any more but were before? Best, Michael

Re: clefs, time signatures, and key signatures

2023-12-18 Thread Werner LEMBERG
>>> please have a look at Merge Request 2188 and comment there on how >>> to proceed with the new distances between clefs and time >>> signatures, together with the new distances between clefs and key >>> signatures. >>> >>> http

Re: clefs, time signatures, and key signatures

2023-12-09 Thread Jakob Pedersen
For what it's worth, I think the original suggestion (with the top-left clef adjusted by -4.4%) is the better of the two. I do understand that there's an argument to be made against adjusting clefs that aren't /too/ bad, but the adjusted versions of the treble clefs /are/ better imo. With ae

Re: clefs, time signatures, and key signatures

2023-12-09 Thread Michael Gerdau
> Thanks, but I would like to know whether you prefer the top > (alto-based) or bottom (treble-based) image on > > https://gitlab.com/lilypond/lilypond/-/merge_requests/2188 Top (alto-based) is 6 days ago and bottom (treble-based) is 4 days ago as of today? Of those two I prefer bottom as it

Re: clefs, time signatures, and key signatures

2023-12-08 Thread Werner LEMBERG
> I’ve just looked at the images and especially w/r to the Alto clef I > strongly prefer the new spacing. For the others there are spots > where I’m not sure it is too tight but overall the new spacing > appears to be more balanced. > > I thus think the new spacing is better overall. Thanks, bu

Re: clefs, time signatures, and key signatures

2023-12-08 Thread Michael Gerdau
Mobil gesendet > Am 09.12.2023 um 08:12 schrieb Werner LEMBERG : > >  >>> please have a look at Merge Request 2188 and comment there on how >>> to proceed with the new distances between clefs and time >>> signatures, together with the new distances

Re: clefs, time signatures, and key signatures

2023-12-08 Thread Werner LEMBERG
>> please have a look at Merge Request 2188 and comment there on how >> to proceed with the new distances between clefs and time >> signatures, together with the new distances between clefs and key >> signatures. >> >> https://gitlab.com/lilypond/lilyp

Re: clefs, time signatures, and key signatures

2023-12-05 Thread Werner LEMBERG
>> please have a look at Merge Request 2188 and comment there on how >> to proceed with the new distances between clefs and time >> signatures, [...] > > FWIW, I think the Petrucci clef distances are a big improvement and > make incipits closer to what they usually

Re: clefs, time signatures, and key signatures

2023-12-05 Thread Vaughan McAlley
On Tue, 5 Dec 2023, 07:42 Werner LEMBERG, wrote: > > Folks, > > > please have a look at Merge Request 2188 and comment there on how to > proceed with the new distances between clefs and time signatures, > together with the new distances between clefs and key signatures. >

Re: clefs, time signatures, and key signatures

2023-12-05 Thread Leo Correia de Verdier
At least for the clef+time signature I prefer the tighter spacing of the first suggestion. Improvement requires things to change. > 5 dec. 2023 kl. 07:39 skrev Werner LEMBERG : > >  >> please have a look at Merge Request 2188 and comment there on how to >> proceed w

Re: clefs, time signatures, and key signatures

2023-12-04 Thread Werner LEMBERG
> please have a look at Merge Request 2188 and comment there on how to > proceed with the new distances between clefs and time signatures, > together with the new distances between clefs and key signatures. > > https://gitlab.com/lilypond/lilypond/-/merge_requests/2188 >

clefs, time signatures, and key signatures

2023-12-04 Thread Werner LEMBERG
Folks, please have a look at Merge Request 2188 and comment there on how to proceed with the new distances between clefs and time signatures, together with the new distances between clefs and key signatures. https://gitlab.com/lilypond/lilypond/-/merge_requests/2188 The question is whether

Re: Articulate has trouble with grace note at time signature change

2023-11-24 Thread Werner LEMBERG
>> Please check the looong list of bugs related to `\articulate` >> whether it has already been reported. > > Seems to be #3696, reported - by you - in 2013. D'oh :-) Werner

Re: Articulate has trouble with grace note at time signature change

2023-11-22 Thread Knute Snortum
On Wed, Nov 22, 2023 at 12:09 PM Werner LEMBERG wrote: > > > This fails in 2.24.1 with messages about mid-measure time signature > > change and failed barcheck: > > > > \include "articulate.ly" > > \articulate > > { > > \ti

  1   2   3   4   5   6   7   8   9   10   >