[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Vertifal alignment of fingering and accent
From: |
Mark Polesky |
Subject: |
Re: Vertifal alignment of fingering and accent |
Date: |
Sat, 22 Aug 2009 18:28:31 -0700 (PDT) |
Nick Payne wrote:
> The following puts the fingering on the d above the accent rather than
> below. I've played around with various values for script-priority and
> outside-staff-priority for both fingering and accent without managing to
> change the order. Any suggestions on how to rearrange them to have the
> fingering below the accent without resorting to tweaking both?
>
> \version "2.13.3"
> \relative c'' {
> \set fingeringOrientations = #'(left)
> \time 2/4
> a4 ->
> }
\override Fingering #'script-priority = #-101
- Mark