Simon Albrecht <[email protected]> writes: > Hello everybody, > > suppose I want to globally override the direction of slurs, as far as > neutral voices go. If I do this: > > %%%%%%%%%%%%%%% \version "2.19.80" \layout { \context { \Voice > \override Slur.direction = #UP } } music = { c'( d' e' f') } { > \music \voiceTwo \music \oneVoice \music } %%%%%%%%%%%%%%%%
Why would you use a \Voice context if you want to "globally override"? Do it in Score context. Then you'll get no interference from Voice-level reverts. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
