[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: \appoggiatura disables autoBeam
From: |
Andres |
Subject: |
Re: \appoggiatura disables autoBeam |
Date: |
Wed, 6 Jun 2007 00:46:50 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
> Mats wrote:
> \appoggiatura g16 \partial 4 f8 ees16 d
Thank you very much for your answers. This last tip solves the problem. But
then, in the second staff the key is displaced:
\version "2.11.22"
\score {
\new PianoStaff <<
\relative c''
\new Staff { \key g \minor
\appoggiatura g'16
\partial 4
f8 ees16 d
c8-3 (bes) bes4. d8-2 g d
}
\relative c'
\new Staff { \key g \minor
\partial 4
r4
r8 bes8 (d f d bes d g)
}
>>
}