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
  \override Staff.TimeSignature #'stencil = ##t
  \time 2/4
  \tempo "Fast, dance-like, very rhythmic" 4 = 120
  \set Score.currentBarNumber = #82
  \relative c''
  {
     c2 d | f g
  }
}

\score {
  \new Staff \with {
    instrumentName = "Oboe"
  }
  \OboePart


}


Best regards,

Peter
mailto:lilyp...@ptoye.com
www.ptoye.com

-------------------------
Saturday, May 11, 2013, 1:04:05 PM, you wrote:

> 2013/5/11 Peter Toye <lilyp...@ptoye.com>:
>> 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 is 2.17.x (don't know exactly)

> With 2.16.2 use:
> \new Staff \with { \override TimeSignature #'stencil =  ##f } \OboePart

> With 2.17.17 use:
> \new Staff \with { \omit TimeSignature } \OboePart


> Cheers,
>   Harm


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to