]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/displaying-grob-ancestry.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / displaying-grob-ancestry.ly
index 3484a7f9b21120769c6bab8e778e82a12e7dfa77..bb7a22ac323ad46f4acfca64871971a16810b7cd 100644 (file)
@@ -1,13 +1,16 @@
-% Do not edit this file; it is automatically
+% DO NOT EDIT this file manually; it is automatically
 % generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
 % This file is in the public domain.
-%% Note: this file works from version 2.13.10
-\version "2.13.18"
+%% Note: this file works from version 2.13.36
+\version "2.14.0"
 
 \header {
-%% Translation of GIT committish: ee2fdacf2ff3acd7e6fb7c4005dfe698b1cc4eed
+%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
 
-  texidoc = "
+  texidoces = "
 Al trabajar con los callbacks de un grob, puede ser de mucha ayuda
 entender el @qq{árbol genealógico} de un grob.  La mayor parte de los
 grobs tienen @qq{padres} que influyen en el posicionamiento del grob.
@@ -73,7 +76,7 @@ NoteHead X,Y: NoteColumn
 
 "
 
-  doctitle = "Imprimir el árbol genealógico de un grob"
+  doctitlees = "Imprimir el árbol genealógico de un grob"
 
   lsrtags = "tweaks-and-overrides"
 
@@ -107,8 +110,7 @@ The concept of @qq{generations} is misleading.
 
 
 For example, the @code{System} grob can be both parent (on the Y-side)
-and grandparent (twice on the X-side) to a @code{VerticalAlignment} % begin verbatim
-
+and grandparent (twice on the X-side) to a @code{VerticalAlignment}
 grob.
 
 
@@ -147,7 +149,8 @@ NoteHead X,Y: NoteColumn
 
 "
   doctitle = "Displaying grob ancestry"
-}
+} % begin verbatim
+
 
 #(define (grob-name grob)
    (if (ly:grob? grob)