]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/text-spanner-attachment-alignment.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / text-spanner-attachment-alignment.ly
index 20f72ee2fc4e0bab08ccca2ad36278f5565027f8..942de5ff4d6dab44b3eeee2333a13f71374c4df1 100644 (file)
@@ -9,10 +9,10 @@
   ragged-right = ##t
   }
 
-\version "2.11.22"
+\version "2.12.0"
 <<
    \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 
    }