lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Checkpoints (was re: Adding durations (for \after))


From: Kieren MacMillan
Subject: Re: Checkpoints (was re: Adding durations (for \after))
Date: Fri, 18 Nov 2022 11:01:15 -0500

Hi Jean,

> Well, it's not too hard to implement them.

In the hopes that it’s also not too hard for Super-Jean to implement anchors… ;)

Is there a world in which one could write something like

global = {
  \anchor #'intro
  s1*8
  \anchor #'verse
  s1*8
  \anchor #'chorus
  s1*8
}

and then

chorusMusic = {
  \gotoAnchor #'chorus
  c'1
}

would make a whole note c' appear in the 17th measure of the score?

Thanks,
Kieren.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]