Re: Allows minimum-length to work for end-of-line spanners. (issue 7453046)

2013-03-09 Thread dak
On 2013/03/09 07:18:50, mike7 wrote: On 8 mars 2013, at 14:10, mailto:d...@gnu.org wrote: https://codereview.appspot.com/7453046/diff/1/input/regression/minimum-length-end-line.ly File input/regression/minimum-length-end-line.ly (right):

Back on board

2013-03-09 Thread Ian Hulin
Hi all, This is just to let you know I'm finally back home working from my desktop machine after a long break without access to an Internet connection. I'm just catching up with posts on the various Lily mailing lists, so please excuse me if I appear to comment on posts that are well over a

Re: Back on board

2013-03-09 Thread David Kastrup
Ian Hulin i...@hulin.org.uk writes: This is just to let you know I'm finally back home working from my desktop machine after a long break without access to an Internet connection. I'm just catching up with posts on the various Lily mailing lists, so please excuse me if I appear to comment

Merging translation and new \relative

2013-03-09 Thread Jean-Charles Malahieude
Hi David, What would be more appropriate to have master-translation-staging ? Before applying tracker 3229, between 3229 and 3231, or after 3231? Cheers, Jean-Charles ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: Notation Reference doc addition: Techniques Specific to Lyrics

2013-03-09 Thread David Kastrup
Guy Stalnaker jimmyg...@gmail.com writes: Add to this page after the section for Divisi lyrics at the bottom: http://lilypond.org/doc/v2.16/Documentation/notation/techniques-specific-to-lyrics The following is based on this page for Temporary polyphonic passages.

Re: Merging translation and new \relative

2013-03-09 Thread David Kastrup
Jean-Charles Malahieude lily...@orange.fr writes: Hi David, What would be more appropriate to have master-translation-staging ? Before applying tracker 3229, between 3229 and 3231, or after 3231? No rush here. For one thing, 3231 will happen before 3229. Since 3231 changes about one or

Re: Merging translation and new \relative

2013-03-09 Thread Jean-Charles Malahieude
Le 09/03/2013 18:03, David Kastrup disait : Jean-Charles Malahieude lily...@orange.fr writes: Hi David, What would be more appropriate to have master-translation-staging ? Before applying tracker 3229, between 3229 and 3231, or after 3231? [...] So in short: no rush to do anything just

Staging broken - fails make doc

2013-03-09 Thread James
I'll take a look and see if I can see what it is. James ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Staging broken - fails make doc

2013-03-09 Thread James
Hello On 9 March 2013 21:44, James pkx1...@gmail.com wrote: I'll take a look and see if I can see what it is. James It's in the French Translations --snip-- l.10 commande @cod @code{\tuplet}. HERE! ? ./c2/lily-10413738.texidocfr:10: Emergency stop. l.10

Re: Allows minimum-length to work for end-of-line spanners. (issue 7453046)

2013-03-09 Thread m...@mikesolomon.org
On 9 mars 2013, at 09:51, d...@gnu.org wrote: On 2013/03/09 07:18:50, mike7 wrote: On 8 mars 2013, at 14:10, mailto:d...@gnu.org wrote: https://codereview.appspot.com/7453046/diff/1/input/regression/minimum-length-end-line.ly File input/regression/minimum-length-end-line.ly (right):

Re: Adds Ferneyhough hairpins to LilyPond. (issue 7615043)

2013-03-09 Thread thomasmorley65
Hi Mike, decrescendo doesn't work!! My idea about drag-hairpin seems not too hard to implement, ofcourse there would be need to do a clean definition of the property, currently LilyPond returns a unsurprisingly warning: #(define-public ((elbowed-hairpin coords mirrored?) grob) (define

Re: Staging broken - fails make doc

2013-03-09 Thread David Kastrup
James pkx1...@gmail.com writes: Hello On 9 March 2013 21:44, James pkx1...@gmail.com wrote: I'll take a look and see if I can see what it is. James It's in the French Translations La propriété @code{tupletSpannerDuration} spécifie la longueur voulue de chaque

Re: build: missing explicit dependency?

2013-03-09 Thread Julien Rioux
On 05/03/2013 11:07 AM, Francisco Vila wrote: 2013/3/3 James pkx1...@gmail.com: On 2 March 2013 16:54, Francisco Vila paconet@gmail.com wrote: Hello. When trying to build lilypond, I had to install the texlive-metapost package which the autogen.sh did not ask for. Is this a flaw of the

Re: Alternative pixel-based regtest checker

2013-03-09 Thread Julien Rioux
On 01/03/2013 2:15 PM, Phil Holmes wrote: 4 files attached. To try this out: create a new directory and place NoTagline.ly in it. Create a subdirectory called input and put some regtest files in there. Run MakeOldPix.sh. Make a change to lilypond. Run MakeNewPix.sh. Run ComparePix.sh. Om

Re: Staging broken - fails make doc

2013-03-09 Thread David Kastrup
David Kastrup d...@gnu.org writes: Removed that commit fron staging. It should be fixed in the translation branch. I mean: it is currently broken in the translation branch and should get fixed in the translation branch before trying the merge again. -- David Kastrup

Re: Allows slurs to break at barlines. (issue 7424049)

2013-03-09 Thread mike
On 8 mars 2013, at 13:54, d...@gnu.org wrote: https://codereview.appspot.com/7424049/diff/19022/ly/spanners-init.ly File ly/spanners-init.ly (right): https://codereview.appspot.com/7424049/diff/19022/ly/spanners-init.ly#newcode114 ly/spanners-init.ly:114: breakSlur = #(make-music

Re: Adds Ferneyhough hairpins to LilyPond. (issue 7615043)

2013-03-09 Thread m...@mikesolomon.org
On 10 mars 2013, at 01:47, thomasmorle...@googlemail.com wrote: Hi Mike, decrescendo doesn't work!! Yikes! Will fix. Thanks for spotting this. My idea about drag-hairpin seems not too hard to implement, ofcourse there would be need to do a clean definition of the property, currently