]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/string-number-around-slur.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / string-number-around-slur.ly
1 \version "2.16.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-"outside"( d' <e,\2>-"inside" g
11   <c\1>1-"outside")
12 }