Jump to content

Two cue voices: Difference between revisions

From LilyPond wiki
Import snippet from LSR
 
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series
Line 1: Line 1:
By default, LilyPond directs all simultaneous cues into a single voice. Here is a solution that uses two voices for two different cues.
By default, LilyPond directs all simultaneous cues into a single voice. Here is a solution that uses two voices for two different cues.


<lilypond version="2.24.0">
<lilypond version="2.24">
cueDuringAlt =
cueDuringAlt =
#(define-music-function (what dir main-music)
#(define-music-function (what dir main-music)

Revision as of 18:57, 16 November 2025

By default, LilyPond directs all simultaneous cues into a single voice. Here is a solution that uses two voices for two different cues.

LilyPond rendering error

No release of LilyPond 2.24 found.