lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Box around multiple markups


From: David Nalesnik
Subject: Re: Box around multiple markups
Date: Fri, 25 Sep 2015 18:34:26 -0500



On Fri, Sep 25, 2015 at 6:25 PM, David Nalesnik <address@hidden> 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 the default.
 

With the file you can do things like:

\once \override BoxTextSpanner.thickness = 4

\once \override BoxTextSpanner.dash-period = 2

\once \override BoxTextSpanner.style = ##f  %% solid line

You can do 'zigzag and 'trill, but those look pretty awful (especially the last).

David
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]