Re: Text centralized above a TextSpan

2015-09-22 Thread Trevor Daniels
David Nalesnik wrote Monday, September 21, 2015 5:13 PM > I'm attaching a rewrite of the code which allows an easy mix of > markups/strings and interprets hyphens as connectors. > Now there's no need for a TextSpanner.connectors property. ... and hardly any need for the

Re: Multiple scores in a single document

2015-09-22 Thread Kieren MacMillan
Hi Wol (et al.), > Multiple scores are for multiple movements of the same work. Not precisely… \bookpart will always start a new page, and sometimes you want/need to start a new piece (n.b., not just another movement of the “same work”) without a page break. > I wanted to put multiple parts

Re: syntactic equivalent for if __name__ == '__main__' in lilypond

2015-09-22 Thread Urs Liska
Am 22. September 2015 07:41:35 MESZ, schrieb Urs Liska : > > >Am 22. September 2015 07:31:12 MESZ, schrieb Mike Solomon >: >>Hey all, >> >>I’m developing a score where I’m including a lot of smaller .ily files >>into a bigger one and I often want to

Re: How to correctly compile the Messiah from Neuvar's Site.

2015-09-22 Thread Martin Tarenskeen
On Tue, 22 Sep 2015, Martin Tarenskeen wrote: The Messiah score is compiled using a Makefile. If you have GNU make installed on your system, just go inside the "Messiah" directory and type make on the commandline and then everything should be compiled. Well, that's what I hoped for, but

Re: Subdivide beams in triplets

2015-09-22 Thread David Kastrup
Nick McManus writes: > Hi all, > > I'm having some trouble achieving subdivided beams in this particular > example: > > \version "2.18.2" > > \relative c''{ > \set subdivideBeams = ##t > \set baseMoment = #(ly:make-moment 1 8) > \tuplet 9/4 {a16 bes a bes c bes c

Re: Multiple scores in a single document

2015-09-22 Thread tisimst
On 9/22/2015 12:06 PM, Simon Albrecht-2 [via Lilypond] wrote: > On 22.09.2015 19:53, T. Michael Sommers wrote: > > Is it possible to have multiple independent scores in a single > document, > > Of course it’s possible: just use more than one \score {} block. > > > with each score having its own

Re: Multiple scores in a single document

2015-09-22 Thread Wols Lists
On 22/09/15 19:08, tisimst wrote: > > On 9/22/2015 12:06 PM, Simon Albrecht-2 [via Lilypond] wrote: > >> On 22.09.2015 19:53, T. Michael Sommers wrote: >> > Is it possible to have multiple independent scores in a single >> document, >> >> Of course it’s possible: just use more than one \score {}

Re: Multiple scores in a single document

2015-09-22 Thread Simon Albrecht
On 22.09.2015 19:53, T. Michael Sommers wrote: Is it possible to have multiple independent scores in a single document, Of course it’s possible: just use more than one \score {} block. with each score having its own title, composer, arranger, and so forth? From what I can see, if a score

Multiple scores in a single document

2015-09-22 Thread T. Michael Sommers
Is it possible to have multiple independent scores in a single document, with each score having its own title, composer, arranger, and so forth? From what I can see, if a score has those items in its header, they are ignored. Thanks. -- T.M. Sommers -- tmsomme...@gmail.com -- ab2sb

Re: Multiple scores in a single document

