Hi Son, 

Son_V wrote
> is there a way to make these text elements to make the vertical lines
> transparent just for them?

if you want to keep the barlines between the staves, you can simply use the
\whiteout command: 

% -----------------------------------------------------
\new PianoStaff {
  << 
    \new Staff \relative c' {c1_\markup \whiteout "blahblahblah" c}
    \new Staff {R1 R1}
  >>
}

% maybe not necessary:
\layout {
  \context {
    \Score
    \override TextScript.layer = #2
  }
}
% -----------------------------------------------------

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Asking-too-much-text-in-the-staves-to-cross-and-overexpose-vertical-lines-tp202970p202973.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to