lilypond-user
[Top][All Lists]
Advanced

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

RE: dotted vertical lines between notes


From: Fairchild
Subject: RE: dotted vertical lines between notes
Date: Tue, 1 May 2007 11:40:46 -0500

Trevor -

Here's a cleaner, jazzier version; and it only took me four months.

Do you really think it is worthy of LSR enshrinement?

                                 - Bruce

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

ViolinI = \new Staff { \set Staff.instrument = "Violin I"
    \relative c' { e1 f
_\markup { \postscript #"0.6 setlinewidth 1 -0.5 moveto -2 -6 rlineto
stroke" }
        g a
_\markup { \postscript #"1.0 setlinewidth [2 2] 0 setdash 1 1.0 moveto 2 -7
rlineto stroke" }
        d, e
_\markup { \postscript #"1.0 setlinewidth 1 setlinecap [2 3] 0 setdash 1 -2
moveto 0 -9 rlineto stroke" }
        f g
_\markup { \postscript #"1.0 setlinewidth 1 setlinecap [0.1 2] 0 setdash 1
-1.5 moveto 0 -10 rlineto stroke" }
        a b
_\markup { \postscript #"0.3 setlinewidth 1 setlinecap [0.06 1.5] 0 setdash
1 1 moveto 0 -11 rlineto stroke" }
        c d
_\markup { \postscript #"0.3 setlinewidth 1 setlinecap [0.03 1] 0 setdash 1
2.0 moveto 0 -11 rlineto stroke" }
        e } }
ViolinII = \new Staff { \set Staff.instrument = "Violin II"
    \relative c' { e f g a } }
Viola = \new Staff { \set Staff.instrument = "Viola"
    \clef alto \relative c' { e f g a b d, e f g a b c d } }
\score { << \ViolinI \ViolinII \Viola >> }

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

-----Original Message-----
From: Trevor Baca [mailto:address@hidden
Sent: Sunday, April 29, 2007 1:20 PM
To: Fairchild
Cc: address@hidden; address@hidden
Subject: Re: dotted vertical lines between notes

On 4/29/07, Fairchild <address@hidden> wrote:
> Trevor, Jim -
>
> Here's a sledgehammer way.
>
> %%%%%%%%%%%%%%%%%%%%%%

Hi Bruce,

Wow. Never in a million years would I have come up with that.

Maybe a candidate for LSR?

Trevor.

--
Trevor Bača
address@hidden






reply via email to

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