]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/three-sided-box.ly
New version of LSR upgrade
[lilypond.git] / Documentation / snippets / three-sided-box.ly
index 3589080e49a79086b1e59c4f31e1f83d6b5cb62d..5d5d7a3ae8341c298efcee9d1c05d8a09849d9e4 100644 (file)
@@ -1,10 +1,13 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.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.13.10"
+\version "2.14.2"
 
 \header {
-  lsrtags = "rhythms, text"
+  lsrtags = "text, rhythms, scheme-language"
 
   texidoc = "
 This example shows how to add a markup command to get a three sided box
@@ -14,6 +17,7 @@ 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