]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/merge-differently-dotted.ly
* stepmake/stepmake/omf-targets.make (local-install): add
[lilypond.git] / input / regression / merge-differently-dotted.ly
1 \version "1.7.6"
2 \header {
3
4 texidoc = "If NoteCollision has merge-differently-dotted set, note
5 heads that have differing dot counts may be merged anyway."
6
7  }
8         
9 \score { \notes {
10   \context Staff <
11   \context Voice = VA { \voiceOne g'8 g'8 
12      \property Staff.NoteCollision \override #'merge-differently-dotted = ##t
13      g'8 g'8
14      }
15   \context Voice = VB { \voiceTwo [g'8. f16] [g'8. f'16] } 
16   >
17 }}
18 %% new-chords-done %%