bug-lilypond
[Top][All Lists]
Advanced

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

fingeringOrientations and StringNumber.direction broken?


From: Malte Meyn
Subject: fingeringOrientations and StringNumber.direction broken?
Date: Mon, 22 Aug 2016 11:53:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hi list,

I think I found one or two bugs or at least a *very* confusing inconsistency:

\overriding StringNumber.direction and \setting fingeringOrientations seem to have no effect but

\overriding Fingering.direction and \setting stringNumberOrientations have an effect.

IMO the output should be the same for the second, third, and fourth note.

\version "2.19.46"

{
  % Everything ok:
  g'\1-2

  % This looks broken to me:
  \once \override StringNumber.direction = #DOWN
  \once \override Fingering.direction = #DOWN
  g'\1-2

  \once \set stringNumberOrientations = #'(DOWN)
  % This looks broken to me:
  \once \set fingeringOrientations = #'(DOWN)
  g'\1-2

  % Everything ok:
  g'_\1_2
}



reply via email to

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