summaryrefslogtreecommitdiff
path: root/Documentation/snippets/three-sided-box.ly
diff options
context:
space:
mode:
authorJohn Mandereau <john.mandereau@gmail.com>2012-07-17 18:18:47 +0200
committerJohn Mandereau <john.mandereau@gmail.com>2012-07-17 18:18:47 +0200
commitf22c889b1389cb7d761580762fe77973780f2f86 (patch)
treed325b60ea9e43c4094814635d61ab92bc2f68046 /Documentation/snippets/three-sided-box.ly
parent2d52187d5492ce7492c78fc8f1dca4aa7b702ba0 (diff)
Update snippets from today's LSR with changed makelsr.py
Diffstat (limited to 'Documentation/snippets/three-sided-box.ly')
-rw-r--r--Documentation/snippets/three-sided-box.ly12
1 files changed, 1 insertions, 11 deletions
diff --git a/Documentation/snippets/three-sided-box.ly b/Documentation/snippets/three-sided-box.ly
index dd5771c7b5..192f55a0ba 100644
--- a/Documentation/snippets/three-sided-box.ly
+++ b/Documentation/snippets/three-sided-box.ly
@@ -7,16 +7,7 @@
\version "2.14.2"
\header {
- lsrtags = "rhythms, text, scheme-language"
-
-%% 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 = "scheme-language, text, rhythms"
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 }
}
-