lilypond-user
[Top][All Lists]
Advanced

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

Re: lines/graphic notation?


From: Mats Bengtsson
Subject: Re: lines/graphic notation?
Date: Fri, 12 Nov 2004 12:25:59 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

It seems that the \postscript markup command wasn't
introduced in LilyPond 2.2.x, so you have to do
ges1.-"\\embeddedps{0.1 setlinewidth 2 7 moveto 5 1 rlineto stroke}"
instead.

   /Mats

D Josiah Boothby wrote:
Back to this (now that I have a little time to work on it):

Mats Bengtsson wrote:

You don't need that much competence in postscript.
Look at the following example:
a-\markup { \postscript #"0.1 setlinewidth 2 7 moveto 5 1 rlineto stroke" }


...

If you want to do it in a lyrics line, I think it's possible to
specify a syllable like
"\\embeddedps{0.1 setlinewidth 2 7 moveto 5 1 rlineto stroke}"



It may be that I'm not noticing something important; but for starters, I'm (still) using 2.2.6, if that matters:

\version "2.2.6"

\header {
   title = "wiggle"
}

\score {
   \notes {
       \time 6/4
ges1.-\markup { \postscript #"0.1 setlinewidth 2 7 moveto 5 1 rlineto stroke" }
   }

   \paper { raggedright = ##t }
}


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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