On Tue, Dec 11, 2012 at 3:12 PM, Olivier Biot <olivier.b...@gmail.com> wrote:
> Hi all,
>
> How can I display the string number above fingerings in all cases?
>
> [...]

Both StringNumbers and Fingerings have script-priority set to 100.
Increasing one seems to solve the problem:

\new Staff \relative c'' {
  g8-1\1 a8-1\1 b8-1\1 c8-1\1
  g8-1\1 a8-1\1 b8-1\1 c8-1\1
  \override StringNumber #'script-priority = #150
  g8-1\1 a8-1\1 b8-1\1 c8-1\1
  g8-1\1 a8-1\1 b8-1\1 c8-1\1
}

Regards,
Nathan

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

Reply via email to