Kieren MacMillan <[email protected]> writes:
> Hi David,
>
>> Can you create a better mockup here?
>
> \version "2.19.28"
>
> loco = \ottava #0
>
> \markup "What I want:"
> theMusic = {
> \ottava #1 c'' d'' e'' f'' \loco r4 r r r g''^\markup "loco"
> }
>
> \score { \theMusic }
>
> locoII = { \ottava #0 <>^\markup "loco" }
>
> \markup "What I get:"
> theMusicII = {
> \ottava #1 c'' d'' e'' f'' \locoII r4 r r r g''
> }
>
> \score { \theMusicII }
>
> Hope this helps clarify my question/request.
Well, yes. With my suggestion of an additional music expression, this
would end up as
\ottava #1 c'' d'' e'' f'' \locoIII { r4 r r r } g''
with the general use case likely being \locoIII g'' or so (basically,
tack onto the text scripts of a chord or rhythmic event but place after
other music expressions).
Not particularly fabulous, but "next moment" is something that's not
readily accessible at the music expression level.
--
David Kastrup
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user