lilypond-user
[Top][All Lists]
Advanced

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

multi-measure rests


From: Paul Scott
Subject: multi-measure rests
Date: Sat, 05 Oct 2002 16:44:06 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.0.0) Gecko/20020615 Debian/1.0.0-3

The manual gives something like this for multi-measure rests. It works if I don't try the 5 bar rest before '\mark "1"'. With that rest included I get everything on one line. I tried various combinations of turning Score.skipBars on and off with no success.

Any ideas?

TIA,

Paul Scott


\score {
    \notes {
        \relative c'' {
            \time 2/4 {
                \property Score.skipBars = ##t R2*4
                r8 b4\p ( c8~)c  a-. f-. d-. b-. r8 r4
                R2*5
                \mark "1"
                r2 r8 b'\p~b16 g-. g-. e-. c8-. r8 r4
                r8 d'8~d16 b-. b-. g-. e8-. r4.
                R2*5
                r8 c'8 ( b16 a g f e8 g f16 e d ) e c4 () d c () d
            }
        }
    }
  \paper {
    indent = 0.4 \in
  }
}





reply via email to

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