]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-shift-region.ly
Doc: Clarified how to use clip-systems option
[lilypond.git] / input / regression / slur-shift-region.ly
1 \version "2.17.11"
2
3 \header {
4   texidoc = "A slur's shift region is automatically made
5 higher to accommodate extra encompass elements."
6 }
7
8 \relative c' {
9   c'2( \tuplet 3/2 { g4 e c) }
10 }