Re: Custom note heads in multi-staff documents

2011-09-20 Thread m...@apollinemike.com
On Sep 21, 2011, at 1:53 AM, Trevor Daniels wrote: > > > 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 th

Re: Custom note heads in multi-staff documents

2011-09-20 Thread Trevor Daniels
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 might be an a more promisi

Re: acciaccatura and incipit

2011-09-20 Thread Thomas Morley
2011/9/21 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) (paddi

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 >> >>> >>> Hi, Harm -- >>> >>> On Thu, Sep 15, 2011 at 6:18 PM, harm6 >>> wrote: >>> I tested your definitions with a longer exampl

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 bot

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"

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: How to reset a SystemStartBracket-override?

2011-09-20 Thread Thomas Morley
2011/9/20 Neil Puttock > On 20 September 2011 21:17, harm6 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 > H

Re: How to reset a SystemStartBracket-override?

2011-09-20 Thread Neil Puttock
On 20 September 2011 21:33, Neil Puttock 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 Neil Puttock
On 20 September 2011 21:17, harm6 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 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 a

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 #'s

Re: building faillure

2011-09-20 Thread Phil Holmes
- Original Message - From: "Phil Holmes" To: "Bernardo Barros" Cc: "Devel" ; "lilypond-user" Sent: Tuesday, September 20, 2011 5:32 PM Subject: Re: building faillure - Original Message - From: "Bernardo Barros" To: "Phil Holmes" Cc: "lilypond-user" ; "Devel" Sent: Tu

Re: building faillure

2011-09-20 Thread Phil Holmes
- Original Message - From: "Bernardo Barros" To: "Phil Holmes" Cc: "lilypond-user" ; "Devel" Sent: Tuesday, September 20, 2011 5:11 PM Subject: Re: building faillure Phil: I can confirm your solution avoided the problem, thanks a bunch! Think I'll add this to the tracker tomorr

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

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 me

Re: substitution for numerator

2011-09-20 Thread Wilbert Berendsen
Op Mon, 19 Sep 2011 20:42:21 +0200 Stefan Thomas 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 c' { > \times 2/3 {c8 d e

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: building faillure

2011-09-20 Thread Phil Holmes
- Original Message - From: "Bernardo Barros" To: "Phil Holmes" Cc: "lilypond-user" Sent: Monday, September 19, 2011 6:48 PM Subject: Re: building faillure Here it is, thanks (Copying to devel. Problem is a build failure on Fedora. Original text is on user). What seems to be h