karim haddad wrote:
Begin forwarded message:
*From: *"Trevor Bača" <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>>
*Date: *May 16, 2007 5:59:42 PM CEDT
*To: *"karim haddad" <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>>
*Cc: [EMAIL PROTECTED] <mailto:[email protected]>
*Subject: **Re: mensural barlines*
On 5/16/07, karim haddad <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
Hi another issue
in former version 2.11.20
using \override BarLine #'transparent = ##t
with a StaffGroup used to work.
now with the latest version 2.11.23-1 this doesn;t seem to work anymore
any ideas ??
Hi Karim,
Are you sure you've got the \override in the right context? The
BarLine grob lives in the Score context (and not the Staff or Voice
contexts). So ...
%%% BEGIN %%%
\version "2.11.22"
\new Staff {
\override Score.BarLine #'transparent = ##t
c'1 c'1 c'1 c'1
}
%%% END %%%
... works while this one ...
%%% BEGIN %%%
\version "2.11.22"
\new Staff {
\override BarLine #'transparent = ##t
c'1 c'1 c'1 c'1
}
%%% END %%%
... doesn't.
Maybe that's why?
--
Trevor Bača
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
Hi Trevor
Thanx for your reply.
But in fact it was indeed in the \layout {\context {\Score.
However i tried it to put it directly as you have proposed but without
result.
And by the way it works fine with version 2.11.22 but not in the 2.11.23
( i am using the Linux x86 version).
Best
Karim
--
Karim Haddad
Email: [EMAIL PROTECTED]
Web: http://karimhaddad.org
Mobile Phone: +33 (0)6 63 71 09 43
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond