Dear community, when writing for piano, I change very often between the staves. For this reason, I have defined this abbreviation:
re = { \change Staff = "rechts" }
> li = { \change Staff = "links" }
But while compiling a file I get very often:
/home/stefan/partituren/vorlagen/klavierstyle.ly:29:8: warning: cannot find
context to change to: Staff = links
li = {
\change Staff = "links" }
How can I avoid this error message?
