lilypond-user
[Top][All Lists]
Advanced

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

Re: How to remove time signatures in part of the score


From: Peter Toye
Subject: Re: How to remove time signatures in part of the score
Date: Sun, 12 May 2013 11:39:09 +0100

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:address@hidden
www.ptoye.com

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

> 2013/5/11 Peter Toye <address@hidden>:
>> 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




reply via email to

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