lilypond-user
[Top][All Lists]
Advanced

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

Re: attached dvi?


From: Ferenc Wagner
Subject: Re: attached dvi?
Date: Mon, 30 Jun 2003 15:16:35 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

Aaron <address@hidden> writes:

> Sorry, here it is again.

Seems like you prefer other ways, but I make a last attempt.

Modify /usr/bin/ly2dvi:
latex_cmd = 'elatex'                % instead of latex
%\usepackage[latin1]{inputenc}      % commented out

then use ly2dvi -P on the following:

\version "1.6.6"

\header {
  title = "Title"
  language = "hebrew,english"
}

\score {
  \addlyrics
    \notes {
      \clef "bass"
      \key d \major
      \time 3/4
      d4. a8 g4
    }
    \context Lyrics \lyrics {
      Tamm, "\\R{ta}" damm
    }
\paper {
  papersize = "a4"
  indent = 0.0\cm
  }
}

I can not test it, since I have no hebrew fonts installed.
Give it a try, and let me know what happens.
                                                Feri.




reply via email to

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