Re: \mark\markup\left-align bug

2004-01-16 Thread Nicolas Sceaux
[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

harmonic note head problems

2004-01-16 Thread Han-Wen Nienhuys
[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 |

harmonic note head problems

2004-01-16 Thread Werner LEMBERG
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. %

Re: missing crescendo spanner type

2004-01-16 Thread Han-Wen Nienhuys
[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

Re: missing crescendo spanner type

2004-01-16 Thread Jan Nieuwenhuizen
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:

missing crescendo spanner type

2004-01-16 Thread Han-Wen Nienhuys
[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. - -

Re: missing crescendo spanner type

2004-01-16 Thread Han-Wen Nienhuys
[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

Re: missing crescendo spanner type

2004-01-16 Thread Werner LEMBERG
> 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

octavation bug (continued)

2004-01-16 Thread Han-Wen Nienhuys
[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:

Re: rehearsal mark problems

2004-01-16 Thread Han-Wen Nienhuys
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

Re: right bearing of meter signs

2004-01-16 Thread Han-Wen Nienhuys
[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

Re: rehearsal mark problems

2004-01-16 Thread Han-Wen Nienhuys
[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

Re: missing crescendo spanner type

2004-01-16 Thread Paul Scott
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

rehearsal mark problems

2004-01-16 Thread Han-Wen Nienhuys
[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

Re: rehearsal mark problems

2004-01-16 Thread Han-Wen Nienhuys
[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,

Re: rehearsal mark problems

2004-01-16 Thread Mats Bengtsson
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

beam problem

2004-01-16 Thread Han-Wen Nienhuys
[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

cresc problem

2004-01-16 Thread Werner LEMBERG
% % 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

missing crescendo spanner type

2004-01-16 Thread Werner LEMBERG
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 __

Re: rehearsal mark problems

2004-01-16 Thread Werner LEMBERG
> 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

Re: rehearsal mark problems

2004-01-16 Thread Mats Bengtsson
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

beam problem

2004-01-16 Thread Werner LEMBERG
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

another rehearsal mark bug

2004-01-16 Thread Werner LEMBERG
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

another two octavation problems

2004-01-16 Thread Werner LEMBERG
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

rehearsal mark problems

2004-01-16 Thread Werner LEMBERG
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

octavation bug (continued)

2004-01-16 Thread Werner LEMBERG
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