]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/three-sided-box.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / lsr / three-sided-box.ly
index 19f72681aef252d534fe1ffbd02807b875c10d7c..9b9c04f4a56d7fdd7aa67a9248f6128f05832c51 100644 (file)
@@ -1,14 +1,18 @@
 %% 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.38"
+\version "2.12.0"
 
 \header {
   lsrtags = "rhythms, text"
- texidoc = "
+
+  texidoc = "
 This example shows how to add a markup command to get a three sided box
 around some text (or other markup).
-" }
-% begin verbatim
+
+"
+  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 you use ";" to comment a line in Scheme
@@ -42,6 +46,8 @@ thickness and padding around the markup."
 
 % Test it:
 
+\layout { ragged-right = ##f }
+
 \relative c' { 
   c2^\markup { \NWS-box ABCD }
   c^\markup { \NWS-box \note #"4" #1.0 }