lilypond-user
[Top][All Lists]
Advanced

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

Re: Repeat sign in LaTEX


From: Don Blaheta
Subject: Re: Repeat sign in LaTEX
Date: Thu, 10 Mar 2005 13:31:24 -0500
User-agent: Mutt/1.2.5.1i

Quoth Georg Dummer:
> How can I create the repeat signs in LaTEX.
> I need this (in the lyrics written in LaTEX) because I can't put all the
> stanzas below the notes. 
> Since I found no special "repeat-character" in the feta-fonts I guess ist
> created using tex.

Something like these should work:

\newcommand{\rpt}{%
        \raisebox{.2ex}{:}%
        \raisebox{-.4ex}{\rule{.1ex}{2.5ex}\,\rule{.3ex}{2.5ex}}}
\newcommand{\revrpt}{%
        \raisebox{-.4ex}{\rule{.3ex}{2.5ex}\,\rule{.1ex}{2.5ex}}%
        \raisebox{.2ex}{:}}

They use all relative sizes, so they should be ok with pretty much any
font and size.  Stick them into your preamble and then you can just say

 \revrpt\ This is my song \rpt

HTH.

-- 
-=-Don address@hidden<http://www.blahedo.org/>-=-
What was the best thing before sliced bread?




reply via email to

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