]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/string-number-around-slur.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / string-number-around-slur.ly
index bd4a5b4d5c868421683f50ba5e04d232d6b27f2e..62ca07e9c4ddd28bdb49e98ef65e32c5f77233be 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.14.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")
 }