2015-09-22 Thread tisimst
On 9/22/2015 12:40 PM, Kieren MacMillan [via Lilypond] wrote: > Hi Wol (et al.), > > > Multiple scores are for multiple movements of the same work. > > Not precisely… \bookpart will always start a new page, and sometimes > you want/need to start a new piece (n.b., not just another movement of >

Re: Text centralized above a TextSpan

2015-09-22 Thread David Nalesnik
On Tue, Sep 22, 2015 at 4:23 PM, Simon Albrecht wrote: I made an essay on a simpler input interface, which redefines > \startTextSpan as a music function. That would be much preferable at least > in my eyes. What do you think? If you can get this working, it would be a

Re: Text centralized above a TextSpan

2015-09-22 Thread Simon Albrecht
On 21.09.2015 18:13, David Nalesnik wrote: On Mon, Sep 21, 2015 at 8:41 AM, David Kastrup > wrote: David Nalesnik > writes: > Here's a preliminary experiment with using \lyricmode as

Re: Text centralized above a TextSpan

2015-09-22 Thread Simon Albrecht
On 22.09.2015 22:03, Trevor Daniels wrote: David Nalesnik wrote Monday, September 21, 2015 5:13 PM I'm attaching a rewrite of the code which allows an easy mix of markups/strings and interprets hyphens as connectors. Now there's no need for a TextSpanner.connectors property. ... and hardly

Re: Text centralized above a TextSpan

2015-09-22 Thread David Kastrup
Simon Albrecht writes: > I made an essay on a simpler input interface, which redefines > \startTextSpan as a music function. That would be much preferable at > least in my eyes. What do you think? > (I hope there wouldn’t be any merge conflicts here…) > However, I’m

Re: How to correctly compile the Messiah from Neuvar's Site.

2015-09-22 Thread Michael Gerdau
> > Invoke > > > > make help > > I am on Linux. > make help > make: *** No rule to make target `help'. Stop. Apparently I only did this with the Makefile that comes with the Messiah Score as downloaded from the website and not with the one from the git repository. Sorry for that confusion.

Re: Text centralized above a TextSpan

2015-09-22 Thread David Nalesnik
Hi Trevor, On Tue, Sep 22, 2015 at 3:03 PM, Trevor Daniels wrote: > > ... and hardly any need for the text-spanner-line-count, as it's easy > to split up the text by system (since manual breaks are needed > anyway to control the placement) like this: > > music =

Re: How to correctly compile the Messiah from Neuvar's Site.

2015-09-22 Thread Michael Gerdau
All the rights required on the Makefile are read rights. Execute and write are not needed. Invoke make help to get a list of possible targets. Issuing make Haendel/Oratorio/Messiah did create the Full Messiah score on my 2.19.27 system. However there are a couple of double group

Re: How to correctly compile the Messiah from Neuvar's Site.

2015-09-22 Thread BB
On 22.09.2015 18:02, Michael Gerdau wrote: All the rights required on the Makefile are read rights. Execute and write are not needed. Invoke make help I am on Linux. make help make: *** No rule to make target `help'. Stop. to get a list of possible targets. Issuing make

Re: How to correctly compile the Messiah from Neuvar's Site.

2015-09-22 Thread tisimst
On 9/22/2015 10:15 AM, BB-3 [via Lilypond] wrote: > > > On 22.09.2015 18:02, Michael Gerdau wrote: > > Issuing > > make Haendel/Oratorio/Messiah > > Seems to work with some warnings. But at least > > schwerer Fehler: Schriftart kann nicht gefunden werden: »scorlatti-11« > make: ***

Re: How to correctly compile the Messiah from Neuvar's Site.

2015-09-22 Thread Martin Tarenskeen
On Tue, 22 Sep 2015, Michael Gerdau wrote: I am needing help correctly compiling Handel's Messiah from the following website: http://nicolas.sceaux.free.fr/index.php/2009/06/20/40 So you need to insert \version "2.13.8" at the top of each file (*.ly and *.ily) and then apply convert-ly to

Re: How to correctly compile the Messiah from Neuvar's Site.

2015-09-22 Thread Michael Gerdau
> >> I am needing help correctly compiling Handel's Messiah from the > >> following > >> website: > >> > >> http://nicolas.sceaux.free.fr/index.php/2009/06/20/40 > > You can use the convert-ly option -f "2.13.8" if not all ly and ily files > have a \version statement. On the commandline it is

Re: proportional notation problem

2015-09-22 Thread Simon Albrecht
On 22.09.2015 01:12, Neil Thornock wrote: Thanks Simon. Sample code: \transpose c c' { << { 16 q q q q q q q q q q q \times 2/3 { q8 q q } } \\ { \times 2/3 { des'4 des'8 } \times 2/3 { b8\rest 8 q } \times 2/3 { q q q } q q } >> } Simple solution: Use two

Re: How to correctly compile the Messiah from Neuvar's Site.

2015-09-22 Thread Simon Albrecht
On 22.09.2015 08:26, Martin Tarenskeen wrote: On Tue, 22 Sep 2015, Martin Tarenskeen wrote: The Messiah score is compiled using a Makefile. If you have GNU make installed on your system, just go inside the "Messiah" directory and type make on the commandline and then everything should be

Re: How to correctly compile the Messiah from Neuvar's Site.

2015-09-22 Thread BB
I just tried the given commandline and found that it only works as make Rameau/Opera/IndesGalantes1735 concert but ends with an error message. /home/mydirectory/nenuvar-master/common/markup.ily:660:6: Unbound variable: location make: *** [Rameau/Opera/IndesGalantes1735] Error 1 May be that

Re: How to correctly compile the Messiah from Neuvar's Site.

2015-09-22 Thread BB
I think I might be wrong with the rights ? Bit try the following: Download files from https://github.com/nsceaux/nenuvar unpack the tared/zipped file And read the last lines on the githup page: To get the list of possible targets, try: $ grep -e "^[^ .]*:" Makefile For instance, to build Les

Re: How to correctly compile the Messiah from Neuvar's Site.

2015-09-22 Thread BB
If you investigate the rights of the Makefile you will find that they are read and write but NOT execute. To excute it, you have to make it executable. May be that is not the only problem but I think the first of propably many following ... On 22.09.2015 11:51, Simon Albrecht wrote: On

Re: How to correctly compile the Messiah from Neuvar's Site.

2015-09-22 Thread Joel Ebel
I filed a bug last October that some of the parts wouldn't compile with 2.18. I think I wound up building those parts with 2.13, and the rest with 2.18. https://github.com/nsceaux/nenuvar/issues/9 ___ lilypond-user mailing list lilypond-user@gnu.org

Re: How to correctly compile the Messiah from Neuvar's Site.

2015-09-22 Thread BB
Some follow up with a guess: If you only load a segment of that bunch of directories the structure of directories and files might be not fit to the structure expected in the Makefile. You can read the Makefiles with a text editor and adapt it. I have done that last time five years ago and are

Re: How to correctly compile the Messiah from Neuvar's Site.

2015-09-22 Thread David Kastrup
BB writes: > I just tried the given commandline and found that it only works as > > make Rameau/Opera/IndesGalantes1735 concert > > but ends with an error message. > > /home/mydirectory/nenuvar-master/common/markup.ily:660:6: Unbound > variable: location > make: ***