Re: how to whiteout an ottava bracket

2018-09-05 Thread Simon Albrecht
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 = {

Re: how to whiteout an ottava bracket

2018-08-21 Thread Pierre Perol-Schneider
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

Re: how to whiteout an ottava bracket

2018-08-21 Thread Stefan Thomas
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

Re: how to whiteout an ottava bracket

2018-08-21 Thread Pierre Perol-Schneider
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

how to whiteout an ottava bracket

2018-08-21 Thread Stefan Thomas
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