]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/text-spanner-attachment-alignment.ly
Merge branch 'master' of /home/lilydev/git/lily/
[lilypond.git] / input / regression / text-spanner-attachment-alignment.ly
index 8d7754356e39406cf136c1d6347e5e4cb22ff451..f90cde88813be7e6d693f9cb017e656f133df36c 100644 (file)
@@ -9,10 +9,10 @@
   ragged-right = ##t
   }
 
-\version "2.11.51"
+\version "2.11.65"
 <<
    \new Staff {
-    \override TextSpanner #'bound-details #'left #'text = "*"
+    \override TextSpanner #'(bound-details left text) = "*"
       c'16 \startTrillSpan c' c' c' \stopTrillSpan 
       c'16 \startTextSpan c' c' c' \stopTextSpan 
    }