lilypond-user
[Top][All Lists]
Advanced

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

Re: change barline type with time signature change


From: Noeck
Subject: Re: change barline type with time signature change
Date: Tue, 22 Jan 2013 16:48:03 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2


Am 22.01.2013 15:56, schrieb Kieren MacMillan:
> Hello all!
> 
> I'm working in Lilypond v2.17.9, and the conductor of my chamber opera (being 
> performed in April) wants the following stylesheet override: the default 
> barline type should be dashed or dotted, but the barline should be solid 
> (i.e., standard) at every time signature change.

a) Following the manuals:
http://lilypond.org/doc/v2.16/Documentation/internals/barline
this would do it for the default bar line in 2.17.9:

\layout {
  \override Score.BarLine #'glyph-name = #"!"   % dashed
  % \override Score.BarLine #'glyph-name = #";" % or dotted
}

b) For the time signature you would need an extra
 \override Score.BarLine #'glyph-name = #"|"

There is probably a better solution for b), which does not require to
modify the music input.

HTH,
Joram



reply via email to

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