lilypond-user
[Top][All Lists]
Advanced

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

Re: How to put whole measure rest in unmetered music?


From: Mats Bengtsson
Subject: Re: How to put whole measure rest in unmetered music?
Date: Wed, 22 Oct 2008 22:19:08 +0200
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

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 <address@hidden>:
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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