Status: Accepted Owner: ---- Labels: Type-DefectNew issue 3658 by [email protected]: variables cannot be used in \tempo command
http://code.google.com/p/lilypond/issues/detail?id=3658
foo = 123
#(define bar 88)
{
% neither of these commands work:
\tempo 4 = \foo
c'
\tempo 4 = #bar
c'
}
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at: https://code.google.com/hosting/settings
