Chip wrote:
but no matter what numbers I put in the positions parameters the slur does not move.

The \once makes this override act only on the c'2 and the c'2 has no slur. The override acts on the slur if it comes after the c'2, but it moves the slur vertically; not what you wanted.

How about:

\relative c { c'2 \once \override Slur #'extra-offset = #'(-1 . 0) \hideNotes \grace c8( \unHideNotes f4) g8 a }

Cheers,
Robin


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to