]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/drawing-boxes-around-grobs.ly
Get texidoc translations out of snippets source files
[lilypond.git] / Documentation / snippets / drawing-boxes-around-grobs.ly
index 539c16f2d1007608fb77c559aaa56f13acea6833..fd068efd4ef138345d46f15893193987a50df973 100644 (file)
@@ -4,10 +4,18 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.15.25"
+\version "2.15.40"
 
 \header {
-  lsrtags = "editorial-annotations, tweaks-and-overrides"
+  lsrtags = "tweaks-and-overrides, scheme-language, editorial-annotations"
+
+%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c
+  texidocfr = "
+La fonction @code{print} peut se modifier pour obtenir l'encadrement de
+n'importe quel objet.
+
+"
+  doctitlefr = "Encadrement d'objets"
 
   texidoc = "
 The @code{print-function} can be overridden to draw a box around an
@@ -17,6 +25,7 @@ arbitrary grob.
   doctitle = "Drawing boxes around grobs"
 } % begin verbatim
 
+
 \relative c'' {
   \override TextScript #'stencil =
     #(make-stencil-boxer 0.1 0.3 ly:text-interface::print)