lilypond-user
[Top][All Lists]
Advanced

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

Re: boxed measures


From: Stefan Thomas
Subject: Re: boxed measures
Date: Mon, 24 Aug 2009 09:34:49 +0200

Hello everybody,
thanks for Your excellent ideas.
Is it maybee possible to use the postscript command in combination with the  bracket engraver?


2009/8/23 Nick Payne <address@hidden>

The box could be drawn with Postscript. Here’s an example of drawing large square brackets with Postscript. Easily modifiable to draw a box:

 

\version "2.12.1"

 

#(define lbracket "0.25 setlinewidth

                0 setlinejoin

                0 setlinecap

                0.5 -2 moveto

                -2 0 rlineto

                0 8.8 rlineto

                2 0 rlineto

                stroke")

#(define rbracket "0.25 setlinewidth

                0 setlinejoin

                0 setlinecap

                0.5 -2 moveto

                2 0 rlineto

                0 8.8 rlineto

                -2 0 rlineto

                stroke")

 

\relative c' {

                c4-\markup { \postscript #lbracket } c c c-\markup { \postscript #rbracket }

}

 

Nick Payne

 

From: lilypond-user-bounces+nick.payne=internode.on.net@gnu.org [mailto:lilypond-user-bounces+nick.payne=internode.on.net@gnu.org] On Behalf Of Stefan Thomas
Sent: Sunday, 23 August 2009 5:43 PM
To: lilypond-user
Subject: boxed measures

 

Dear community,
I would like to do something like You can see in the attached image.
I don't mean the feathered beams (I know how this can be done) but the boxed bars, followed by the dotted lines.
I have no idea how to do this in Lilypond.
A hint would be great!
Thanks
Stefan

No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.409 / Virus Database: 270.13.64/2318 - Release Date: 08/22/09 18:04:00



reply via email to

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