bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1623 in lilypond: Override Stem #'length-fraction not applied to l


From: lilypond
Subject: Issue 1623 in lilypond: Override Stem #'length-fraction not applied to leger notes
Date: Mon, 18 Apr 2011 02:44:32 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-High

New issue 1623 by address@hidden: Override Stem #'length-fraction not applied to leger notes
http://code.google.com/p/lilypond/issues/detail?id=1623

Reported by Xavier Scheuer:

%% (Bug report)
%%
%% Shortening  Stem #'length-fraction  does not shorten stems for notes
%% far from the middle of the staff (notes with ledger lines)
%%
%% I know this behaviour is intentional in the case of "normal" stems
%% but I find it quite odd when we want stems to be shorter (since
%% overriding  Stem #'length-fraction  would change actually nothing
%% for notes with ledger lines).
%%
%% At least it would be great to have a propertie that could be
%% overridden to disable this behaviour (if this override exists please
%% forgive me, I did not find it)
%%

\version "2.13.60"

\score {
  \new Staff {
    \relative e {
      \override Stem #'length-fraction = #(magstep -4)
      e4 f g a
      b c d e
      f g a b
      c d e f
      g a b c
      d e f g
    }
  }
}

Colin: I'm uncertain of priority, as this doesn't seem to be a regression, but the behaviour is inconsistent, so I'll set it at High to start discussion.

Attachments:
        stem-length-fraction-ledger-notes.png  3.3 KB




reply via email to

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