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

2017-05-06 Thread Klaus Blum
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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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

2017-05-06 Thread Noeck
Hi,

Am 06.05.2017 um 17:45 schrieb Son_V:
> This is the same for the words, or even the syllabes separation (say, Ma -- 
> ri -- a).
> is there a way to make these text elements to make the vertical lines
> transparent just for them??

Without knowing your exact use case: This is the reason why there are no
bar lines between staves in a ChoirStaff. So unless you have another
reason against it, I'd suggest to use

\new ChoirStaff << ... >>

instead of just << ... >> to group your staves.

Cheers,
Joram

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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

2017-05-06 Thread Robert Schmaus

Check this link in the LSR:

http://lsr.di.unimi.it/LSR/Item?id=969

It descibes how to create coloured backgrounds for markup. If you simply 
make that background white, it might be just what you want ... if the 
markup is set on top of everything else at least.


Best,
Robert



Am 06.05.17 um 17:45 schrieb Son_V:

I try to express myself better: when there are some words like "^\markup {
\left-column { \italic"Cucco" \italic"Imitate il cucco in voce" } } " they
are crossed by the vertical lines of the score. This is the same for the
words, or even the syllabes separation (say, Ma -- ri -- a).
is there a way to make these text elements to make the vertical lines
transparent just for them??
Hope I had expressed myself clearly... thanks.



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

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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

2017-05-06 Thread Son_V
I try to express myself better: when there are some words like "^\markup {
\left-column { \italic"Cucco" \italic"Imitate il cucco in voce" } } " they
are crossed by the vertical lines of the score. This is the same for the
words, or even the syllabes separation (say, Ma -- ri -- a).
is there a way to make these text elements to make the vertical lines
transparent just for them??
Hope I had expressed myself clearly... thanks.



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

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user