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: Dmytro O. Redchuk
Subject: Re: How to put whole measure rest in unmetered music?
Date: Thu, 23 Oct 2008 14:04:46 +0300

2008/10/22 Mats Bengtsson <address@hidden>:
> The following version of your example seems to work
Thank you, Mats.

> (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
>       }
So, in my case i need smth like this:

 %  some music
 \bar "|"
 \cadezaOff
 % set time for the bar, 7/4 let's say:
 \time 7/4
 R1*7/4
 \cadenzaOn
 % more music

Thank you, I'll try.

>  /Mats

-- 
Dmytro O. Redchuk




reply via email to

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