Thomas,
That wasn't right either - the 2nd setting should have been
\revert Staff.TimeSignature #'stencil
Best regards,
Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman
Thomas,
Worked it out - your version doesn't quite work as you have to make sure the
override is in the correct context.
\version "2.16.2"
\language "english"
OboePart= {
\key a \minor
\compressFullBarRests
\clef treble
\override Staff.TimeSignature #'stencil = ##f
R1*81
\over
Thomas,
Thanks. But I need the 2/4 time sig at bar 82 (bars 1-81 have such varied time
sigs it's not worth while notating) - how do I do that? It's on the same staff,
so I need to switch the sig on and off within the staff.
Best regards,
Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
-
Peter Toye writes:
> Re: How to remove time signatures in part of the score
>
> David,
>
> Thanks. But \omit isn't in the documentation (at least, a search in
> the PDF fails to find it). How does one find out how to use it please?
Obviously, this depends on the vers
2013/5/11 Peter Toye :
> David,
>
> Thanks. But \omit isn't in the documentation (at least, a search in the PDF
> fails to find it). How does one find out how to use it please?
>
> Best regards,
>
> Peter
Well, that's the reason why I asked you (in the other thread) to
include the version.
\omit
David,
Thanks. But \omit isn't in the documentation (at least, a search in the PDF
fails to find it). How does one find out how to use it please?
Best regards,
Peter
mailto:lilyp...@ptoye.com
www.ptoye.com___
lilypond-user mailing list
lilypond-user@g
Could you stop posting HTML copies of your articles? The formatting is
all off in them.
Peter Toye writes:
> I want to remove the time signature in part of the score without
> losing the bar count. I've tried this, but it doesn't seem to work -
> I get the default 4/4 time sig. What am I doin
I want to remove the time signature in part of the score without losing the bar
count. I've tried this, but it doesn't seem to work - I get the default 4/4
time sig. What am I doing wrong?
OboePart= {
\new Voice \with {
\remove Time_signature_engraver
}
{
\compressFullBarRests