[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Notes are doubled on forced beaming
From: |
Noeck |
Subject: |
Re: Notes are doubled on forced beaming |
Date: |
Wed, 14 Oct 2015 00:37:29 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
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 last note)
> \relative c' { c8[ d]}
These are 2 notes:
c8[ -> c8[
d] -> d8] (duration from last note)
Does this explain it to you?
Cheers,
Joram