lilypond-user
[Top][All Lists]
Advanced

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

Re: Large square brackets for modern notation


From: Francisco Vila
Subject: Re: Large square brackets for modern notation
Date: Sat, 20 Jun 2009 11:55:17 +0200

2009/6/20 Nick Payne <address@hidden>:
> You could use native Postscript. Like so. Play around with the values to get
> the line thickness etc that you want :

This slight improvement does each bracket without releasing the pencil
and hopefully will you help to position it by modifying only the
starting point. Also, the line joints are round.

#(define lbracket "0.25 setlinewidth
0.5 -2 moveto
-2 0 rlineto
0 8.8 rlineto
2 0 rlineto
stroke")

#(define rbracket "0.25 setlinewidth
0.5 -2 moveto
2 0 rlineto
0 8.8 rlineto
-2 0 rlineto
stroke")

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org




reply via email to

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