Re: chicken-and-egg problem with \addquote

2004-09-06 Thread Jan Nieuwenhuizen
Mats Bengtsson writes: > Since it seems this was relatively easy to solve, would it be > possible to do something similar to \lyricsto, so you could > do > << >\lyricsto musicbelow ... >\context Voice = musicbelow ... > >> Why not just supporting lyrics above music directly, using or sim

Re: chicken-and-egg problem with \addquote

2004-09-06 Thread Mats Bengtsson
Ah, I understand now. It's not really a fundamental problem, rather the expansion of \quote should be delayed until the music is added to \score. I'll have look over the weekend. Since it seems this was relatively easy to solve, would it be possible to do something similar to \lyricsto, so you cou

Re: chicken-and-egg problem with \addquote

2004-09-05 Thread Werner LEMBERG
> > Here a full example (tested with a CVS version around 2004-08-08; > > yesterday's version of the CVS didn't compile). As you can see in > > the image below, there are no quotes. > > this is fixed in 2.3 CVS. Not for me; additionally I get a nasty segfault. Since I don't have much time curre

Re: chicken-and-egg problem with \addquote

2004-09-05 Thread Bertalan Fodor
If Jan could build a new guile we could try it. I wasn't able to build guile on cygwin. Bert BTW, does lilypond CVS compile on cygwin again? I mean, are these guile crashes fixed yet? ___ lilypond-devel mailing list [EMAIL PROTECTED] http://lists.gn

Re: chicken-and-egg problem with \addquote

2004-09-05 Thread Arno Waschk
BTW, does lilypond CVS compile on cygwin again? I mean, are these guile crashes fixed yet? Thanks, Arno On Sun, 5 Sep 2004 14:19:15 +0200, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] writes: Here a full example (tested with a CVS version around 2004-08-08; yesterday's versio

Re: chicken-and-egg problem with \addquote

2004-09-05 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > Here a full example (tested with a CVS version around 2004-08-08; > yesterday's version of the CVS didn't compile). As you can see in the > image below, there are no quotes. > this is fixed in 2.3 CVS. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://ww

Re: chicken-and-egg problem with \addquote

2004-09-03 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > I don't understand. The cue notes are not in the real part, rather > > they should be in separate voices (to set font sizes and stem > > directions etc.) > > > > > > A = { .. << { ..A's stuff.. } > > \quote "qB" 1 >> .. } > > > > B = { .. <

Re: chicken-and-egg problem with \addquote

2004-09-03 Thread Werner LEMBERG
> yesterday's version of the CVS didn't compile). Today's version doesn't either (already reported to this list): simple-spacer.cc: In function `scm_unused_struct* ly_solve_spring_rod_problem(scm_unused_struct*, scm_unused_struct*, scm_unused_struct*, scm_unused_struct*)': simple-spacer.

Re: chicken-and-egg problem with \addquote

2004-09-03 Thread Werner LEMBERG
> I don't understand. The cue notes are not in the real part, rather > they should be in separate voices (to set font sizes and stem > directions etc.) > > > A = { .. << { ..A's stuff.. } > \quote "qB" 1 >> .. } > > B = { .. << { ..B's stuff.. } > \quote "

chicken-and-egg problem with \addquote

2004-09-02 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > I stumbled across a chicken-and-egg problem with \addquote which must > be resolved to make it usable in real-life situations. > > Assume that I have music for two voices, \A and \B. \A has cue notes > from \B, and \B has cue notes from \A: >

Re: chicken-and-egg problem with \addquote

2004-09-02 Thread Werner LEMBERG
> > Assume that I have music for two voices, \A and \B. \A has cue notes > > from \B, and \B has cue notes from \A: > > > > A = { ... \quote "qB" 1 ... } > > B = { ... \quote "qA" 1 ... } > > > > \addquote "qA" \A > > \addquote "qB" \B > > Can't you first define the music of each voices i

Re: chicken-and-egg problem with \addquote

2004-09-02 Thread Nicolas Sceaux
Werner LEMBERG <[EMAIL PROTECTED]> writes: > I stumbled across a chicken-and-egg problem with \addquote which must > be resolved to make it usable in real-life situations. > > Assume that I have music for two voices, \A and \B. \A has cue notes > from \B, and \B has cue n

chicken-and-egg problem with \addquote

2004-09-02 Thread Werner LEMBERG
I stumbled across a chicken-and-egg problem with \addquote which must be resolved to make it usable in real-life situations. Assume that I have music for two voices, \A and \B. \A has cue notes from \B, and \B has cue notes from \A: A = { ... \quote "qB" 1 ... } B = { ... \qu