]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-dots.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[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.18"
9     \paper { raggedright= ##t }
10
11
12 \score{
13         \context Staff \notes <
14                 \clef "bass"
15                 \context Voice = "Tenor" {
16                         \stemUp
17                         b8.  c'16  d'4 b8  c'8  d'4
18                 }
19                 \context Voice = "Bass" {
20                         \stemDown
21                         b2 b2 
22                 }
23         >
24 }
25
26
27