]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/usage/external.itely
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / es / usage / external.itely
index 90e07c34f6ceb7151dc842d3f7ebcf0e6ff2c328..a16a2a8967f7a7ff1737dcd002d4b1a7136c6a87 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
 
 @ignore
-    Translation of GIT committish: 22b4097bcee9f2909b8c43fa69ea313aad0b71c3
+    Translation of GIT committish: 07c022f5e65a806e27c3f5f4f4bdae4020c1af8e
 
     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.16.0"
+@c \version "2.19.21"
 
 @node Programas externos
 @chapter Programas externos
@@ -275,8 +275,8 @@ Codificado de forma fija dentro del archivo @file{.ly}:
 
 @example
 \pointAndClickTypes #'note-event
-\relative c' @{
-  c2\f( f)
+\relative @{
+  c'2\f( f)
 @}
 @end example
 
@@ -284,8 +284,8 @@ o bien
 
 @example
 #(ly:set-option 'point-and-click 'note-event)
-\relative c' @{
-  c2\f( f)
+\relative @{
+  c'2\f( f)
 @}
 @end example
 
@@ -306,8 +306,8 @@ Codificado de forma fija dentro del archivo @file{.ly}:
 
 @example
 \pointAndClickTypes #'(note-event dynamic-event)
-\relative c' @{
-  c2\f( f)
+\relative @{
+  c'2\f( f)
 @}
 @end example
 
@@ -315,8 +315,8 @@ o bien
 
 @example
 #(ly:set-option 'point-and-click '(note-event dynamic-event))
-\relative c' @{
-  c2\f( f)
+\relative @{
+  c'2\f( f)
 @}
 @end example
 
@@ -394,6 +394,7 @@ en el mismo orden:
 filetype off
 set runtimepath+=/usr/local/share/lilypond/current/vim/
 filetype on
+syntax on
 @end example
 
 Si LilyPond no está instalado en el directorio
@@ -761,7 +762,7 @@ del método automatizado con @command{lilypond-book}.
 
 @menu
 * Muchas citas de una partitura extensa::
-* Insertar la salida de LilyPond dentro de OpenOffice.org::
+* Insertar la salida de LilyPond dentro de OpenOffice y LibreOffice::
 * Insertar la salida de LilyPond dentro de otros programas::
 @end menu
 
@@ -774,14 +775,15 @@ puede también usar la capacidad de recorte de sistemas, véase
 @ruser{Extracción de fragmentos de música}.
 
 
-@node Insertar la salida de LilyPond dentro de OpenOffice.org
-@unnumberedsubsec Insertar la salida de LilyPond dentro de OpenOffice.org
-@translationof Inserting LilyPond output into OpenOffice.org
+@node Insertar la salida de LilyPond dentro de OpenOffice y LibreOffice
+@unnumberedsubsec Insertar la salida de LilyPond dentro de OpenOffice y LibreOffice
+@translationof Inserting LilyPond output into OpenOffice and LibreOffice
 
 @cindex OpenOffice.org
+@cindex LibreOffice.org
 
 Se puede añadir notación de LilyPond a los documentos de
-OpenOffice.org con
+OpenOffice.org y LibreOffice con
 @uref{http://@/ooolilypond@/.sourceforge@/.net@/,OOoLilyPond}.