lilypond-user
[Top][All Lists]
Advanced

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

Re: 2.16.0 Open string fingering marks have _ and ^ behave as ^


From: Thomas Morley
Subject: Re: 2.16.0 Open string fingering marks have _ and ^ behave as ^
Date: Tue, 6 Nov 2012 00:01:01 +0100

2012/11/5 Olivier Biot <address@hidden>:
> Dear all,
>
> I think I just found a Lilypond bug.
>
> The following snippet with fingerings does only show one "open string"
> fingering while TWO have been written. The order of _ and ^ play no
> role in this bug.
>
> Expected behavior: both "\open" fingerings are displayed, one above
> and one below selected note.
>
> %%% BEGIN snippet
> \version 2.16.0
>
> \score {
>   \new Staff \with {midiInstrument = #"cello"} {
>     \relative c, {
>       \key d \major
>       \time 3/4
>       \tempo "Allegro"
>       \clef "bass"
>       d8^\open_\open (ees^1_1 e^2_1 f^3_2 fis^1_3 g^2_4)
>       gis^3_4 (a^\open_\open bes^1_1 b^2_1 c^3_2 cis^1_3)
>
>       \bar "|."
>     }
>   }
>
>   \layout {}
> }
> %%% END snippet
>
> Best regards,
>
> Olivier
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user

Hi Olivier,

I'm not sure that it is a bug.

script-init.ly shows:
open = #(make-articulation "open")

So \open is an articulation (not a fingering).
I think a note can be articulated only once in the same manner, so I'd
_expect_ that one setting is skipped.

BTW, \open is printed different compared to fingerings. I'd prefer to use d8_0^0


Cheers,
  Harm

P.S.
If you think you've detected a bug, you should send it to the bug-list:
http://lilypond.org/doc/v2.17/Documentation/web/bug-reports.html
On the user-list it might get lost.



reply via email to

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