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