Stephen wrote:
Answering my own question, I believe that \oneVoice does three things:
\revert Stem #'direction
\revert NoteColumn #'horizontal-shift
\revert MultiMeasureRest #'staff-position
Because that is what make-voice-props-revert seems to do in
music-functions.scm
I previously investigated how oneVoice is defined in property-init.ly
but failed at first to investigate further.
Stephen
Not exactly! In addition to the two last lines you wrote, it
reverts the direction property of all the following objects:
Stem Tie Rest Slur PhrasingSlur Script TextScript Dots DotColumn Fingering
If you for example only want to revert the effect corresponding
to \stemDown or \stemUp, you could use \stemNeutral, which
is shorthand for
\revert Stem #'direction
/Mats
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user