Hi!
I'm using openLilyLib to change the notation font of my lilypond scores. The
problem is: when I change the notation font, the text font is automatically
changed to a font that I don't know what it is.
Default:
\version "2.20.0"
\header {
title = "Title"
composer = "Composer"
}
<< \r
Hi, everybody!
In the example below, the tuplet number is moved upwards when the articulation
is added. How to prevent this from happening?
\relative c' {
\stemUp
\tuplet 3/2 4 {
c8 d e f g a b c d e f g
c,,8^> d e f^> g a b^> c d e^> f g }
}
Thanks anyway.
___