]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/string-number-around-slur.ly
bd4a5b4d5c868421683f50ba5e04d232d6b27f2e
[lilypond.git] / input / regression / string-number-around-slur.ly
1 \version "2.12.0"
2
3 \header {
4   texidoc = "String numbers should only be moved outside slurs when there
5 is a collision."
6 }
7
8 \relative c'' {
9   \textLengthOn
10   <c\3>4-"inside"( d' <e,\2>-"inside" g
11   <c\1>1-"outside")
12 }