Please look at this example.

```
\relative c' {
  <<
    { \afterGrace f1 { e16[ f] } | g1 }
    { c1 \clef "bass" | c,1 }
  >>
}

\relative c' {
  <<
    { f2.. e16[ f] | g1 }
    { c1 \clef "bass" | c,1 }
  >>
}
```

What can I do to make the clef move 'under' the grace, similar to the
non-grace situation?


    Werner

Reply via email to