]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/phrasing-slur-tuplet.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / phrasing-slur-tuplet.ly
index 5be066d2ce2c73b9f846b45497837c6df47a2c6a..10aa1e9a7e761e67acb4050a1784211044f5ccba 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.16.0"
+\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.\)
 }