Am 29.10.2012 um 12:00 schrieb Robert Blackstone
Hello, The code for including basso continuo figures in a text, added somewhere between may and august this year:
\definelow[MyLow][style=\txx,frame=off] \definehigh[MyHigh][style=\txx,frame=off] \definelowhigh[MyLoHi][style=\txx,frame=off] \definelowmidhigh[MyLoMiHi][style=\txx,frame=off]
is unfortunately no longer recognized in the minimals I installed today (29-10). They still worked in august (25-08). Have they been changed or accidentally deleted from the source? Could I have them back please?
The commands work for me with the last beta. It’s possible you installed the current version which is older don’t have the commands because they are in the beta. \definelow [MyLow] [style=\txx] \definehigh [MyHigh] [style=\txx] \definelowhigh [MyLoHi] [style=\txx] \definelowmidhigh[MyLoMiHi][style=\txx] \starttext A\MyLow{B}C\MyHigh{D}E\MyLoHi{F}{G}H\MyLoMiHi{I}{J}{K}L \stoptext Wolfgang