gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: Trouble with multi-bar rests


From: Jan Nieuwenhuizen
Subject: Re: Trouble with multi-bar rests
Date: 28 Jun 2001 09:31:10 +0200
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/20.7

Matthew Krause <address@hidden> writes:


> As the incredibly clever subject line says, I'm having trouble with
> multi-bar rests. More specifically, they don't seem to be printing
> correctly. IMHO, a multi-bar rest usually looks sort of like |=====|
> with a number above it, as is shown on the lilypond website.

You're only using rests shorter than 10 bars; they're expanded to
church style rests; by convention.

Try:

\score
 {
  \notes
   {
    \clef violin
    \key bes \major
     \time 4/4

     % don't expand short rests
     \property Score.MultiMeasureRest \override #'expand-limit = #2

    \property Score.skipBars = ##t R1*8 R1*2
    \relative c'' {
     [d8-- d->] r4 d4-^ r des4.-- c8-> r2
  % etc...
 }
 }
   \paper { }
 }

> FWIW, I'm using lilypond 1.4.3, and MikTex 2.1 on Win 95. As I write
> this, I have the sinking feeling that this is a RT{F}M sort of question,
> but...well, I have.

If you look in the automatically generated documentation under multi
measure rest, there's a hint about this:

    
http://lilypond.org/Documentation/user/out-www/lilypond-internals/MultiMeasureRest.html

> btw: I'm not sure how to subscribe to this list, or even if it is a
> list, so could someone:
>     1) cc/ forward me replies
>         or, even better,

Done

>     2) give me pointers on how to subscribe.

Goto
    http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Greetings,
Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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