Re: tempoWholesPerMinuteAsMoment

2025-04-10 Thread David Kastrup
Michael Dietz writes: > Hi, > > I have this section in my score > > \context Staff = "mel" { >\set Score.midiMinimumVolume = #0.5 >\set Score.midiMaximumVolume = #0.5 >\set Score.tempoWholesPerMinuteAsMoment = #(ly:make-moment 65 2 0 0) >\set Staff.midiMinimumVolume = #0.8 >\

Re: Typesetting incomplete tie at end of extract

2025-04-10 Thread William Rehwinkel via LilyPond user discussion
Dear Silas, Give this a try and let me know if it accomplishes what you were hoping for. Thanks, -William % -- \version "2.25.24" \score { << \new Staff \relative c'' { #(set! afterGraceFraction (/ 7 8)) c2 \afterGrace c2~ {\once\hideNotes c8} } \new Staff \relative c' { c8

tempoWholesPerMinuteAsMoment

2025-04-10 Thread Michael Dietz
Hi, I have this section in my score \context Staff = "mel" {   \set Score.midiMinimumVolume = #0.5   \set Score.midiMaximumVolume = #0.5   \set Score.tempoWholesPerMinuteAsMoment = #(ly:make-moment 65 2 0 0)   \set St

Re: Make tuplets evenly spaced

2025-04-10 Thread Kieren MacMillan
Hi Helge, > When notes are written, they should look nice so that they are easier to > read. For example, the notes in triplets should have roughly the same spacing. > > When writing vocal music, however, we are dealing with syllables of > different lengths. This can confuse the same spacing in t

Re: Make tuplets evenly spaced

2025-04-10 Thread David Wright
On Thu 10 Apr 2025 at 19:57:31 (+0200), Helge Kruse wrote: > When notes are written, they should look nice so that they are easier to > read. For example, the notes in triplets should have roughly the same > spacing. > > When writing vocal music, however, we are dealing with syllables of > differe

Make tuplets evenly spaced

2025-04-10 Thread Helge Kruse
When notes are written, they should look nice so that they are easier to read. For example, the notes in triplets should have roughly the same spacing. When writing vocal music, however, we are dealing with syllables of different lengths. This can confuse the same spacing in triplets. How can the

Re: Typesetting incomplete tie at end of extract

2025-04-10 Thread Robin Bannister
Silas S. Brown wrote: Currently I'm using \laissezVibrer on the last note, which works but doesn't look quite like a tie (in particular the direction of the curves in the two parts is not consistent with that of other ties in the extract). Try tweaking the direction. Just wondered if I was

Typesetting incomplete tie at end of extract

2025-04-10 Thread Silas S. Brown
Hi, I wanted to typeset a 4-bar extract of BWV 582 ending on a note which, in the original score, is tied over the barline but I'm not including the next bar in my extract. I'd therefore like Lilypond to print a tie, as if it's going over to the next bar on the following line, but without there ac

Re: Why would Lilypond be replacing capital N in lyrics with U+1ECA

2025-04-10 Thread Sven Axelsson
That problem has turned up a few times. I found it myself in 2022: https://lists.gnu.org/archive/html/lilypond-user/2022-12/msg00349.html. The "solution" is not to use Times New Roman. On Thu, 10 Apr 2025 at 04:00, Mike Stay wrote: > That certainly does. It's an Apple problem, not a lilypond pr