]> git.donarmstrong.com Git - lilypond.git/commit
[lilypond-book] Fix `quote' + `line-width' option combination.
authorWerner Lemberg <wl@gnu.org>
Fri, 18 Sep 2009 11:54:34 +0000 (13:54 +0200)
committerWerner Lemberg <wl@gnu.org>
Fri, 18 Sep 2009 15:10:51 +0000 (17:10 +0200)
commit3fe8ca09c3542ebd33b2a104d7924bd2aabe30e0
treeb60708654ac94bfab0ee9ab791fa9f8244d40feb
parentbbf14b49e5aa5de22dfd5fb413b8c4bc5f261162
[lilypond-book] Fix `quote' + `line-width' option combination.

The previous code converted a snippet starting with

  \begin[quote]{lilypond}
  ...

into this LaTeX code

  \begin{quotation}
  {%
  \parindent 0pt
  ...

while

  \begin[quote, line-width=...]{lilypond}
  ...

was converted to

  \parindent 0pt
  ...

omitting the `quotation' environment.  This was neither documented nor
expected behaviour.
scripts/lilypond-book.py