lilypond-user
[Top][All Lists]
Advanced

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

Re: changing fingering position


From: Torsten Hämmerle
Subject: Re: changing fingering position
Date: Sat, 22 Sep 2018 11:03:10 -0700 (MST)

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

Hi Gianmaria,

An even more straight-forward (imho) option would be to simply concatenate
the three markup elements to get rid of the spaces:

    {b4\finger\markup \concat {2 \circle 3 2} \prall}


Harm's solution, however, is perferable if you want to have some padding in
between: the gap can be varied by adjusting word-space.

All the best,
Torsten




--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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