lilypond-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] New margin handling - final version (updated)


From: Michael Käppler
Subject: Re: [PATCH] New margin handling - final version (updated)
Date: Sun, 13 Sep 2009 23:24:20 +0200
User-agent: Thunderbird 2.0.0.12 (X11/20071114)


I think lilypond-book inserts line-width only when 'quote' or
'lilyquote' is specified (or 'linewidth' itself, of course).
I don't think so. Look at lilypond-book.py:951. This value preserves if
no option is set. You can verify this by running this small tex file, if you want:

\documentclass[a4paper]{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\begin{document}
\begin{lilypond}
 \relative c' { c4 d8 e }
\end{lilypond}
\end{document}

To raise another question: What's the reason that the default for left-padding is
hardcoded with 3 mm and applied to every snipped unless something different
is specified?

Regards,
Michael




reply via email to

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