lilypond-user
[Top][All Lists]
Advanced

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

How to remove time signatures in part of the score


From: Peter Toye
Subject: How to remove time signatures in part of the score
Date: Sat, 11 May 2013 10:04:00 +0100

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
    \clef treble
    R1*81
  }
  \new Voice \with {
    \consists Time_signature_engraver
  }
  \time 2/4
  \relative c''
  {
    c2| c2
  }
}


 
Regards,

Peter
mailto:address@hidden
www.ptoye.com
reply via email to

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