On 21/02/11 01:15, Carl Sorensen wrote:
IIRC, the engraving books said that 3/4 beamed in two should probably be 6/8
instead of 3/4
I came across the problem in Var. 25 of the Goldberg variations, which
is in 3/4 and in both the Breitkopf & Härtel and Peters editions has the
eighth notes in the
I've added this as issue #1524, NIck. Thanks for the report and example.
Colin Campbell
LilyPond bug squad
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
I've added your example and Carl's reply as issue 1525, Phil, with the note
that it may be related to Nick's issue 1524.
Colin
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
On 2/20/11 4:35 AM, "Phil Holmes" wrote:
> - Original Message -
> From: "Nick Payne"
> To:
> Sent: Sunday, February 20, 2011 3:37 AM
> Subject: Beaming eighth notes in threes in 3/4 time
>
>
>> Shouldn't this example have the
- Original Message -
From: "Nick Payne"
To:
Sent: Sunday, February 20, 2011 3:37 AM
Subject: Beaming eighth notes in threes in 3/4 time
Shouldn't this example have the notes in the second bar beamed three
together and three together? What I'm getting is three,
Nick Payne internode.on.net> writes:
> Shouldn't this example have the notes in the second bar beamed three
> together and three together?
>
I think it should. For now, you can add a line
> \version "2.13.50"
[...]
\set Timing.beatStructure = #'(3)
___
Shouldn't this example have the notes in the second bar beamed three
together and three together? What I'm getting is three, then one, then two:
\version "2.13.50"
\relative c' {
\time 3/4
c8 c c c c c
\set beamExceptions = #'((end . (((1 . 8) . (3 3)
c c c c c c
}
Nick
<>_