]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-dots.ly
297a2bd26298357fe91893867c740e2ba0be14c8
[lilypond.git] / input / regression / tie-dots.ly
1 \header {
2 texidoc = "Ties should not collide with dots.";
3 }
4
5 \score{\notes{\time 9/8; \key f \major;\clef bass;
6   g4 d8 bes4.  ~    bes4    a8    \bar "|";
7   a8    gis8    d8 f4.    gis,4.    \bar "|";
8   a,4.   ~    a,4    r8   r4   r8   \bar "|";
9   c4.   ~    c8    a8    g8    f8
10 }}
11