lilypond-user
[Top][All Lists]
Advanced

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

lilypond-book fix


From: David Bobroff
Subject: lilypond-book fix
Date: Mon, 02 Dec 2002 23:33:03 +0000

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}




reply via email to

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