X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Flsr%2Fthree-sided-box.ly;h=4e1ff906fff455fd4ab1db86b8cdf06e6ee8d6b3;hb=c6554467b0a9beddf0d7ef12746ae31a25fe36e7;hp=102c02b0fdcb91fd5da6f6b0284f939ebca5a494;hpb=8190076d2ab3fcb8b0eac2cdbf3057232cd35e11;p=lilypond.git diff --git a/input/lsr/three-sided-box.ly b/input/lsr/three-sided-box.ly index 102c02b0fd..4e1ff906ff 100644 --- a/input/lsr/three-sided-box.ly +++ b/input/lsr/three-sided-box.ly @@ -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.11.62" \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,7 +46,9 @@ thickness and padding around the markup." % Test it: -\relative c'{ - c2^\markup{ \NWS-box ABCD } - c^\markup{\NWS-box \note #"4" #1.0 } +\layout { ragged-right = ##f } + +\relative c' { + c2^\markup { \NWS-box ABCD } + c^\markup { \NWS-box \note #"4" #1.0 } }