]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/string-number-around-slur.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / string-number-around-slur.ly
1 \version "2.14.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 }