]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-dots.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / collision-dots.ly
1
2
3
4 \header { texidoc = "collision resolution tries to put notes with dots
5   on the right side."
6 }
7
8 \version "1.7.16"
9
10 \score{
11         \context Staff \notes <
12                 \clef "bass"
13                 \context Voice = "Tenor" {
14                         \stemUp
15                         b8.  c'16  d'4 b8  c'8  d'4
16                 }
17                 \context Voice = "Bass" {
18                         \stemDown
19                         b2 b2 
20                 }
21         >
22 }
23
24
25 %% new-chords-done %%