]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/three-sided-box.ly
Further LSR tidying
[lilypond.git] / Documentation / snippets / three-sided-box.ly
index 240ee95b3a218ecec3b97dbce93ae23bed51a121..3e1080dcb73bf4bd0318243f8e98fc7f6890f46d 100644 (file)
@@ -1,22 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.18.0"
 
 \header {
-%% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
-  texidocfr = "
-Voici comment construire une commande de @emph{markup} chargée
-d'agrémenter du texte ou autre annotation, d'une bordure sur trois
-côtés.
-
-"
-  doctitlefr = "Encadrement sur trois côtés"
-
-  lsrtags = "rhythms, text, scheme-language"
+  lsrtags = "rhythms, scheme-language, text"
 
   texidoc = "
 This example shows how to add a markup command to get a three sided box
@@ -26,7 +17,6 @@ around some text (or other markup).
   doctitle = "Three-sided box"
 } % begin verbatim
 
-
 % New command to add a three sided box, with sides north, west and south
 % Based on the box-stencil command defined in scm/stencil.scm
 % Note that ";;" is used to comment a line in Scheme
@@ -62,4 +52,3 @@ thickness and padding around the markup."
   c1^\markup { \NWS-box ABCD }
   c1^\markup { \NWS-box \note #"4" #1.0 }
 }
-