"Edmundo Marcelo Navarrete" <[EMAIL PROTECTED]> schrieb:
> Hello: I play guitar, and need glissandi.-
> Can you you help me ?
> Thanks for your time
> Edmundo Marcelo Navarrete
> _______________________________________________
> TeX-music mailing list
> [email protected]
> http://icking-music-archive.org/mailman/listinfo/tex-music
> 
Hello,

if you use LaTeX try the following definition:
You must input pstricks by 

\usepackage{pstricks}

\def\Glis#1#2#3#4#5{%
\lcharnote #1{%
\psset{xunit=0.9\noteskip,yunit=0.5\Interligne}%
\begin{pspicture}(0,0)(0,0)%
\psline[linewidth=0.25pt]{-}(#2,#3)(#4,#5)%
\end{pspicture}}%
}



#1 is the pitch of the starting note
#2 and #3 is the starting point of the line (x and y)
#5 and #5 is the end of the line.

for example

\begin{music}
\nostartrule
\Largemusicsize
\nobarnumbers
\setclefsymbol 1\treblelowoct
\startextract
\NOTes\Glis{g}{.3}{.2}{1}{4}\qa g\qa l\en 
\bar
\Notes\Glis{j}{.5}{-0.2}{1.2}{-3.9}\wh j\wh e\en        
\endextract\end{music}

Try it out, I hope it�s useful for you.

If you don�t like it, try ejdefs. It can be downloaded from the
icking-music-archiv under bach bwv 1007 git. It�s part of the zip-archive.

Merry Christmas
Gerd L�bel

_______________________________________________
TeX-music mailing list
[email protected]
http://icking-music-archive.org/mailman/listinfo/tex-music

Reply via email to