]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/dots.ly
b279b4c06dad1317ee869309545e4be65a787d68
[lilypond.git] / input / bugs / dots.ly
1 \version "1.3.148"
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 }