]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-text-fraction-with-notes.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tuplet-text-fraction-with-notes.ly
index 944b592fb79b7e185960bcf6b85bd7711d9f7474..acf002a8960cdd4b9f6cc60d616c05e385e5efbf 100644 (file)
@@ -1,12 +1,12 @@
-\version "2.16.0"
+\version "2.17.6"
 \header{
   texidoc="Non-standard tuplet texts: Printing a tuplet fraction with note durations assigned to both the denominator and the numerator."
 }
 
 
 \context Voice \relative c'' {
-  \once \override TupletNumber #'text = #(tuplet-number::fraction-with-notes "4." "8")
+  \once \override TupletNumber.text = #(tuplet-number::fraction-with-notes "4." "8")
   \times 2/3  { c4. c4. c4. c4. }
-  \once \override TupletNumber #'text = #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4")
+  \once \override TupletNumber.text = #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4")
   \times 2/3  { c4. c4. c4. c4. }
 }