]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/three-sided-box.ly
Makelsr.py run
[lilypond.git] / Documentation / snippets / three-sided-box.ly
index 9e8d81e26a4570d053124392d5cff58749a84d2f..3e1080dcb73bf4bd0318243f8e98fc7f6890f46d 100644 (file)
@@ -1,10 +1,13 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% 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.13.29"
+\version "2.18.0"
 
 \header {
-  lsrtags = "rhythms, text"
+  lsrtags = "rhythms, scheme-language, text"
 
   texidoc = "
 This example shows how to add a markup command to get a three sided box
@@ -49,4 +52,3 @@ thickness and padding around the markup."
   c1^\markup { \NWS-box ABCD }
   c1^\markup { \NWS-box \note #"4" #1.0 }
 }
-