MB: "Have you tried to redefine the \VoiceContext:
VoiceContext = \translator{\VoiceContext tupletVisibility=0;}
According to the Refence manual, this should work, haven't tried 
though."
HWN: "Don't forget that you need a ; after the assignment"

GNU LilyPond 1.2.14.
jdsprop.ly:12:78: error: parse error:
VoiceContext = \translator{\VoiceContext tupletVisibility=0;};
-----
same syntax as I use for the other definitions:
jdsprop.ly:12:28: error: parse error, expecting `STRING':
VoiceContext = {\translator{
                            \VoiceContext tupletVisibility=0;}}
-----
in hope of inheritance:
\translator{\PianoStaffContext
 Voice.tupletVisibility=0;
  \consists Bar_number_engraver;}
gives
jdspaper.ly:9:7: error: parse error, expecting `'='':
 Voice.
       tupletVisibility=0;
-----
ditto:
  \context Staff=up<
\property Voice.tupletVisibility=0
does nothing - no inheritance?

Reply via email to