This seems to work.  I use the 'eps' option and make sure that there are no
blank lines to prevent a new 'paragraph' and they come out side by side the
way I want them.

-David Bobroff

\documentclass[a4paper]{book}
\usepackage{geometry}
\geometry{width=180mm,textheight=250.000000mm,headheight=2mm,footskip=2mm}
\begin{document}
%
\hfill
\begin[linewidth=85mm, eps]{lilypond}
\score{
\notes \transpose bes' \relative c, {
%
\key c \major
\clef F
\time 4/4
c4( d g d | )c1-\fermata \bar "|."
%
}
}
\end{lilypond}
%
\hfill
%
\begin[linewidth=85mm, eps]{lilypond}
\score{
\notes \transpose a' \relative c, {
\key c \major
\clef F
\time 4/4
c4( d g d | )c1-\fermata \bar "|."
}
}
%\hfill
\end{lilypond}

\end{document}


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

Reply via email to