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

2015-12-07 Thread Dmytro O. Redchuk
2015-12-08 9:55 GMT+02:00 Dmytro O. Redchuk : > Hello, > > to avoid any misunderstanding with any "include"'s I've tested this > issue with this source: And the command was (no -I...), of course: $ lilypond-book --out=out [--pdf] test.lytex > > % 8<

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

2015-12-07 Thread Dmytro O. Redchuk
Hello, to avoid any misunderstanding with any "include"'s I've tested this issue with this source: % 8< -- \documentclass{article} \begin{document} \begin{lilypond} { c''4 } \paper { #(define fonts (set-global-fonts #:music "improviso" #:factor

Re: Manual bar breaks autoBeaming

2015-12-07 Thread Simon Albrecht
On 07.12.2015 14:32, Simon Albrecht wrote: On 07.12.2015 13:45, Simon Albrecht wrote: The report was (supposed to be) about the missing beam over the first two quavers, which are not separated by a bar line. To clarify: \version "2.19.32" { \time 3/4 8-"default" 8 16 16 16 16 8 8

Re: Manual bar breaks autoBeaming

2015-12-07 Thread Simon Albrecht
On 07.12.2015 13:45, Simon Albrecht wrote: The report was (supposed to be) about the missing beam over the first two quavers, which are not separated by a bar line. To clarify: \version "2.19.32" { \time 3/4 8-"default" 8 16 16 16 16 8 8 8-"with bars" 8 \bar "" 16 16 16 16 \bar "" 8 8

Re: Manual bar breaks autoBeaming

2015-12-07 Thread Trevor Daniels
Sorry; I retract this email. It's rubbish! All that does is invalidate the autobeaming. Trevor - Original Message - From: "Trevor Daniels" To: "David Kastrup" ; ; "Simon Albrecht" Sent: Monday,

Re: Manual bar breaks autoBeaming

2015-12-07 Thread David Kastrup
Simon Albrecht writes: > Hello, > > is this a known issue? > > %% > \version "2.19.32" > { > \time 3/4 > 8 8 \bar "" 16 16 16 16 \bar "" 8 8 > } > %% > > The type of bar doesn’t matter. I read in the manual: Manual beams In some cases

Re: Manual bar breaks autoBeaming

2015-12-07 Thread Simon Albrecht
On 07.12.2015 10:21, David Kastrup wrote: Simon Albrecht writes: Hello, is this a known issue? %% \version "2.19.32" { \time 3/4 8 8 \bar "" 16 16 16 16 \bar "" 8 8 } %% The type of bar doesn’t matter. I read in the manual: Manual beams

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

2015-12-07 Thread Dmytro O. Redchuk
Hello bug squad, hello list, I've found a problem with this "book": % test.lytex: % 8< \documentclass{article} \begin{document} \begin{lilypond} \include "improviso.ily" { c''4 } \end{lilypond} \end{document} % 8< I want lilypond to engrave it with

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

2015-12-07 Thread Dmytro O. Redchuk
2015-12-07 15:12 GMT+02:00 Dmytro O. Redchuk : > Hello bug squad, hello list, > > I've found a problem with this "book": I am sorry, forgot to mention, tested with 2.18.2 and 2.19.32, got the same result. > > % test.lytex: > % 8< >

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

2015-12-07 Thread Dmytro O. Redchuk
2015-12-07 19:55 GMT+02:00 James : > Hello Dmytro, Hello James :) >>> I want lilypond to engrave it with "improviso" font, >>> https://fonts.openlilylib.org/improviso/ --- I have set it up, it's >>> ok. ... and the subject of this thread is: "lilypond-book: 'external' fonts and

Re: Kneed beam and subdivisions

2015-12-07 Thread Simon Albrecht
Yours, Simon On 06.12.2015 13:10, Gilberto Agostinho wrote: Hi all, In the file lily/beam.cc, lines 231-232, we find the following comment: We want a maximal number of shared beams, but if there is choice, we take the one that is

Re: Kneed beam and subdivisions

2015-12-07 Thread Gilberto Agostinho
Thanks a lot, I really appreciate it, Simon. Take care, Gilberto -- View this message in context: http://lilypond.1069038.n5.nabble.com/Kneed-beam-and-subdivisions-tp184473p184571.html Sent from the Bugs mailing list archive at Nabble.com. ___

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

2015-12-07 Thread James
Hello Dmytro, On 07/12/15 13:16, Dmytro O. Redchuk wrote: > 2015-12-07 15:12 GMT+02:00 Dmytro O. Redchuk : >> Hello bug squad, hello list, >> >> I've found a problem with this "book": > I am sorry, forgot to mention, > tested with 2.18.2 and 2.19.32, got the same result. >