lilypond-user
[Top][All Lists]
Advanced

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

acciacatura at the beginning of a measure


From: Victor S. Miller
Subject: acciacatura at the beginning of a measure
Date: Sun, 31 Oct 2004 01:53:29 -0500
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux)

I'm using LP 2.2.6.  I found the following problem:

I have a vocal line which has an acciacatura at the beginning of a
measure, where I change time signature.  I find that when I typeset
this by itself it comes out just fine.  However, when I combine it
with the piano accompaniment, I get a time signature at beginning of
the measure, and then after the acciacatura.  Any suggestions for a
work-around?

Here's a file that provokes the problem:

\version "2.2.6"
V = \notes \relative c' {
    \key g \major
    \clef "G_8"
    \time 4/4
    \acciaccatura c64 d2. r8 g, | %9
}
T = \notes \relative c' {
    \key g \major
    \time 4/4
    \times 2/3 {
        d'4~ <d, d'>~ <d g d'>~

    <d g d'>2 | %9
}
B = \notes \relative c {
    \key g \major
    \time 4/4
    b1 | %9
}
\score {
    <<
        \context Voice = "A"
        {  \V }
        \context PianoStaff  <<
            \context Staff = "up" {
                \new Voice
                \T
            }
            \context Staff = "down" {
                \notes \clef bass
                \B
            }
        >>
    >>
    \paper { }
}

-- 
Victor S. Miller     | " ... Meanwhile, those of us who can compute can hardly
address@hidden    | be expected to keep writing papers saying 'I can do the
CCR, Princeton, NJ   | following useless calculation in 2 seconds', and indeed
    08540 USA        | what editor would publish them?"  -- Oliver Atkin




reply via email to

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