lilypond-user
[Top][All Lists]
Advanced

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

Re: Displaying string number above fingering


From: Nathan
Subject: Re: Displaying string number above fingering
Date: Tue, 11 Dec 2012 15:37:56 -0800

On Tue, Dec 11, 2012 at 3:12 PM, Olivier Biot <address@hidden> 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



reply via email to

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