]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/three-sided-box.ly
Import snippets from LSR and delete initial batch in snippets/new
[lilypond.git] / Documentation / snippets / three-sided-box.ly
index 2bde359a6c951e7b3232a8e71fe864a0c842df36..3e1080dcb73bf4bd0318243f8e98fc7f6890f46d 100644 (file)
@@ -1,10 +1,10 @@
 %% 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.16.0"
+\version "2.18.0"
 
 \header {
   lsrtags = "rhythms, scheme-language, text"
@@ -17,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