lilypond-user
[Top][All Lists]
Advanced

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

Re: Asking too much: text in the staves to cross and overexpose vertical


From: Klaus Blum
Subject: Re: Asking too much: text in the staves to cross and overexpose vertical lines
Date: Sat, 6 May 2017 09:11:28 -0700 (MST)

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.



reply via email to

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