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