lilypond-user
[Top][All Lists]
Advanced

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

Re: how do i input the fingure?


From: Thomas Morley
Subject: Re: how do i input the fingure?
Date: Fri, 26 Jan 2018 20:50:59 +0100

2018-01-26 18:44 GMT+01:00 Robin Bannister <address@hidden>:
> This is with a recent version of lilypond:
>
> \version "2.19.80"
> {
> e''2.\finger \markup \overtie #"52"
> }
>
>
> Cheers,
> Robin



I'd use the generic tie-markup.
This is exactly the use-case why I coded tie generic and over/undertie
derived from it.

{
  \voiceOne
  e''2\finger \markup \tie #"52"
  \voiceTwo
  e''2\finger \markup \tie #"52"
}

Cheers,
  Harm



reply via email to

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