lilypond-user
[Top][All Lists]
Advanced

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

Re: Trouble with Polyphony


From: caagr98
Subject: Re: Trouble with Polyphony
Date: Sat, 27 May 2017 09:48:00 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1

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.



reply via email to

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