Re: scholarly/annotate

2015-11-04 Thread Craig Dabelstein
Hi Urs, Thanks for your detailed email. I agree wholeheartedly with your examples 1-4 above -- these would all be very useful for me. The score I'm working on (900-page handwritten manuscript from 1842) has natural horns and trumpets, and clarinets and flutes that change keys regularly throughout.

Re: Automated processing of multiple books

2015-11-04 Thread David Kastrup
Simon Albrecht writes: > On 04.11.2015 20:36, David Kastrup wrote: >> Simon Albrecht writes: >> >>> On 04.11.2015 19:24, David Kastrup wrote: Simon Albrecht writes: > This compiles fine inasmuch as the output is just as intended, but it > does sport a: > > <0>"/home/si

Re: Automated processing of multiple books

2015-11-04 Thread Simon Albrecht
On 04.11.2015 20:36, David Kastrup wrote: Simon Albrecht writes: On 04.11.2015 19:24, David Kastrup wrote: Simon Albrecht writes: This compiles fine inasmuch as the output is just as intended, but it does sport a: <0>"/home/simon/lilypond/tests/wrap-multiple-books.ly:17:1: error: bad expr

Re: Automated processing of multiple books

2015-11-04 Thread David Kastrup
Simon Albrecht writes: > On 04.11.2015 19:24, David Kastrup wrote: >> Simon Albrecht writes: >> >>> This compiles fine inasmuch as the output is just as intended, but it >>> does sport a: >>> >>> <0>"/home/simon/lilypond/tests/wrap-multiple-books.ly:17:1: error: bad >>> expression type >>> >>> \

Re: A command-line wrapper for OpenLilyLIb

2015-11-04 Thread Urs Liska
Am 04.11.2015 um 17:01 schrieb Simon Albrecht: > On 04.11.2015 14:59, Matteo Ceccarello wrote: >> Hello everybody, >> >> I just implemented a small command line tool that I hope will simplify >> the use of OpenLilyLib [1] in multiple projects. You can find a >> motivating example in a blog post [2]

Re: Automated processing of multiple books

2015-11-04 Thread Simon Albrecht
On 04.11.2015 19:24, David Kastrup wrote: Simon Albrecht writes: Hello, I have written a Scheme function to automatically produce all parts given through a symbol-list. Here is a boiled-down, dummy example: \version "2.19.28" printParts = #(define-scheme-function (abbrs) (symbol-

Re: Automated processing of multiple books

2015-11-04 Thread David Kastrup
Simon Albrecht writes: > Hello, > > I have written a Scheme function to automatically produce all parts > given through a symbol-list. Here is a boiled-down, dummy example: > > \version "2.19.28" > printParts = > #(define-scheme-function (abbrs) (symbol-list-or-symbol?) >(let ((a

Re: Dialogue text automatically spanning over multiple lines/pages

2015-11-04 Thread David Kastrup
Kieren MacMillan writes: > Hi Yannick, > >> I would like to have a way to tell Lilypond : "Say this over measures >> 1 to 10" (some long text) then "say this over measure 12 and 13". >> >> Is there such a functionality, or some trick to achieve it ? > > No simple way to do it currently, as far a

Automated processing of multiple books

2015-11-04 Thread Simon Albrecht
Hello, I have written a Scheme function to automatically produce all parts given through a symbol-list. Here is a boiled-down, dummy example: \version "2.19.28" printParts = #(define-scheme-function (abbrs) (symbol-list-or-symbol?) (let ((abbrs (if (symbol? abbrs) (list abbrs) a

Re: Dialogue text automatically spanning over multiple lines/pages

2015-11-04 Thread Kieren MacMillan
Hi Yannick, > I would like to have a way to tell Lilypond : "Say this over measures > 1 to 10" (some long text) then "say this over measure 12 and 13". > > Is there such a functionality, or some trick to achieve it ? No simple way to do it currently, as far as I know. I have been offering to sp

Dialogue text automatically spanning over multiple lines/pages

2015-11-04 Thread Yannick CHARLES
Hello ! I would like to write a dialogue text on a score in such a way that the text automatically spans over multiple lines or page, a bit like what is done with lyrics : \version "2.18.2" melody = \relative c'' { \key c \major \time 4/4 \repeat unfold 172 c4 } verse = \lyricmode { Lor

Re: A command-line wrapper for OpenLilyLIb

2015-11-04 Thread Simon Albrecht
On 04.11.2015 14:59, Matteo Ceccarello wrote: Hello everybody, I just implemented a small command line tool that I hope will simplify the use of OpenLilyLib [1] in multiple projects. You can find a motivating example in a blog post [2]. The tool itself, together with installation instructions

Re: Website down?

2015-11-04 Thread Simon Albrecht
On 04.11.2015 02:45, Devin wrote: It is a real bummer that the website was down today, because I was trying to show my guitar student the software. He has a Mac and I am unfamiliar with how to install Lilypond onto a Mac from Github. In case it happens again: the download links are also contai

Re: A command-line wrapper for OpenLilyLIb

2015-11-04 Thread Mark Knoop
At 14:59 on 04 Nov 2015, Matteo Ceccarello wrote: >I just implemented a small command line tool that I hope will simplify >the use of OpenLilyLib [1] in multiple projects. You can find a >motivating example in a blog post [2]. The tool itself, together with >installation instructions and a small tu

A command-line wrapper for OpenLilyLIb

2015-11-04 Thread Matteo Ceccarello
Hello everybody, I just implemented a small command line tool that I hope will simplify the use of OpenLilyLib [1] in multiple projects. You can find a motivating example in a blog post [2]. The tool itself, together with installation instructions and a small tutorial can be found on Github [3

Re: scholarly/annotate

2015-11-04 Thread Urs Liska
OK, now I'm back again ... As said you should tell me what you want to achieve. - What do you want to communicate? - How (and where) do you think that should be visualized? - How do you think should it be encoded in the annotation? (This goes for your current example or any others you came across

Re: Website down?

2015-11-04 Thread Jacques Menu
Hello Urs, Oops, my mistake, of course github is hosted elsewhere… JM > Le 4 nov. 2015 à 10:41, Urs Liska a écrit : > > > > Am 04.11.2015 um 10:33 schrieb Jacques Menu: >> Hello Devin, >> >> Why not install LP on a Mac from a downloaded image directly? >> That’s available at http://www.lil

Re: Website down?

2015-11-04 Thread Urs Liska
Am 04.11.2015 um 10:33 schrieb Jacques Menu: > Hello Devin, > > Why not install LP on a Mac from a downloaded image directly? > That’s available at http://www.lilypond.org/macos-x.fr.html . Because when he intended to do so lilypond.org couldn't be reached. Now I could access it so it may be th

Re: Website down?

2015-11-04 Thread Jacques Menu
Hello Devin, Why not install LP on a Mac from a downloaded image directly? That’s available at http://www.lilypond.org/macos-x.fr.html . JM > Le 4 nov. 2015 à 02:45, Devin a écrit : > > Hi All, > > It is a real bummer that the website was down today, because I was trying to > show my guitar