lilypond-user
[Top][All Lists]
Advanced

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

Re: Trill notation with fingering


From: Nick Payne
Subject: Re: Trill notation with fingering
Date: Mon, 04 Apr 2011 12:42:10 +1000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8

On 04/04/11 09:31, Javier Ruiz-Alma wrote:
Any ideas as to how best to approximate the trill plus fingering notiation as shown in this image?
The closest I can get is:
 
a2.\trill^markup{\finger "3 2"}
 
However, this doesn't show the cap over the digits, plus lilypond seems to always try to display the "tr" symbol at the very top, no matter what order the modifiers are listed after the note.

To get the trill below the fingering, use something like this

once \override Script #'script-priority = #-100
<cs a e>4^\trill-\tweak #'extra-offset #'(-0.6 . 0)^\markup { \finger "2121" }

Can't help with the cap over the fingering as I don't use that.

Nick

reply via email to

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