lilypond-user
[Top][All Lists]
Advanced

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

Re: Again: Whole Bar Rests and Unmetered Music


From: Dmytro O. Redchuk
Subject: Re: Again: Whole Bar Rests and Unmetered Music
Date: Sat, 6 Dec 2008 15:02:04 +0200

Hello again :-)

  For some reason nobody answered, but i couldn't find an answer by myself.
  That's why i'm here again, sorry.

  Please, can anybody answer me:
  1. Shouldn't whole bar rest be semibreve (whole) rest for any actual
time except 4/2?
  2. How can i tell lilypond to "draw" whole rest instead of breve (double)?

Thank you very much.

2008/12/1 Dmytro O. Redchuk <address@hidden>:
> Hello,
>
>  i've already asked about "how to put MultiMeasureRests in unmetered music,
>  and was answered that i should switch temporarly to metered music
>  (\cadenzaOn), put R1[*n[/m]] and switch back to unmetered.
>
>  Now here are related questions. Please see example below.
>
>  So, questions:
>  1. Shouldn't whole bar rests be semibreve (whole) for any actual
> time except 4/2?
>    (http://en.wikipedia.org/wiki/Rest_(music) confused me..)
>  2. How to put semibreve rest? How to change symbol for MultiMeasureRest to be
>    semibreve? I've tried stencil property, but failed (I don't know,
> which symbol to use?
>    I dont know how to use stencil property for that? Is it possible
> to change it with
>    stencil property?)
>
> Thank you very much.
>
> % minimal example:
> \version "2.11.64"
>
> melody = {
>  \time 5/4
>  R1*5/4
>  \time 6/4
>  R1*6/4
>  \time 7/4
>  R1*7/4
>  \time 8/4
>  R1*8/4 -"Great"
>  \time 9/4
>  \override MultiMeasureRestText #'self-alignment-X = #LEFT
>  R1*9/4 -"Should't it be whole again?"
>  \time 10/4
>  R1*10/4
>  \time 11/4
>  R1*11/4
> }
>
> \score {
>  \new Staff { \melody }
>  \layout {
>    \context {
>      \Staff
>        \remove "Time_signature_engraver"
>    }
>  }
> }

-- 
Dmytro O. Redchuk




reply via email to

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