Re: make doc still fails - problem with lilypond-book - was: Still cannot make doc

2016-06-03 Thread Thomas Morley
2016-06-03 23:57 GMT+02:00 Thomas Morley : > 2016-06-03 14:02 GMT+02:00 Masamichi Hosoda : >>> %%% start of aaa-lilybook.lytex >>> >>> \documentclass[a4paper]{article} >>> >>> \begin{document} >>> >>> \begin{lilypond} >>> \markup { >>> %foo bar buzz >>> いろはにほへど ちりぬるを >>> } >>> >>> \end{lily

Re: make doc still fails - problem with lilypond-book - was: Still cannot make doc

2016-06-03 Thread Thomas Morley
2016-06-03 14:02 GMT+02:00 Masamichi Hosoda : >> %%% start of aaa-lilybook.lytex >> >> \documentclass[a4paper]{article} >> >> \begin{document} >> >> \begin{lilypond} >> \markup { >> %foo bar buzz >> いろはにほへど ちりぬるを >> } >> >> \end{lilypond} >> >> \end{document} >> >> %%% end of aaa-lilybo

Add ly:get-font-format to get the font format (issue 296350043 by truer...@gmail.com)

2016-06-03 Thread lemzwerg
You were faster than me :-) LGTM, but note that FreeType's `FT_Get_Font_Format` doesn't really return the font format but the name of the module used to handle a font. In particular, it doesn't make a difference between PFA and PFB. While I haven't started coding yet, I've played around to writ

Re: make doc still fails - problem with lilypond-book - was: Still cannot make doc

2016-06-03 Thread Masamichi Hosoda
> %%% start of aaa-lilybook.lytex > > \documentclass[a4paper]{article} > > \begin{document} > > \begin{lilypond} > \markup { > %foo bar buzz > いろはにほへど ちりぬるを > } > > \end{lilypond} > > \end{document} > > %%% end of aaa-lilybook.lytex > > always fails with: > > $ lilypond-book --o

Re: make doc still fails - problem with lilypond-book - was: Still cannot make doc

2016-06-03 Thread David Kastrup
Thomas Morley writes: > First the good news. > With a build from a checkout of recent staging, I can successfully run > make LANGS='' doc > without any failure for orchestra.ly > ... as soon as I comment/delete all japanese !! Yes, it was pretty obvious that we are talking about two separate pro