On 4/29/07, Fairchild <[EMAIL PROTECTED]> wrote:
Trevor, Jim -
Here's a sledgehammer way.
%%%%%%%%%%%%%%%%%%%%%%
staffViolin = \new Staff { \time 4/4
\set Staff.instrument="Violin"
\key c \major \clef treble \relative c' {
c1*1/9 d1*1/9 e1*1/9 f1*1/9
_\markup { \postscript #"0.3 setlinewidth 1 setlinecap [0.03 1] 0 setdash 1
-0.5 moveto 0 -6 rlineto stroke"}
g1*1/9 a1*1/9 b1*1/9
_\markup { \postscript #"0.3 setlinewidth 1 setlinecap [0.03 1] 0 setdash 1
1.0 moveto 0 -7 rlineto stroke"}
c1*1/9 d1*1/9 c,1*1/10 d1*1/10 e1*1/10
_\markup { \postscript #"0.3 setlinewidth 1 setlinecap [0.03 1] 0 setdash 1
-0.5 moveto 0 -9 rlineto stroke"}
f1*1/10 g1*1/10
_\markup { \postscript #"0.3 setlinewidth 1 setlinecap [0.03 1] 0 setdash 1
0.0 moveto 0 -10 rlineto stroke"}
a1*1/10 b1*1/10
_\markup { \postscript #"0.3 setlinewidth 1 setlinecap [0.03 1] 0 setdash 1
1 moveto 0 -11 rlineto stroke"}
c1*1/10 d1*1/10
_\markup { \postscript #"0.3 setlinewidth 1 setlinecap [0.03 1] 0 setdash 1
2.0 moveto 0 -11 rlineto stroke"}
e1*1/10
\bar "|." } }
staffViolinII = \new Staff {
\set Staff.instrument="Violin"
\key c \major \clef treble \relative c' {
c1*1/3 d1*1/3 e1*1/3 f1*1/3 g1*1/3 a1*1/3
\bar "|." } }
staffViola = \new Staff {
\set Staff.instrument="Viola"
\key c \major \clef alto \relative c' {
c1*1/5 d1*1/5 e1*1/5 f1*1/5 g1*1/5 a1*1/5
b1*1/5 c1*1/5 d1*1/5 e1*1/5
\bar "|." } }
\score { << \staffViolin \staffViolinII \staffViola >> }
%%%%%%%%%%%%%%%%%%%%%%
Hi Bruce,
Wow. Never in a million years would I have come up with that.
Maybe a candidate for LSR?
Trevor.
--
Trevor Bača
[EMAIL PROTECTED]
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user