]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/notation/cheatsheet.itely
Doc-es: update CHANGES, Notation/Ancient, Changing Defaults, Texidoc strings.
[lilypond.git] / Documentation / es / notation / cheatsheet.itely
index 05fca8b9b092994b1324a94154d1e7971056d4ed..68454cf4ad554d53123b7b02a92f806b3fbcc3d5 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
 
 @ignore
-    Translation of GIT committish: 26a079ca2393d053315ef8dbef626c897dc9645a
+    Translation of GIT committish: fbe8b9bf789f4a9833e1581dbb6ba4fce71a6cd2
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.17.6"
+@c \version "2.17.11"
 
 
 @c TODO: add tablature.
@@ -228,12 +228,12 @@ f8 c2 d e
 @end lilypond
 
 
-@item @code{\times 2/3 @{f g a@}}
+@item @code{\tuplet 3/2 @{f g a@}}
 @tab tresillos
 @tab
 @lilypond[relative=1]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
-\times 2/3 { f8 g a }
+\tuplet 3/2 { f8 g a }
 @end lilypond