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