]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/dots.ly
daac7f5863d241bb1ed0d5dce9ee8b57fb88a073
[lilypond.git] / input / bugs / dots.ly
1 \version "1.5.68"
2
3 \header {
4  texidoc = "Dots should remain close to the heads they belong to, but should not overlap."
5 }
6
7
8 \score {
9   \notes
10    \context Voice { <f,4. c'' d e f> }
11 }