lilypond-devel
[Top][All Lists]
Advanced

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

Re: lilypond-book patch


From: Rune Zedeler
Subject: Re: lilypond-book patch
Date: Wed, 17 Jul 2002 06:14:12 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020513

Tom Cato Amundsen wrote:

* Latex support: get all values directly from latex using os.popen
  on a latex file lilypond-book creates. This mean that all possible
  combinations of the geometry package, latex documentclass options,
  the landscape package and/or manually setting the margins should work.
  Most testing has been done with teTeX 1.0 and geometry 2.3, but some
  light testing show that geometry v3.1 also works fine.

This is really smart!
I don't understand what is going on, I can just see that it for some reason does not work with the multicol-environment:


\documentclass[english, danish, 11pt, headsepline, twoside]{scrartcl}
\usepackage{times,mathptm}
\usepackage[a4paper,width=17cm,left=0.9cm]{geometry}
\usepackage{multicol}
\usepackage[latin1]{inputenc}
\usepackage{babel, booktabs, tabularx, sidecap, subfigure, ccaption,
  tocbibind, flafter}
\begin{document}
\begin{multicols}{2}
dette er en lille prøve... Trallalla og hej med dig. Testing, testing.
dette er en lille prøve... Trallalla og hej med dig. Testing, testing.
\begin{lilypond}
\score {
  \notes \relative c' { c d e f g a b c }
  \paper{ indent=0 }
}
\end{lilypond}
dette er en lille prøve... Trallalla og hej med dig. Testing, testing.
dette er en lille prøve... Trallalla og hej med dig. Testing, testing.
dette er en lille prøve... Trallalla og hej med dig. Testing, testing.
dette er en lille prøve... Trallalla og hej med dig. Testing, testing.
dette er en lille prøve... Trallalla og hej med dig. Testing, testing.
dette er en lille prøve... Trallalla og hej med dig. Testing, testing.
dette er en lille prøve... Trallalla og hej med dig. Testing, testing.
dette er en lille prøve... Trallalla og hej med dig. Testing, testing.
dette er en lille prøve... Trallalla og hej med dig. Testing, testing.
\end{multicols}
\end{document}


-Rune




reply via email to

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