]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-tuplet.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / quote-tuplet.ly
index 943bc453eb96e2b5a00a58c4df658b33d99301ea..420f8641ba553379681f4e6db03c3c4b5bf70f7c 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.16.0"
+\version "2.17.11"
 
 \header {
 
@@ -9,7 +9,7 @@
 }
 
 foo = \relative c' {
-  \times 2/3 { c4 c c } \times 2/3 { c4 c c }
+  \tuplet 3/2 { c4 c c } \tuplet 3/2 { c4 c c }
 }
 
 \addQuote "foo" { \foo }
@@ -21,7 +21,7 @@ foo = \relative c' {
 \new Staff
 <<
   \new Voice \transpose c c' {
-    \override Stem #'direction = #UP
+    \override Stem.direction = #UP
     \foo
   }
   \new Voice {