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