On 21.08.2018 19:13, Pierre Perol-Schneider wrote:
As you can see, a stem whiteout would also affect staff and beam.
This I have to correct: normally, one can always find an arrangement so
that the whiteout affects exactly those parts you want it to. In this case:
\version "2.19.82"
rD = { \
Yes you can... probably.
Anyway, it's not the finest idea. Please consider the following code:
\version "2.18.2"
rD = { \change Staff = right \stemDown }
lU = { \change Staff = left \stemUp }
right = \relative b {
\ottava 2 b8 \lU
\once\override Stem.layer = 1
\once\override Stem.color =
Dear Pierre,
thanks for Your answer. Can I also achieve the opposite? Can the stem
whiteout the ottava-bracket?
Am Di., 21. Aug. 2018 um 18:31 Uhr schrieb Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com>:
> Hi Stefan,
>
> How about:
>
> \version "2.18.2"
> rD = { \change Staff = right
Hi Stefan,
How about:
\version "2.18.2"
rD = { \change Staff = right \stemDown }
lU = { \change Staff = left \stemUp }
right = \relative b {
\ottava 2 b8 \lU a, \rD b' \lU g, \rD b' \lU f, \rD b' \lU e,,
}
left = {
\override Staff.OttavaBracket.layer = #2
\ottava #1
\set Staff.ottavat
Dear community,
I tried to whiteout an ottava bracket, but without success. Does someone
know, how to do this?
> Thanks for Your help!
>
\version "2.18.2"
rD = { \change Staff = right \stemDown }
lU = { \change Staff = left \stemUp }
right = \relative b {
\override Stem.whiteout = ##t
\ove