(Warning: I am still in the middle of a party/birthday/holiday/woman
induced break from Lilypond, so don't expect too much from the coming weeks)

[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

> 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 ? 

> 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)

> 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


-- 

Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 

Reply via email to