]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-number-outside-staff-positioning.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tuplet-number-outside-staff-positioning.ly
index 702535200c371f862a2f8295d017087b4bb14529..93e28aac0553514b46067f34b9d32612bc77a80d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.0"
+\version "2.19.21"
 
 \header {
 
@@ -10,8 +10,8 @@ positioned above them.
 
 }
 
-\relative c'' {
-   \override TupletBracket #'outside-staff-priority = #1
-   \override TupletNumber #'font-size = #5
-   \times 2/3 { a4\trill a\trill^"foo" a\trill }
+\relative {
+   \override TupletBracket.outside-staff-priority = #1
+   \override TupletNumber.font-size = #5
+   \tuplet 3/2 { a'4\trill a\trill^"foo" a\trill }
 }
\ No newline at end of file