lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Notes are doubled on forced beaming


From: Urs Liska
Subject: Re: Notes are doubled on forced beaming
Date: Wed, 14 Oct 2015 00:38:46 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0



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 is a kind of shorthand notation.
Actually LilyPond interpretes this as:
- a c' without explicit duration: use c'4
- an explicit beam to that crotchet -> ignore that
- a duration (8) without a pitch -> repeat the previous pitch: take as c'8
- d'8 -> ignore the explicit beam, the two quavers are beamed anyway.

You can try the following expressions to see:

\relative c' { c 8 d } % nothing between the pitch and the duration
\relative c' { c \f 8 d } % anything between the pitch and the duration

HTH
Urs

 

The following code creates doubled c (and we have three notes c c d).

If I change to:

\version "2.19.18"

\relative c' { c8[ d]}

 

We have normal output as suspected

 

Is it bug or feature, if feature - why is it so?

 

Thanks,

Michał



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

[Prev in Thread] Current Thread [Next in Thread]