Re: Issue 1623 in lilypond: Override Stem #'length-fraction not applied to leger notes

2011-04-25 Thread lilypond

Updates:
Status: Verified

Comment #2 on issue 1623 by brownian.box: Override Stem #'length-fraction  
not applied to leger notes

http://code.google.com/p/lilypond/issues/detail?id=1623

(No comment was entered for this change.)


___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1623 in lilypond: Override Stem #'length-fraction not applied to leger notes

2011-04-18 Thread lilypond

Updates:
Status: Invalid

Comment #1 on issue 1623 by n.putt...@gmail.com: Override Stem  
#'length-fraction not applied to leger notes

http://code.google.com/p/lilypond/issues/detail?id=1623

This can be overridden via 'no-stem-extend:

\override Stem #'no-stem-extend = ##t


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


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

2011-04-17 Thread lilypond

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

New issue 1623 by colinpkc...@gmail.com: 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


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond