]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-single-note.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / tuplet-single-note.ly
index 8e5fcc135a333deeff6c94a97669d40f23b8982e..27152684531fc0283c49ffbc8464ea54fe2f78f3 100644 (file)
@@ -4,14 +4,14 @@
   texidoc = "Show tuplet numbers also on single-note tuplets (otherwise the timing would look messed up!), but don't show a bracket. Make sure that tuplets without any notes don't show any number, either."
 
 }
-\version "2.14.0"
+\version "2.19.21"
 
 \paper { ragged-right = ##t
 indent = 0.0 }
 
 \new Staff <<
-  \new Voice \relative c'' {
-    \times 4/6 { c2.:8 } \times 2/3 { g4.:8 } \times 2/3 { a,4.:8 } \times 4/6 {} \bar"|."
+  \new Voice \relative {
+    \tuplet 6/4 { c''2.:8 } \tuplet 3/2 { g4.:8 } \tuplet 3/2 { a,4.:8 } \tuplet 6/4 {} \bar"|."
   }
 >>