X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fthree-sided-box.ly;h=3e1080dcb73bf4bd0318243f8e98fc7f6890f46d;hb=178b4c7a699c6653c75550938a3a0cd7821ac92e;hp=ccf1668de022c97f2e25cc79950785c05736a59a;hpb=e1a149d0cc60b02e86209387958f4028567dd366;p=lilypond.git diff --git a/Documentation/snippets/three-sided-box.ly b/Documentation/snippets/three-sided-box.ly index ccf1668de0..3e1080dcb7 100644 --- a/Documentation/snippets/three-sided-box.ly +++ b/Documentation/snippets/three-sided-box.ly @@ -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.31" +\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 } } -