Kieren MacMillan in <[EMAIL PROTECTED]> :
> Since the last specified duration before the \acc is a quarter note
> (e4), the \acc consists of quarter notes as well.
> As a result, you're attempting to "beam" two quarter notes! =)
How could i have missed that! Stupid of me :-)
Thanks for your ans
Hi Peter,
e4 \acciaccatura { cis[ d ] } cis
Its about the acciaccatura, there should be something wrong with
the bracket
but i don' know what.
Since the last specified duration before the \acc is a quarter note
(e4), the \acc consists of quarter notes as well.
As a re
~ .ly snippet:
\relative c'
% Treble
<< { \LeftHandLeft
4. e8 4 |
e4 \acciaccatura { cis[ d ] } cis
}
% Bass
\\ { \LeftHandLeft
2 4 |
a2.
}
>>
~~ End .ly snippet
Its about the acciaccatu
.
Regards,
Ruud van Silfhout
- Original Message -
From: "Mats Bengtsson" <[EMAIL PROTECTED]>
To: "Jean-marc LEGRAND" <[EMAIL PROTECTED]>
Cc: "Lilypond bug" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, October 27, 2004 6:32 PM
16
> > d4 ees f4. f8
> > f [d e fis] g4. g8
> > fis4. fis!8 g4 g8 f
> > ees8 [f ees! d] c d ees!4
...
> > warning: stem doesn't fit in beam:
> > e4 f4. [f8 f8. f16]
...
Move the "[":
$ cat z.ly
\version "2.3.22"
{e4 f4. f8[
. g8
fis4. fis!8 g4 g8 f
ees8 [f ees! d] c d ees!4
d4. d8 d2
\bar "|."
}
And here's the message :
warning: stem doesn't fit in beam:
e4 f4. [f8 f8. f16]
Everything seems OK, and I've already used such beaming. What's wrong with the
stems ?
___
4. d8
d4. d8 e4 f8. ees16
d4 ees f4. f8
f [d e fis] g4. g8
fis4. fis!8 g4 g8 f
ees8 [f ees! d] c d ees!4
d4. d8 d2
\bar "|."
}
And here's the message :
warning: stem doesn't fit in beam:
e4 f4. [f8 f8. f16]
Everything see