Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] writes:
> > Attached is a lilypond file I have been working with. I have been
> > having a couple minor problems with it, which I hope you will be able
> > to help me with.
> >
> > 1) The tie at the end of baselineOne is going up, when I want it to go
> > down. I attempted to use Voice.tieVerticalDirection to fix this,
> > but it didn't seem to work. Why?
>
> Don't know. Noted as a Bug
Okay.
> > 2) I'd like the slurs next to the grace notes to go down, but I can't
> > figure out how to make them do so.
>
> \property Grace.slurVerticalDirection = \down ?
That seems to have done it, thanks.
> > 3) The fermata at the end of basslineTwo is appearing above the grace
> > note, and not above the dotted half-note. Why, and how do I fix
> > it?
>
> Hm. Because the Script_engraver (lily/script-engraver) doesn't care
> whether the notes it attaches scripts has the same "graceness" as the
> scripts. (ie. a bug; noted)
Okay.
> > 4) The manual says that by default, unbeamed eighth grace notes should
> > have a slash through the stem. This doesn't appear to be the case,
> > however. Why?
>
> Ah. Change
>
> stemStyle= "grace"
>
> to
>
> flagStyle = "grace"
>
> in ly/engraver.ly
Wonderful! That worked!
One other question: Mid-measure clef changes seem to work logically
(i.e., the notes appear on the correct lines), but unlike
end-of-measure clef changes no clef sign is diplayed. Is this also a
bug?
--
Michael Duggan
([EMAIL PROTECTED])