Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
> 
> The remark is all the more puzzling since \property is dynamically
> scoped: by doing a staff-switch, you can change the \property value
> that a voice sees.
> 

Here's a small example of what I seem often find desirable to do, but
can't:

--------
first = \context Staff \notes\relative c' {
      <
      \context Voice = vone {
       d1-\thumb }
       \context Voice = vtwo {
       \property Voice.basicStemProperties \push  #'direction = \d
       \property Voice.basicSlurProperties \push #'direction = \d
       a'8-\thumb( b-1  a  b  a  b  a  )b
       }
}

\score{
        \notes \context Voice {
           \time 4/4;
           \clef treble;
           d=#1;
           \first \bar "||";
           d=#-1;
           \first \bar "||";
        }
}
------
_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to