Re: a couple of bugs with lyrics

2008-09-11 Thread Joe Neeman
On Thu, 2008-09-11 at 22:26 +0200, Werner LEMBERG wrote: > > Perhaps we could add a default for minimum-X-extent in > > define-grobs.scm. [...] > > Sounds like a good idea. Joe seems to be on vacation, though... I just moved to a different continent to start a Ph.D, so I've been a bit preoccupi

Re: a couple of bugs with lyrics

2008-09-11 Thread Werner LEMBERG
> Perhaps we could add a default for minimum-X-extent in > define-grobs.scm. [...] Sounds like a good idea. Joe seems to be on vacation, though... Werner ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listi

Re: a couple of bugs with lyrics

2008-09-11 Thread Neil Puttock
2008/9/4 Werner LEMBERG <[EMAIL PROTECTED]>: > >> > 1. I'm replacing hara-kiri with axis-group; however, whatever I >> >do, there is no (empty) lyrics line in the first system. >> >> This appears to be the same issue affecting the piano centred >> dynamics template when there's a system with no

Re: a couple of bugs with lyrics

2008-09-05 Thread Mats Bengtsson
Werner LEMBERG wrote: The defaults are `not-set', which is equivalent to #f since both properties are read using to_boolean (). No, remove-empty is set to true by default in a number of contexts, including Lyrics. But those defaults aren't hard-coded but explicitly set in engrave

Re: a couple of bugs with lyrics

2008-09-05 Thread Werner LEMBERG
> > The defaults are `not-set', which is equivalent to #f since both > > properties are read using to_boolean (). > > No, remove-empty is set to true by default in a number of contexts, > including Lyrics. But those defaults aren't hard-coded but explicitly set in engraver-init.ly -- Neil has ans

Re: a couple of bugs with lyrics

2008-09-05 Thread Mats Bengtsson
Neil Puttock wrote: 3. The default values of the `remove-empty' and `remove-first' flags are not documented in lilypond-internals. The defaults are `not-set', which is equivalent to #f since both properties are read using to_boolean (). No, remove-empty is set to true by defaul

Re: a couple of bugs with lyrics

2008-09-04 Thread Werner LEMBERG
> > 1. I'm replacing hara-kiri with axis-group; however, whatever I > >do, there is no (empty) lyrics line in the first system. > > This appears to be the same issue affecting the piano centred > dynamics template when there's a system with no dynamics. Ok. Is this classified as a bug or as

Re: a couple of bugs with lyrics

2008-09-04 Thread Neil Puttock
Hi Werner, 2008/9/2 Werner LEMBERG <[EMAIL PROTECTED]>: > 1. I'm replacing hara-kiri with axis-group; however, whatever I do, > there is no (empty) lyrics line in the first system. This appears to be the same issue affecting the piano centred dynamics template when there's a system with no

Re: a couple of bugs with lyrics

2008-09-03 Thread Werner LEMBERG
> Here the bugs: > > 1. I'm replacing hara-kiri with axis-group; however, whatever I > do, there is no (empty) lyrics line in the first system. > > 2. I have to set the `remove-empty' flag explicitly to #f, which I > consider wrong behaviour. If I add an engraver I expect that >

a couple of bugs with lyrics

2008-09-02 Thread Werner LEMBERG
[2.11.56] Please look at this snippet and the attached image: << \context Voice = "foo" { R1 * 32 | c''1 | } \context Lyrics = "footext" \with { \remove "Hara_kiri_engraver" \consists "Axis_group_engraver" \override VerticalAxisGroup #'minimum-Y-exten