lilypond-user
[Top][All Lists]
Advanced

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

Re: lines/graphic notation?


From: D Josiah Boothby
Subject: Re: lines/graphic notation?
Date: Fri, 12 Nov 2004 02:55:31 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041007 Debian/1.7.3-5

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 }
}




reply via email to

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