Re: Manual bar breaks autoBeaming

2015-12-10 Thread Simon Albrecht
On 07.12.2015 17:15, Trevor Daniels wrote: Sorry; I retract this email. It's rubbish! All that does is invalidate the autobeaming. Nevertheless, a valuable hint that there is no problem without beamExceptions. Which also explains why the problem would be limited to quavers.

Re: Infinite loop with bound-details.left.text = ""

2015-12-10 Thread Simon Albrecht
On 06.12.2015 18:24, Simon Albrecht wrote: Sorry for the mess. Once again: ~~ Hello, the following snippet: %%% \version "2.19.25" { 1-\tweak bound-details.left.text "" \startTrillSpan 1\stopTrillSp

Re: lilypond-book: "external" fonts and --pdf option problem

2015-12-10 Thread tisimst
Masamichi, On Thu, Dec 10, 2015 at 7:23 AM, Masamichi Hosoda [via Lilypond] < ml-node+s1069038n18463...@n5.nabble.com> wrote: > If I understand correctly, > the cause is lilypond's `-dgs-load-fonts' option > with non-emmentaler music font. > > I've reproduced the issue with the following smaller

Re: lilypond-book: "external" fonts and --pdf option problem

2015-12-10 Thread Masamichi HOSODA
Hi If I understand correctly, the cause is lilypond's `-dgs-load-fonts' option with non-emmentaler music font. I've reproduced the issue with the following smaller example. ``` $ cat foobar.ly { c'' } \paper { #(define fonts (set-global-fonts #:music "improviso" )) } $ lilypond -d