lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

`\afterGrace` and clef problem


From: Werner LEMBERG
Subject: `\afterGrace` and clef problem
Date: Sun, 12 Feb 2023 17:22:23 +0000 (UTC)

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

PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]