]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/phrasing-slur-tuplet.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / phrasing-slur-tuplet.ly
index 8d017f4c5ff28fc833f68d55c433e192d34dbabc..10aa1e9a7e761e67acb4050a1784211044f5ccba 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.11.58"
+\version "2.19.21"
 
 \header {
   texidoc = "Phrasing slurs do not collide with tuplet numbers."
 }
 
-\relative c'' {
+\relative {
   \voiceOne
-  \times 2/3 {
-    c8\( b c
+  \tuplet 3/2 {
+    c''8\( b c
   }
   a2.\)
 }