lilypond-user
[Top][All Lists]
Advanced

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

Re: changing fingering position


From: Gianmaria Lari
Subject: Re: changing fingering position
Date: Sat, 22 Sep 2018 23:30:47 +0200



On Sat, 22 Sep 2018 at 19:27, Abraham Lee <address@hidden> wrote:
Hi, Gianmaria!

On Sat, Sep 22, 2018 at 10:42 AM Gianmaria Lari <address@hidden> wrote:

On Sat, 22 Sep 2018 at 17:44, Thomas Morley <address@hidden> wrote:


2018-09-22 17:29 GMT+02:00 Gianmaria Lari <address@hidden>:
This code write some fingering on "b" pitch.

\version "2.19.82"
{b4\finger\markup {2 \circle 3 2} \prall}

.. and here it is the result:
image.png
This is ok except the fact that the elements 2 (3) 2 are written not enough close each other.
How can I make them more close like in the following example?

\version "2.19.82"  
{b4-232 \prall}

.. and here it is the result:
image.png
Thank you, g.

P.S. On the accordion notation, a number inside a circle indicates a note to be played on the 4 or 5 row of the keyboard.


Hi,

like below?

\markup \override #'(word-space . 0) \line { 2 \circle 3 2 }

That’s a great solution! Might I suggest a simpler one:

\markup \concat { 2 \circle 3 2 }

Thank you Abraham! Your solution also works perfectly and it's a bit simpler.... I report both solution here:

\version "2.19.82"
{b\finger \markup \concat { 2 \circle 3 2 }}
{b\finger \markup \override #'(word-space . 0) \line { 2 \circle 3 2 }} 

Thank you, Gianmaria

reply via email to

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