]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/macros.itexi
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / es / macros.itexi
index 6557213e25473cae9ec5539594a985036ef9f452..c586d2f347a0bcc524143e622ad69ae1fff044a3 100644 (file)
@@ -1,9 +1,10 @@
 @c -*- coding: utf-8; mode: texinfo; -*-
 @ignore
-    Translation of GIT committish: 589e2953e6e0d90a73eafe0b31ba86651c62f6eb
+    Translation of GIT committish: 3dd9b13331489a191d0e901245cc98476e5fcac1
 
     When revising a translation, copy the HEAD committish of the
-    version that you are working on.  See TRANSLATION for details.
+    version that you are working on.  For details, see the Contributors'
+    Guide, node Updating translation committishes..
 @end ignore
 
 
@@ -164,7 +165,6 @@ Para la versión de LilyPond @version{}
 @end macro
 
 
-
 @c   ***** Headings in a doc subsection *****
 
 @c The next macro is a dummy currently since texinfo doesn't
@@ -718,8 +718,8 @@ Para la versión de LilyPond @version{}
 @macro exampleImage{IMAGE-FILE}
 @html
 <div class="float-center">
-  <a class="clickable" href="examples/\IMAGE-FILE\.png">
-    <img src="examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
+  <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
+    <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
   </a>
   <p style="text-align: center">
     (pulse para ver una imagen más grande)
@@ -727,10 +727,10 @@ Para la versión de LilyPond @version{}
 </div>
 @end html
 @iftex
-@image{examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png}
+@image{ly-examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png}
 @end iftex
 @ifinfo
-@image{lilypond/examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
+@image{lilypond/ly-examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
 @end ifinfo
 @end macro