]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplets.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / tuplets.ly
index 3bbd4d4597d0d60cb502f0256dbd86b6854bec50..3900594eb9df1e953dad06b6fa9dc3e82860a98b 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.13"
+\version "2.19.21"
 \header{
   
   texidoc="
@@ -16,20 +16,20 @@ direction as the bracket. The endings can be adjusted with
 "
 
 }
-\layout { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 
-\context Voice \relative c'' {
-  \times 2/3 { a8 b c }
-  \times 2/3 { r8  b[ f] }
-  \override TupletBracket  #'bracket-flare = #'(0.5 . 0.5)
-  \times 2/3 { r8 b r8 }
+\context Voice \relative {
+  \tuplet 3/2 { a'8 b c }
+  \tuplet 3/2 { r8  b[ f] }
+  \override TupletBracket.bracket-flare = #'(0.5 . 0.5)
+  \tuplet 3/2 { r8 b r8 }
   c4 |
   
-  \times 3/4 { c4 c4 c4 c4 } c4 | 
+  \tuplet 4/3 { c4 c4 c4 c4 } c4 | 
   
   \time 6/8
-  \times 6/9 { c8 c c c c c c c c }
+  \tuplet 9/6 { c8 c c c c c c c c }
 
 }