[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: loco function which adds markup to the *next* musical moment
From: |
Kieren MacMillan |
Subject: |
Re: loco function which adds markup to the *next* musical moment |
Date: |
Tue, 20 Oct 2015 12:39:41 -0400 |
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.
Thanks!
Kieren.
________________________________
Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden
Re: loco function which adds markup to the *next* musical moment, H. S. Teoh, 2015/10/20