Notes are doubled on forced beaming
By the way, this was a syntax error in 2.18 because of the duration after
the beaming:
> \relative c' { c[8 d]}
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/
By the way, this was a syntax error in 2.18 because of the duration
after the beaming:
> \relative c' { c[8 d]}
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Am 14.10.2015 um 00:30 schrieb Michał Konopacki:
>
> Hello List!
>
>
>
> First of all thanks for all the community that emerged around this
> wonderful software. I’m occasional lilypond user.
>
> My question is:
>
>
>
> \version "2.19.18"
>
> \relative c' { c[8 d]}
>
What you are doing here
Hi Michał,
the order of note properties is: pitch, duration, beaming. Single
durations are allowed: c8 8 8 8.
> \relative c' { c[8 d]}
These are three notes:
c[ -> c4[ (the 8 is not read as duration of this as it comes too late)
8 -> c8 (pitch from last note)
d[ -> d8] (duration from las