Re: Box around multiple markups

2015-10-01 Thread David Nalesnik
Hi Urs, On Mon, Sep 28, 2015 at 9:19 AM, Urs Liska wrote: > Hi David, > > thank you very much! > You're welcome! > > Am 26.09.2015 um 01:25 schrieb David Nalesnik: > > Hi, > > ... > > To do what you want, it would be best of course to have a new grob. > > Defining new grobs has no user interf

Re: Box around multiple markups

2015-09-28 Thread Urs Liska
Hi David, thank you very much! Am 26.09.2015 um 01:25 schrieb David Nalesnik: > Hi, > > ... > > To do what you want, it would be best of course to have a new grob. > > Defining new grobs has no user interface at the moment. There is a > regression text, input/regression/scheme-text-spanner.ly >

Re: Box around multiple markups

2015-09-25 Thread David Nalesnik
On Fri, Sep 25, 2015 at 6:25 PM, David Nalesnik wrote: > > Dashed lines may now (as of 2.19.27) be created using the function > ly:line-interface::line. This takes a grob argument from which it extracts > layout information. So you'd just override the 'style property. Dashed > lines would be t

Re: Box around multiple markups

2015-09-25 Thread David Nalesnik
Hi, On Fri, Sep 25, 2015 at 5:58 PM, Klaus Blum wrote: > Hi Urs, > > the only thing I can offer is to use HorizontalBracket and replace its > stencil by a box as shown in > http://lsr.di.unimi.it/LSR/Item?id=1000 You could adapt ("coopt") an existing engraver, or ... (see below) > > Two dra

Re: Box around multiple markups

2015-09-25 Thread Klaus Blum
Hi Urs, the only thing I can offer is to use HorizontalBracket and replace its stencil by a box as shown in http://lsr.di.unimi.it/LSR/Item?id=1000 Two drawbacks: 1. I don't know how to simulate dashed lines. 2. Vertical position of the upper and lower edge must be set manually. However, this