]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/three-sided-box.ly
Issue 3827: remove the necessity to have a \layout block in a \markup \score ...
[lilypond.git] / Documentation / snippets / three-sided-box.ly
index 240ee95b3a218ecec3b97dbce93ae23bed51a121..2bde359a6c951e7b3232a8e71fe864a0c842df36 100644 (file)
@@ -4,19 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.16.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
@@ -62,4 +53,3 @@ thickness and padding around the markup."
   c1^\markup { \NWS-box ABCD }
   c1^\markup { \NWS-box \note #"4" #1.0 }
 }
-