lilypond-user
[Top][All Lists]
Advanced

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

Re: barline question


From: Graham Percival
Subject: Re: barline question
Date: Sat, 02 Apr 2005 10:20:13 -0800


On 31-Mar-05, at 3:19 AM, Maurits Lamers wrote:

Hi all,

Still one question though.

I tried Score.BarLine #'transparent = ##t, but that worked too well.
The repeat sign I wanted to show, didn't show, even when I set it to false before \bar.

So I changed it into Staff.BarLine and disabled it just before the repeat sign and enabling it afterwards.
Worked perfectly.

Since I am making a choir piece for 5 voices I wanted to add the Bar_engraver to the Lyric context so that the bar lines between the staves didn't collide with the lyrics. But that didn't worked out the way I intended, because the repeat sign now showed both in the bar and the lyric line. Setting the bar lines to transparent in the lyric context only created a blank in the thick bar between the staves. I even tried to add the Span_bar_engraver instead, but that didn't do anything.

Anyone an idea how to keep the bar lines and lyrics from colliding while keeping the normal repeat signs in the part ?

I don't understand -- if you use a ChoirStaff, then bar lines aren't drawn where the lyrics are printed. Why play all the games with invisible bar lines and moving engravers around?

\version "2.5.17"
\score{
  \new ChoirStaff <<
    \new Staff { c'4 d' e' f' g' a' b' c'}
    \addlyrics {foo foo foo foo bar }
    \new Staff { c'4 d' e' f' g' a' b' c'}
    \addlyrics {foo foo foo foo bar }
>>
}





reply via email to

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