On Fri, 7 Mar 2008 13:55:49 +0100
Erlend Aasland <[EMAIL PROTECTED]> wrote:
> Well, here's the possible style values for these interfaces. Since
> english is not my main language, I leave it to somebody else to
> write a nice documentation string.
Other doc strings were written by Han-Wen and J
2008/3/7, Rune Zedeler <[EMAIL PROTECTED]>:
> Quoting Valentin Villenave <[EMAIL PROTECTED]>:
>
> > I can't wait to see how a "bezier-sandwich" looks like! :)
>
> That would be a tie/slur :-)
Oh, I see... what a self-explanatory name then :)
> The top edge of the slur is a bezier, the bottom is
2008/3/7, Mats Bengtsson <[EMAIL PROTECTED]>:
> However, there are other settings that cannot be done within the input
> file,
> for example setting the output format to png. I guess that at least for the
> output format selection it would be very easy to add this possibility.
> I'm not sure
On 07/03/2008, Rune Zedeler wrote:
> That would be a tie/slur :-)
>
> The top edge of the slur is a bezier, the bottom is a bezier where the
> control
> points are just a bit different. Therefore "bezier-sandwich".
What about a thing called doubleSlurs that creates slurs on top of and
under a
Quoting Valentin Villenave <[EMAIL PROTECTED]>:
> I can't wait to see how a "bezier-sandwich" looks like! :)
That would be a tie/slur :-)
The top edge of the slur is a bezier, the bottom is a bezier where the control
points are just a bit different. Therefore "bezier-sandwich".
-Rune
___
Hi,
On 7. mar. 2008, at 13:18, Mats Bengtsson wrote:
[…] the documentation of style is missing in the following interfaces:
custos-interface, system-start-delimiter-interface, dots-interface.
Anybody interested in doing some detective work in the C++ source
code to
figure out what should be w
All the settings that can be done with
lilypond -d...
can be done also within LilyPond using
#(ly:set-option ...)
Run
lilypond -dhelp
to get a complete list of these options. For example, you can do
#(ly:set-option 'preview #t)
However, there are other settings that cannot be done within the inpu
Csound does it, for example. You can call the compiler with
commandline options, but you can also write your options in the input
file, and commandline options would override them if they are present.
This would ease dramatically the png or preview generation for Windows
users (among many other po
Bertalan Fodor (LilyPondTool) wrote:
As I know the stencil callback is unfortunately C code. So the valid
styles are only present in the C sources.
That's a drawback of the current documentation system.
It's not really that bad, see
http://lists.gnu.org/archive/html/lilypond-devel/2008-03/msg
Valentin Villenave wrote:
An additional question: are the spanner styles documented anywhere?
When I tried to answer Haipeng on -user, I browsed the Internals
Reference but couldn't find anything else than:
style (symbol):
'line
This setting determines in what style a grob is typese
As I know the stencil callback is unfortunately C code. So the valid
styles are only present in the C sources.
That's a drawback of the current documentation system.
Bert
Valentin Villenave wrote:
An additional question: are the spanner styles documented anywhere?
When I tried to answer Haipe
An additional question: are the spanner styles documented anywhere?
When I tried to answer Haipeng on -user, I browsed the Internals
Reference but couldn't find anything else than:
style (symbol):
'line
This setting determines in what style a grob is typeset. Valid
choices depend on the
Mats Bengtsson <[EMAIL PROTECTED]> writes:
> Arvid Grøtting wrote:
>> Is it possible to let auto-beaming be performed by an arbitrary scheme
>> function?
>>
> It is performed by a Scheme function, so you can just write your own and do
> \set Score.autoBeamCheck = #my-own-auto-beaming-function
13 matches
Mail list logo