Re: scheme engraver for StaffTab notation

2015-01-08 Thread Marc Hohl
Am 07.01.2015 um 22:27 schrieb Ricardo Wurmus: Hi, a while ago I wrote a scheme engraver that outputs something close to StaffTab notation. StaffTab notation is a mix of standard two staff notation with a few elements of tabulature tailored to the free hands methods of playing the Chapman

Remove Unfolded_repeat_iterator (issue 194100043 by nine.fierce.ball...@gmail.com)

2015-01-08 Thread nine . fierce . ballads
Reviewers: , Message: Does this make sense? TIA. Description: Remove Unfolded_repeat_iterator and rely on Sequential_iterator with a customized elements-callback which is factored out of unfold-repeats-fully. Please review this at https://codereview.appspot.com/194100043/ Affected files

[PATCH] Reduce size of *TeX generated pdfs, Version 2

2015-01-08 Thread Knut Petersen
On 29.12.2014 09:15, Werner LEMBERG wrote: If you find it straightforward to encapsulate the code, then we can probably incorporate it. Knut, are you willing to work on that, this is, adding a command line argument and properly documenting it? So here is Version 2 I fixed

Re: [PATCH] Reduce size of *TeX generated pdfs, Version 2

2015-01-08 Thread James
On 08/01/15 12:18, Knut Petersen wrote: On 29.12.2014 09:15, Werner LEMBERG wrote: If you find it straightforward to encapsulate the code, then we can probably incorporate it. Knut, are you willing to work on that, this is, adding a command line argument and properly documenting it? So

Reduce size of PDF files when inc. in *TeX docs (issue 194090043 by pkx1...@gmail.com)

2015-01-08 Thread pkx166h
Reviewers: knut_petersen_t-online.de, Message: Added Knut as I 'own' this patch while it is being reviewed. James Description: Reduce size of PDF files when inc. in *TeX docs Issue 4251 This changes the way lilypond uses fonts to draw glyphs. It avoids to used glyphshow for all emmentaler

Re: [PATCH] Reduce size of *TeX generated pdfs, Version 2

2015-01-08 Thread Knut Petersen
On 08.01.2015 19:10, James wrote: On 08/01/15 12:18, Knut Petersen wrote: So here is Version 2 I fixed a few issues with version 1, added a command line option --bigpdf / -b, and documented that option in the german and english versions of usage.pdf . The patch is based on