I'm not quite sure how to ask the question.
Is there a way to play the same melody as different voices with different
time offsets -- i.e. without duplicating it and adding rests at the
beginnings of the duplicates? (I only want it in the MIDI part, as the
printed part would only need to display t
Am 20.09.23 um 15:37 schrieb Kevin Cole:
I'm not quite sure how to ask the question.
Is there a way to play the same melody as different voices with
different time offsets -- i.e. without duplicating it and adding rests
at the beginnings of the duplicates? (I only want it in the MIDI part,
as
On 17/09/2023 00:11, Jean Abou Samra wrote:
Is is possible to conditionally execute the #@ expression based on
whether the 'textArray' variable is bound?
\version "2.24.2"
textArray = <<
{ \lyricmode { \set stanza = "1" fo -- o bar } }
{ \lyricmode { \set stanza = "2" fo -- o bar } }
Le mercredi 20 septembre 2023 à 20:37 +0200, Mauro Levra a écrit :
> Without the empty '() in the else branch, when the if condition is false
> nothing is returned to the #@ operator.
Well, that “nothing” actually is something — it's *unspecified* , a
special value used in Guile when a value is
On Wed, Sep 20, 2023 at 09:37:27AM -0400, Kevin Cole wrote:
>I'm not quite sure how to ask the question.
>Is there a way to play the same melody as different voices with different
>time offsets -- i.e. without duplicating it and adding rests at the
>beginnings of the duplicates? (I