]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-tuplet.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / quote-tuplet.ly
index 0579d4fde66db6710e01ec21fe022bd67057680e..cfbba5516c4dc89baa1872fb4733146b9fb48ed3 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.10.0"
+\version "2.19.21"
 
 \header {
 
@@ -9,10 +9,10 @@
 }
 
 foo = \relative {
-  \times 2/3 { c4 c c } \times 2/3 { c4 c c }
+  \tuplet 3/2 { c'4 c c } \tuplet 3/2 { c4 c c }
 }
 
-\addquote "foo" { \foo }
+\addQuote "foo" { \foo }
 
 \paper {
   ragged-right = ##t
@@ -21,7 +21,7 @@ foo = \relative {
 \new Staff
 <<
   \new Voice \transpose c c' {
-    \override Stem #'direction = #UP
+    \override Stem.direction = #UP
     \foo
   }
   \new Voice {