bug-lilypond
[Top][All Lists]
Advanced

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

Re: Fwd: mensural barlines


From: karim haddad
Subject: Re: Fwd: mensural barlines
Date: Wed, 16 May 2007 20:35:57 -0400
User-agent: Icedove 1.5.0.10 (X11/20070329)

karim haddad wrote:


Begin forwarded message:

*From: *"Trevor Bača" <address@hidden <mailto:address@hidden>>
*Date: *May 16, 2007 5:59:42 PM CEDT
*To: *"karim haddad" <address@hidden <mailto:address@hidden>>
*Cc: address@hidden <mailto:address@hidden>
*Subject: **Re: mensural barlines*

On 5/16/07, karim haddad <address@hidden <mailto:address@hidden>> 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
address@hidden <mailto:address@hidden>

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:        address@hidden
Web:          http://karimhaddad.org
Mobile Phone: +33 (0)6 63 71 09 43





reply via email to

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