]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/string-number-around-slur.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / string-number-around-slur.ly
index 0e48e0f878a60aa7696ac20496cc533c17323f8b..a8938b1f0925a662478f8dbca7f3d81af42e24dd 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   texidoc = "String numbers should only be moved outside slurs when there
@@ -7,6 +7,6 @@ is a collision."
 
 \relative c'' {
   \textLengthOn
-  <c\3>4-"inside"( d' <e,\2>-"inside" g
+  <c\3>4-"outside"( d' <e,\2>-"inside" g
   <c\1>1-"outside")
 }