Where are you sourcing this Arno from? Adobe Typekit, or a downloaded version?
Andrew
No, I haven’t. See the attachment.
– Daniel Tobias
On Sat, Nov 7, 2020 at 9:32 PM Werner LEMBERG wrote:
>
>
> >> I’m having an issue using the Arno Pro typeface as a text font in
> >> LilyPond. [...]
>
> Have you already sent us the output of
>
> fc-list | grep 'Arno Pro'
>
> ?
>
>
> Wern
This is fantastic!
Simple and clear.
Thank you so much, Pierre.
I spent a lot of time browsing the manuals that you referred to for 'slur',
but not for 'tie':-)
And it didn't dawn on me that I could put the 'prall' in markup.
--
Viktor Mastoridis 📱
fb.com/viktor.master.uk
-Original Message-
Or simply:
\version "2.20.0"
\new TabStaff {
\tabFullNotation
g^\markup\left-align\tie \musicglyph #"scripts.prall"
}
Cheers,
Pierre
Le dim. 8 nov. 2020 à 18:34, Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com> a écrit :
> Hi Viktor,
> See:
> http://lilypond.org/doc/v2.20/Documen
Hi Viktor,
See:
http://lilypond.org/doc/v2.20/Documentation/notation/text-markup-commands
E.g.:
\version "2.20.0"
\new TabStaff {
\tabFullNotation
g
^\markup\left-align {
\override #'(direction . 1)
\tie \musicglyph #"scripts.prall"
}
}
HTH, Cheers,
Pierre
Le dim. 8 nov. 2020 à 17:47
Hello,
I would like to create an upper mordent (\prall) for guitar tabs, which
would have a curved slur over a single note.
The reasoning is that I would like to distinguish the regular Mordent
(where each note is plucked), with the Grace Mordent (where the first note
is plucked, the upper note is
On 2020-11-08 1:52 am, Kuredant Kuredant wrote:
Hello,
I've been using the solution mentioned in
https://lists.gnu.org/archive/html/lilypond-user/2012-02/msg00253.html
to
adjust the orientation of the tremolo beams between two whole notes,
like
in this example: http://lilybin.com/vzv8uv/1
Th
Hello,
I've been using the solution mentioned in
https://lists.gnu.org/archive/html/lilypond-user/2012-02/msg00253.html to
adjust the orientation of the tremolo beams between two whole notes, like
in this example: http://lilybin.com/vzv8uv/1
This works very well with LilyPond 2.18.2 and 2.19.48,