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