]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/string-number-around-slur.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / string-number-around-slur.ly
1 \version "2.11.57"
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 }