This code is effective:
%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.4.3"
Mag = #3
BigOn = \override NoteHead #'font-size = \Mag
\score {\relative c'' {
c c c c
\BigOn
c c c c
}}
%%%%%%%%%%%%%%%%%%%%%%%%
This shows what I'd like, but it doesn't work:
%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.4.3"
BigOn = \override NoteHead #'font-size = \Mag
\score {\relative c'' {
c c c c
Mag = #3
\BigOn
c c c c
}}
%%%%%%%%%%%%%%%%%%%%%%%%
That is, is there a way to pass a parameter into a define
from within \score?
- Bruce
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user