]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-tuplet.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / quote-tuplet.ly
index da9f25d977a76819061e575544533c46695b109a..cfbba5516c4dc89baa1872fb4733146b9fb48ed3 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.12.0"
+\version "2.19.21"
 
 \header {
 
@@ -8,8 +8,8 @@
 
 }
 
-foo = \relative c' {
-  \times 2/3 { c4 c c } \times 2/3 { c4 c c }
+foo = \relative {
+  \tuplet 3/2 { c'4 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 {