On Mon, 11 Nov 2002 00:02:27 -0800
neuro Hwang <[EMAIL PROTECTED]> wrote:
> 1)
> How can I put off beat on the first bar, like here :
\partial 8
that gives you an eighth-note upbeat.
\partial 4
gives you a quarter-note upbeat.
> How do I put a bar after the first rest, "r8" ,hence begin a second
Some more questions - although I seemed read it somewhere in the document,
but cannot find it again:
1)
How can I put off beat on the first bar, like here :
---
global = \notes {
\key ef \major
\time 6/8
}
upper = \context Staff \notes\relative c {
r8% measure 1
r8 r8 % measure 2
}
---
H