[oops, follow-up mistake, back to devel]
Fri, 16 Jan 2004 19:48:19 +0100, Han-Wen a dit :
> [EMAIL PROTECTED] writes:
>>
>> Thu, 15 Jan 2004 15:55:39 +0100, Han-Wen a dit :
>>
>>
>> >> \note(The syntax for this is really bad! Why not just \note 2. ,
>> >> and let the computer co
[EMAIL PROTECTED] writes:
>
> See below for a new bug report...
Do harmonic heads also exist in diferent
forms for quarter/half/etc. ?
I have a fix in 2.1 CVS.
> BTW, the file `note-head-style.ly' sucks. About the half of the data
> doesn't print.
Yes, I know.
--
Han-Wen Nienhuys |
See below for a new bug report...
BTW, the file `note-head-style.ly' sucks. About the half of the data
doesn't print.
Werner
==
%
% This file shows problems with harmonic notes in lilypond
% CVS 2004-01-16 07:44 MET.
%
[EMAIL PROTECTED] writes:
> >> and it works, so my request is to document this.
> >
> > This is actually documented as being a legacy interface. Jan?
>
> Yes, 'nowadays' you can set needed properties of TextSpanner directly,
> to yield a crescendo spanner:
>
> \property Voice.TextSpanner \se
Han-Wen Nienhuys writes:
>> \property Voice.crescendoSpanner = #'empty
>>
>> and it works, so my request is to document this.
>
> This is actually documented as being a legacy interface. Jan?
Yes, 'nowadays' you can set needed properties of TextSpanner directly,
to yield a crescendo spanner:
[EMAIL PROTECTED] writes:
>
> Please add an empty crescendo spanner type. It makes sense to always
> properly mark up start and end of a crescendo with \cresc and
> \endcresc, but I would like to have e.g.
>
>
>p cresc. f
>
> instead of
>
>p cresc. - -
[EMAIL PROTECTED] writes:
>
> >
> >p cresc. f
> >
> > instead of
> >
> >p cresc. - - - - - - - - - - f
>
> By guessing I tried
>
> \property Voice.crescendoSpanner = #'empty
>
> and it works, so my request is to document this.
This is actua
> Please add an empty crescendo spanner type. It makes sense to always
> properly mark up start and end of a crescendo with \cresc and
> \endcresc, but I would like to have e.g.
>
>
>p cresc. f
>
> instead of
>
>p cresc. - - - - - - - - - - f
B
[EMAIL PROTECTED] writes:
>
> Hanwen,
>
>
> thanks for fixing most of the octavation problems. A bug remains.
>
>
> Werner
>
>
> ==
>
> %
> % This file shows a problem with octavation in lilypond
> % CVS 2004-01-16 07:
The proper solution is that mark-engraver uses standard marks
as the argument to rehearsalmark, i.e.
\mark "bla"
\mark \markup { foo }
becomes
\mark \markup { \rehearsalmark "bla" }
\mark \markup { foo }
Then rehearsalmark-markup can be defined according to wish. This can
also sol
[EMAIL PROTECTED] writes:
>
> > > What do you think about some abbreviations like `\tight' to change
> > > the default settings?
> >
> > Haven't thought about this yet. Are they that common?
>
> It might be useful for fine-tuning a document. Of course, it should
> work locally:
>
> \tightspa
[EMAIL PROTECTED] writes:
> > there is a \markup command for that , iirc.
>
> Which is good when you want to box a single rehearsal mark, but not
> when you want all of the boxed with a single setting.
> Should I add a short-hand for the property setting
> in ly/property-init.ly ?
I think that th
Werner LEMBERG wrote:
Please add an empty crescendo spanner type. It makes sense to always
properly mark up start and end of a crescendo with \cresc and
\endcresc, but I would like to have e.g.
p cresc. f
instead of
p cresc. - - - - - - - - - - f
I
[EMAIL PROTECTED] writes:
> % This file shows problems with rehearsal marks in lilypond
> % CVS 2004-01-16 07:44 MET.
> %
> % . The \default command to increase the rehearsal number produces
> % strange results.
Strange? You mean: you don't want the number font to be used?
> % . The default siz
[EMAIL PROTECTED] writes:
>
> > For rectangles, see
> > http://lilypond.org/doc/v2.0/input/test/out-www/collated-files.html#boxed-molecule.ly
>
> Thanks! IMHO boxing rehearsal numbers is quite common, and changing
> molecule-callback is extremely low-level. I vote for a shorthand.
>
> Anyway,
Han-Wen Nienhuys wrote:
[EMAIL PROTECTED] writes:
For rectangles, see
http://lilypond.org/doc/v2.0/input/test/out-www/collated-files.html#boxed-molecule.ly
Thanks! IMHO boxing rehearsal numbers is quite common, and changing
molecule-callback is extremely low-level. I vote for a shorthand.
Anyw
[EMAIL PROTECTED] writes:
>
> Tadaa.
>
>
> Werner
>
>
> ==
>
> %
> % This file shows a problem with beams in lilypond
> % CVS 2004-01-16 07:44 MET.
> %
> % . I get a lot of
> %
> % programming error: No beam posns (Co
%
% This file shows two problems with crescendo spanners in lilypond
% CVS 2004-01-16 07:44 MET.
%
% . \cresc and \endcresc should behave similar to \< and \!, but they
% don't. They affect the next note which is not the expected behaviour
% according to the documentation.
%
% . There are war
Please add an empty crescendo spanner type. It makes sense to always
properly mark up start and end of a crescendo with \cresc and
\endcresc, but I would like to have e.g.
p cresc. f
instead of
p cresc. - - - - - - - - - - f
Werner
__
> For rectangles, see
> http://lilypond.org/doc/v2.0/input/test/out-www/collated-files.html#boxed-molecule.ly
Thanks! IMHO boxing rehearsal numbers is quite common, and changing
molecule-callback is extremely low-level. I vote for a shorthand.
Anyway, there should be a small remark in the rehe
For rectangles, see
http://lilypond.org/doc/v2.0/input/test/out-www/collated-files.html#boxed-molecule.ly
/Mats
Werner LEMBERG wrote:
Besides the bugs shown below, I would like to have a property to
enclose rehearsal marks in either a circle or rectangle (the latter
preferred). Perhaps it is p
Tadaa.
Werner
==
%
% This file shows a problem with beams in lilypond
% CVS 2004-01-16 07:44 MET.
%
% . I get a lot of
%
% programming error: No beam posns (Continuing; cross thumbs)
%
% warnings. I wasn't able to
Whow, I'm in bug mood today :-)
Werner
==
%
% This file shows a problem with rehearsal marks in lilypond
% CVS 2004-01-16 07:44 MET.
%
% . A rehearsal mark at the beginning of a line must not be put
% before the clef bu
Ha, found another two bugs :-)
Werner
==
%
% This file shows two problems with octavation in lilypond
% CVS 2004-01-16 07:44 MET.
%
% . There are three different horizontal start positions of the `8'. The
% first line
Besides the bugs shown below, I would like to have a property to
enclose rehearsal marks in either a circle or rectangle (the latter
preferred). Perhaps it is possible to directly use TeX's
capabilities? To implement this, there could be a property which
describes how to format the rehearsal str
Hanwen,
thanks for fixing most of the octavation problems. A bug remains.
Werner
==
%
% This file shows a problem with octavation in lilypond
% CVS 2004-01-16 07:44 MET.
%
% . There must be a minimum distance between t
26 matches
Mail list logo