The following version of your example seems to work
(note that \cadenzaOff is equivalent to \set Score.timing = ##f
whereas \cadenzaOn does a bit more than just setting it
to true again, see the file property-init.ly).
\score {
   \new Staff <<
       \cadenzaOff
       \new Voice {
           c''1
           \bar "|"\cadenzaOff
           R1
           \bar "|"\cadenzaOn
           c''1
       }
   >>
   \layout {
       \context {
           \Staff
               \remove "Time_signature_engraver"
       }
   }
}

  /Mats

Dmytro O. Redchuk wrote:
2008/10/22 Gilles Sadowski <[EMAIL PROTECTED]>:
Hi.

Maybe that
 \cadenzaOn
is what you should use.
No, in my minimal example i can not put whole measure rest
inside cadenza even in Score.timing switched on
(and manual barlines commented out).

Best,
Gilles
  

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to