Adding files to make

2004-08-21 Thread Carl Sorensen
I'm trying to create a Fret_diagram_engraver. To do so, I am creating the file fret-diagram-engraver.cc. How do I get the .cc file added to the make file? I'm not familiar with autoconf. I have grep'ed around looking for the names of existing engravers. The only place I find chord-name-engraver

Re: entering music without \time

2004-08-21 Thread Erik Sandberg
On Saturday 21 August 2004 10.02, Werner LEMBERG wrote: > For my score, I have a separate, invisible `top' staff which contains > all \time commands, and which is always included -- this saves a lot > of typing. Unfortunately, this doesn't work with \addquote, since I > can't have more than a sing

make all fails with CVS on OSX

2004-08-21 Thread Graham Percival
This might be a porting issue... ending of "make all" output - make PACKAGE=LILYPOND package=lilypond -C include all && true true rm -f ./out/lily-guile.dep; DEPENDENCIES_OUTPUT="./out/lily-guile.dep ./out/lily-guile.o" g++ -c -DHAVE_CONFIG_H -DSTRING_UTILS_INLINED -Iinclude -I./out -I../f

Re: entering music without \time

2004-08-21 Thread Paul Scott
Werner LEMBERG wrote: For my score, I have a separate, invisible `top' staff which contains all \time commands, and which is always included -- this saves a lot of typing. Unfortunately, this doesn't work with \addquote, since I can't have more than a single voice for this command. How can this b

Re: make web fails #2

2004-08-21 Thread Carl Sorensen
On Fri, 2004-08-20 at 07:35, Han-Wen Nienhuys wrote: > [EMAIL PROTECTED] writes: > > I've grep'ed the source code for fontify-text, and only > > fret-diagrams.scm uses it. Can I go ahead and remove both fontify-text > > and fontify-text-white? > > Please do. Thanks! > Done. Can I get permissio

Re: \addquote problems

2004-08-21 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > I suggest to improve the info manual: A multi-staff example could use > \quote and \addquote to implement cues, perhaps in connection with > \tag. > > Apropos \tag: I only find remove-tag, but I would like to have the > opposite function, add-tag, which filters out all

Re: \addquote problems

2004-08-21 Thread Werner LEMBERG
> > You are right; I've now understood how it works. IMHO, the > > documentation is not very comprehensible... > > Sorry to be so nitpicky, but can you be a little more specific what > is incomprehensible? It was unclear to me that music marked with \addquote starts at the same time as the conte

Re: \addquote problems

2004-08-21 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > > \addquote can't be used within \score {...} -- only there it > > > really makes sense! > > > > I disagree -- can you point to a specific feature where you need to > > have it inside \score ? > > You are right; I've now understood how it works. IMHO, the > document

entering music without \time

2004-08-21 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > For my score, I have a separate, invisible `top' staff which contains > all \time commands, and which is always included -- this saves a lot > of typing. Unfortunately, this doesn't work with \addquote, since I > can't have more than a single voice for this command.

Re: \addquote problems

2004-08-21 Thread Werner LEMBERG
> > \addquote can't be used within \score {...} -- only there it > > really makes sense! > > I disagree -- can you point to a specific feature where you need to > have it inside \score ? You are right; I've now understood how it works. IMHO, the documentation is not very comprehensible...

entering music without \time

2004-08-21 Thread Werner LEMBERG
For my score, I have a separate, invisible `top' staff which contains all \time commands, and which is always included -- this saves a lot of typing. Unfortunately, this doesn't work with \addquote, since I can't have more than a single voice for this command. How can this be solved? My idea is