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


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to