Aaron <[EMAIL PROTECTED]> 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.


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to