]> 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 ce9b3a589b338dd3727ffe9be179c965cf200f4f..102c02b0fdcb91fd5da6f6b0284f939ebca5a494 100644 (file)
@@ -3,7 +3,7 @@
 \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 } 
 }