On 05/27/17 05:06, Jon Arnold wrote:
I'm trying to print a note simultaneous to a rest but have the rest be in normal \oneVoice position. (This is to illustrate a harp muffle of a single note.)

This is basically how I'm doing it (minus the complicated code of replacing the stem glyph):

    << { r8 } {\tiny \stemDown \omit Flag bes,,8} >>

The problem is that this also affects the fontsize of the rest (which seems odd to me since they in separate braces).

In Lilypond, braces don't indicate scopes, they just say that their contents are in sequential order.

Have you tried `\once`, as in `{ \once \tiny \once \voiceOne \once omit Flag bes,,8 }`? (I'm not sure whether `\once {\tiny \voiceOne \omit Flag}` works.)

You could also use `\tweak`, but that's a bit more complicated.

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

Reply via email to