]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-tie-control-points.ly
a682a985222d09deada6839651817a725d38aa6a
[lilypond.git] / input / regression / slur-tie-control-points.ly
1 \version "2.15.41"
2
3 \header {
4   texidoc = "Slurs and ties should never share extremal control points.
5 "
6 }
7 \paper { ragged-right = ##f }
8
9 \relative c'' {
10   c1~( c2 g)
11 }