Re: Can header items be footnoted?

2014-06-08 Thread Pierre Perol-Schneider
2014-06-07 19:34 GMT+02:00 Patrick or Cynthia Karl : > The result was a title of "My * Title", but no footnote and no errors in > the log file. > Here's a workaround : \version "2.18.2" \header { title = \markup { "My* Title" } } \markup { \null \footnote \null \italic "*

Re: Lilypond as a library

2014-06-08 Thread Mike Solomon
On Jun 7, 2014, at 10:43 PM, Mauren Berti wrote: > Hello! > > I am writing a software as my graduation project which captures audio and > generates a .ly file. I'd like to embed Lilypond as a library in my software, > so that it can generate the .pdf file directly, but was not able to find a

Re: Lilypond as a library

2014-06-08 Thread Urs Liska
Am 08.06.2014 10:37, schrieb Mike Solomon: On Jun 7, 2014, at 10:43 PM, Mauren Berti wrote: Hello! I am writing a software as my graduation project which captures audio and generates a .ly file. I'd like to embed Lilypond as a library in my software, so that it can generate the .pdf file di

Missing font for IPA character

2014-06-08 Thread Oliver Giles
Hello all, I'm struggling to output IPA characters as part of lyrics for a singing exercise; this example (UTF-8 encoding): : << : \relative c' { f } : \addlyrics { ɔ } : >> produces the warning : no PostScript font name for font `/usr/share/fonts/100dpi/ncenR24.pcf.gz' : FreeType face has no Pos

Re: Changing default font size

2014-06-08 Thread tisimst
Jan-Peter Voigt wrote > ... it didn't make its way into the lilypond-codebase ... Jan-Peter, Thank you for sharing this. In some ways I can see why the default behavior is to scale the default text size with the staff size (since the focus is more on the music than on any accompanying text), but

Re: Missing font for IPA character

2014-06-08 Thread Thomas Morley
2014-06-08 12:02 GMT+02:00 Oliver Giles : > Hello all, > > I'm struggling to output IPA characters as part of lyrics for a singing > exercise; > this example (UTF-8 encoding): > : << > : \relative c' { f } > : \addlyrics { ɔ } > : >> > produces the warning > : no PostScript font name for font `/us

Re: Missing font for IPA character

2014-06-08 Thread tisimst
Oliver, Normally, you can also try using an explicit call to grab the unicode character, as outlined here: http://www.lilypond.org/doc/v2.17/Documentation/notation/special-characters#unicode However, the err

Re: Can header items be footnoted?

2014-06-08 Thread Patrick or Cynthia Karl
In lilypond-user Digest, Vol 139, Issue 21 Pierre Perol-Schneider wrote: > Message: 4 > Date: Sun, 8 Jun 2014 10:29:32 +0200 > From: Pierre Perol-Schneider > Subject: Re: Can header items be footnoted? > > 2014-06-07 19:34 GMT+02:00 Patrick or Cynthia Karl : > > >> The result was a title of "M

Re: Changing default font size

2014-06-08 Thread David Kastrup
tisimst writes: > With the release of LilyPond 2.20 happening relatively soon, Man, I really can't keep up with news these days. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-us

\with-url for markup that is \epsfile doesn't work.

2014-06-08 Thread Richard Shann
If I put some markup at the end of a score like this \markup {\with-url #'"some url" \epsfile #X #100 #"filename.eps" } the filename.eps is displayed after the music, but there is no hotspot for the link as there would be if it was just some text there. It would be nice if the user could click a

Re: \with-url for markup that is \epsfile doesn't work.

2014-06-08 Thread Thomas Morley
2014-06-08 17:39 GMT+02:00 Richard Shann : > If I put some markup at the end of a score like this > > \markup {\with-url #'"some url" \epsfile #X #100 #"filename.eps" } > > the filename.eps is displayed after the music, but there is no hotspot > for the link as there would be if it was just some te

Re: Missing font for IPA character

2014-06-08 Thread Oliver
On Sun, Jun 8, 2014 at 12:45 , Thomas Morley wrote: 2014-06-08 12:02 GMT+02:00 Oliver Giles : Hello all, I'm struggling to output IPA characters as part of lyrics for a singing exercise; this example (UTF-8 encoding): : << : \relative c' { f } : \addlyrics { ɔ } : >> produces the war

Re: Lilypond as a library

2014-06-08 Thread Mauren Berti
Thanks, I'm gonna take a look. Cheers, Mauren. *Mauren Ribeiro Berti* Computer Science & Software Development mauren.berti.nom.br 2014-06-08 5:37 GMT-03:00 Mike Solomon : > On Jun 7, 2014, at 10:43 PM, Mauren Berti wrote: > > Hello! > > I am writing a software as my graduation project which