Re: building faillure

2011-09-20 Thread Phil Holmes
- Original Message - From: Bernardo Barros bernardobarr...@gmail.com To: Phil Holmes m...@philholmes.net Cc: lilypond-user lilypond-user@gnu.org Sent: Monday, September 19, 2011 6:48 PM Subject: Re: building faillure Here it is, thanks (Copying to devel. Problem is a build failure

Re: svg output

2011-09-20 Thread Peter O'Doherty
Sorry for the noise. I was using the wrong version of lilypond. Many thanks, Peter On 09/19/2011 10:44 PM, Gerard McConnell wrote: I don't know if this is any help, but with JEdit %lilypond -dbackend=svg %buffer works fine. That is, whatever is in the buffer gets output as an SVG file. Gerard

Re: substitution for numerator

2011-09-20 Thread Wilbert Berendsen
Op Mon, 19 Sep 2011 20:42:21 +0200 Stefan Thomas kontrapunktste...@googlemail.com schreef: Dear Jan-Peter, I would like to create a music function which allows You to build a slur lasting some eigth-triplet and some sixtheenth-quintuplet notes. I dream of something like: music = \relative

2.15.11 on PPC

2011-09-20 Thread Stan Sanderson
Lilypond 2.15.11 for Mac OS X PPC downloaded from the Lilypond.org site appears to contain an incorrect binary. When decompressed, the application icon is covered by a circle and slash. If I look at the package contents, navigate to the Lilypond binary and attempt to execute it, the following

Re: building faillure

2011-09-20 Thread Bernardo Barros
Phil: I can confirm your solution avoided the problem, thanks a bunch! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: building faillure

2011-09-20 Thread Phil Holmes
- Original Message - From: Bernardo Barros bernardobarr...@gmail.com To: Phil Holmes m...@philholmes.net Cc: lilypond-user lilypond-user@gnu.org; Devel lilypond-de...@gnu.org Sent: Tuesday, September 20, 2011 5:11 PM Subject: Re: building faillure Phil: I can confirm your solution

Re: building faillure

2011-09-20 Thread Phil Holmes
- Original Message - From: Phil Holmes m...@philholmes.net To: Bernardo Barros bernardobarr...@gmail.com Cc: Devel lilypond-de...@gnu.org; lilypond-user lilypond-user@gnu.org Sent: Tuesday, September 20, 2011 5:32 PM Subject: Re: building faillure - Original Message - From:

Custom note heads in multi-staff documents

2011-09-20 Thread m...@apollinemike.com
Hey all, I'm working on a piece that uses a fair bit of spoken text. The best solution I've found so far to typeset X amount of spoken text in measure Y is : \version 2.14.0 textnote = #(define-music-function (parser location music marky) (ly:music? markup?) #{ \once \override NoteHead

Re: How to reset a SystemStartBracket-override?

2011-09-20 Thread harm6
Hi David; David Nalesnik-2 wrote: Hi Harm, It seems that you have to treat SystemStartBracket as a broken spanner in this case.. Hi, again -- Thanks for the hint, I didn't know that. Following this advice further work was quite simple. Attached is a extension of this which allows

Re: How to reset a SystemStartBracket-override?

2011-09-20 Thread Neil Puttock
On 20 September 2011 21:17, harm6 thomasmorle...@googlemail.com wrote: Is there a better or easier way to get this output? You don't need to hack SystemStartBracket stencil. Just set instrumentName in the StaffGroup (and change the alignment via self-alignment). Cheers, Neil

Re: How to reset a SystemStartBracket-override?

2011-09-20 Thread Neil Puttock
On 20 September 2011 21:33, Neil Puttock n.putt...@gmail.com wrote: self-alignment). self-alignment-X of course :) Cheers, Neil ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to reset a SystemStartBracket-override?

2011-09-20 Thread Thomas Morley
2011/9/20 Neil Puttock n.putt...@gmail.com On 20 September 2011 21:17, harm6 thomasmorle...@googlemail.com wrote: Is there a better or easier way to get this output? You don't need to hack SystemStartBracket stencil. Just set instrumentName in the StaffGroup (and change the alignment via

Re: substitution for numerator

2011-09-20 Thread Gilles
music = \relative c' { \times 2/3 {c8 d e } \times 4/5 {c16 a g f e } } slurs = { \tripletquintupletslur #2 #5 % the slur lasts 2 triplet and 5 quintuplet notes } \new Staff { \context Voice { \music} {\slurs }} %% You can attach slur to invisible rests and melt them together

Re: building faillure

2011-09-20 Thread Graham Percival
On Tue, Sep 20, 2011 at 10:08:26AM +0100, Phil Holmes wrote: $(outdir)/general-scheme.o: $(outdir)/version.hh $(outdir)/lily-guile.o: $(outdir)/version.hh $(outdir)/lily-version.o: $(outdir)/version.hh ... Graham: git grep version.hh gives: lily/general-scheme.cc:#include version.hh

acciaccatura and incipit

2011-09-20 Thread Mario Moles
Hi! I'm sorry for the long code but i don't understand what the error is in this code! The \time code is out! Thank's! \version 2.14.0 % \include gui.ly \paper { between-system-spacing = #'((space . 12) (minimum-distance . 8) (padding . 1)) ragged-bottom=##f ragged-last-bottom=##f

Re: centering text on a measure

2011-09-20 Thread harm6
David Nalesnik-2 wrote: On Fri, Sep 16, 2011 at 3:49 PM, Thomas Morley thomasmorle...@googlemail.com wrote: 2011/9/16 David Nalesnik david.nales...@gmail.com Hi, Harm -- On Thu, Sep 15, 2011 at 6:18 PM, harm6 thomasmorle...@googlemail.comwrote: I tested your definitions with a

Re: acciaccatura and incipit

2011-09-20 Thread Thomas Morley
2011/9/21 Mario Moles mario-mo...@libero.it ** Hi! I'm sorry for the long code but i don't understand what the error is in this code! The \time code is out! Thank's! \version 2.14.0 % \include gui.ly \paper { between-system-spacing = #'((space . 12) (minimum-distance . 8)

Re: Custom note heads in multi-staff documents

2011-09-20 Thread Trevor Daniels
m...@apollinemike.com Tuesday, September 20, 2011 8:31 PM I'm working on a piece that uses a fair bit of spoken text. Does anyone have any suggestions as to: (1) A better way to do this; and/or (2) If there is no better way, how to fix the horizontal spacing problem above? Mike, this