Moving dotted notes in polyphony: Difference between revisions
Import snippet from LSR |
m New category |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
When a dotted note in the upper voice is moved to avoid a collision with a note in another voice, the default is to move the upper note to the right. This behaviour can be over-ridden by using the <code>prefer-dotted-right</code> property of <code>NoteCollision</code>. | When a dotted note in the upper voice is moved to avoid a collision with a note in another voice, the default is to move the upper note to the right. This behaviour can be over-ridden by using the <code>prefer-dotted-right</code> property of <code>NoteCollision</code>. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
\new Staff \relative c' << | \new Staff \relative c' << | ||
{ | { | ||
| Line 19: | Line 19: | ||
[[Category:Simultaneous notes]] | [[Category:Simultaneous notes]] | ||
[[Category:Tweaks and overrides]] | [[Category:Tweaks and overrides]] | ||
[[Category:Snippet]] | |||