[ << Tweaking output ] | [Top][Contents][Index] | [ Templates >> ] |
[ < Other uses for tweaks ] | [ Up : Other uses for tweaks ] | [ Simulating a fermata in MIDI > ] |
Tying notes across voices
The following example demonstrates how to connect notes in different voices using ties. Normally, only notes in the same voice can be connected with ties. By using two voices, with the tied notes in one of them
and removing the first up-stem and its flag in that voice, the tie appears to cross voices:
<< { \once \omit Stem \once \omit Flag b'8~ 8\noBeam } \\ { b'8[ g'] } >>
参见
Learning Manual:
The \once
prefix,
The stencil
property.