]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-dot.ly
release commit
[lilypond.git] / input / regression / tie-dot.ly
1
2 \header {
3   texidoc = "Ties avoid collisions with dots."
4 }
5
6 \version "2.8.0"
7
8 \paper { ragged-right = ##T }
9
10 \relative c'' {
11   \time 12/8
12   d4*3/2~ d8[ e] r8
13   d4.~ d8 e f
14 }
15
16