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
>\
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
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
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
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
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
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
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
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