So most manuals want to link to
../other-manual/filename.html#target
right? Going from learning/ to notation/, etc.
For general.texi, though, we want to go directly to
other-manual/filename.html#target
(we also want other manuals who link to general to link to
../filename.html#target
but th
On Sat, Oct 17, 2009 at 1:34 PM, Neil Puttock wrote:
>
> The Slur_engraver looks quite complicated, but it's a walk in the park
> compared with the code which does all the slur scoring/formatting. :)
Yeah, I've noticed that. :-)
BTW, Marc, I haven't forgotten about the documentation for the slu
"Trevor Daniels" writes:
> David
>
> It would make a great snippet!
I don't think so. It is not sane user-level code. This sort of
functionality needs a dependable interface, not a snippet pasting
together font fragments.
Basically, I am rather aiming for getting rid of the currently only
exi
David
It would make a great snippet!
Adding
\textLengthOn
\override TextScript #'padding = #1.5
improves the layout.
If you could add it to the LSR I'll include it in the Notation
Reference.
Trevor
- Original Message -
From: "David Kastrup"
To:
Sent: Saturday, October 17, 2009
2009/10/17 Marc Hohl :
> As bends are used to combine two different notes, an approach similar to
> slurs
> will be the best (in my opinion), but by randomly picking up any file
> concerning slurs and
> ending with .cc isn't the right way to find out how it works (that's what I
> found out so far)
2009/10/17 Frédéric Bron :
> - the addition to scm/music-functions.scm uses standard indentation,
Not quite. Compare your additions to the previous rule (neo-modern-cautionary).
> - I modified slightly the example for all automatic accidental styles
> (the same for all), in particular added sta
On Sat, Oct 17, 2009 at 09:55:53PM +0200, Frédéric Bron wrote:
> > What do you mean "does not work"? It's fine here, other than the
> > broken xrefs for general.texi
>
> When I try to open out-www/index.html, I get the following error:
> cannot find out-www/Documentation/index.html
>
> which is n
Anybody feel that he can take something useful from here? Bad idea,
good idea, bad interface, good interface, bad code, good code?
\version "2.13.6"
discant = \markup {
\musicglyph #"accordion.accDiscant"
}
dot = \markup {
\musicglyph #"accordion.accDot"
}
nodot = \markup { }
#(define-mark
>> 1. where the documentation goes (where should I find index.html to
>> browse the doc that was built; I went to out-www but index.html does
>> not work)
>
> What do you mean "does not work"? It's fine here, other than the
> broken xrefs for general.texi
When I try to open out-www/index.html, I
On Sat, Oct 17, 2009 at 08:55:10PM +0200, Frédéric Bron wrote:
> 1. where the documentation goes (where should I find index.html to
> browse the doc that was built; I went to out-www but index.html does
> not work)
What do you mean "does not work"? It's fine here, other than the
broken xrefs for
I have worked a bit with documentation.
I have difficulties to understand:
1. where the documentation goes (where should I find index.html to
browse the doc that was built; I went to out-www but index.html does
not work)
2. how to rebuild the doc when I do some minor changes; for example, I
change
On 2009-10-17, Graham Percival wrote:
> On Sat, Oct 17, 2009 at 04:39:01PM +0200, Jean-Charles Malahieude wrote:
> > Here is the tail of the logs when trying to build the
> > documentation on a fresh master with the last CVS of texi2html:
>
> Hmm... don't use texi2html CVS? :)
Yeah, texi2html C
Here is my new proposal:
- the addition to scm/music-functions.scm uses standard indentation,
- I modified slightly the example for all automatic accidental styles
(the same for all), in particular added staff change,
- I modified the doc of translations accordingly.
Hope it is now OK.
Frédéric
On Sat, Oct 17, 2009 at 04:39:01PM +0200, Jean-Charles Malahieude wrote:
> Here is the tail of the logs when trying to build the documentation on a
> fresh master with the last CVS of texi2html:
Hmm... don't use texi2html CVS? :)
> Undefined subroutine &main:: called at
> /home/jcharles/GIT/
Hi everybody!
Here is the tail of the logs when trying to build the documentation on a
fresh master with the last CVS of texi2html:
==
home/jcharles/GIT/Mentors/./out-www/xref-maps out-www/collated-files.texi
ln -f /home/jcharles/GIT/Mentors/Documentation/css/lilypond-b
Hello,
I am still working on bends for guitar notation. For the moment, I
redefined the slur
stencil to get the desired results, but this has some severe drawbacks,
so this is
only a crude workaround for testing the postscript routines.
A cleaner solution will need a new engraver for this pur
16 matches
Mail list logo