]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-tie-control-points.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / slur-tie-control-points.ly
1 \version "2.16.0"
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 }