]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/macros.itexi
Doc: update vertical spacing example (thanks Eluze).
[lilypond.git] / Documentation / macros.itexi
index 437b85eac9b62011217695f71d295012d83f224b..885d0abe2c6d8404c3b3accd737b6f8bcf30262c 100644 (file)
@@ -1,4 +1,4 @@
-@c -*- coding: us-ascii; mode: texinfo; -*-
+@c -*- coding: utf-8; mode: texinfo; -*-
 @ignore
     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
 
@@ -79,6 +79,12 @@ found at @w{@uref{http://@/www@/.lilypond@/.org/}}.
 @end macro
 
 
+@macro lilyTitlePage{TITLE}
+@c  This produces the unified index
+@syncodeindex fn cp
+@syncodeindex vr cp
+
+
 @c   ***** Copyright stuff *****
 @ifset FDL
 @copying
@@ -101,13 +107,9 @@ This document has been placed in the public domain.
 @end copying
 @end ifclear
 
-@c   ***** Title page *****
-@macro lilyTitlePage{TITLE}
-@c  This produces the unified index
-@syncodeindex fn cp
-@syncodeindex vr cp
 
 
+@c   ***** Title page *****
 @ifnottex
 @node Top
 @top LilyPond --- \TITLE\
@@ -698,8 +700,8 @@ For LilyPond version @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">
     (click to enlarge)
@@ -707,10 +709,10 @@ For LilyPond version @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
 
@@ -724,6 +726,7 @@ For LilyPond version @version{}
 @end html
 @end macro
 
+
 @c LEGALESE
 
 @macro logoLegalLinux