Status: Accepted
Owner: ----
Labels: Type-Scripts Priority-Medium Maintainability

New issue 1638 by percival.music.ca: lilypond-book [quote] hard-codes 5\in
http://code.google.com/p/lilypond/issues/detail?id=1638

This tely file:
----------------
\input texinfo @node Top
@top

@lilypond[papersize=c9landscape,verbatim,quote]
\book {
  \score {
    \relative c' {
      c1
    }
  }
}
@end lilypond

@bye
-----------

produces (in part):
------
\paper {
  #(set-paper-size "c9landscape")
  indent = 0\mm
  line-width = 5\in - 2.0 * 0.4\in
  force-assignment = #""
  line-width = #(- line-width (* mm  3.000000))
}
-----

Since there's less than 2.3 inches in the 57mm-wide c9landscape paper, lilypond complains. It would be nice if the 5\in wasn't hard-coded.


(20 minutes of poking around inside lilypond-book didn't fix it for me. I may try again later, but for now I'm not owning the issue)


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to