]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/three-sided-box.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / three-sided-box.ly
index be8ed8e0c5ca99196db5e3702d1377c6f3859841..102c02b0fdcb91fd5da6f6b0284f939ebca5a494 100644 (file)
@@ -1,9 +1,9 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.35"
+\version "2.11.38"
 
 \header {
-  lsrtags = "editorial-and-educational-use"
+  lsrtags = "rhythms, text"
  texidoc = "
 This example shows how to add a markup command to get a three sided box
 around some text (or other markup).
@@ -43,6 +43,6 @@ thickness and padding around the markup."
 % Test it:
 
 \relative c'{ 
-  c^\markup{ \NWS-box ABCD }
+  c2^\markup{ \NWS-box ABCD }
   c^\markup{\NWS-box \note #"4" #1.0 } 
 }