> Currently I am working with a FontForge script to convert LilyPond
> music fonts to SMuFL.
There was/is a project to do that, see
https://wolfgangsta.github.io/emmentaler-bravura/
It would be great if you could help with that.
> The following table(s) in the font have been ignored by FontF
What would be the correct way to code something that has a short
intoduction followed by stanzas that have singer names specific for each
stanza?
The MWE starts with an example from the documentation and then adds an
intro. If I comment out the intro the names are shown. If I uncomment
the i
Currently I am working with a FontForge script to convert LilyPond music
fonts to SMuFL. While I am writing the script, I find that when I opens
a LilyPond font, FontForge will pop up a dialog showing warnings:
The following table(s) in the font have been ignored by FontForge
Ignoring 'LILC'
Thank you Jakub!
Now it works.
I had tried: #(set-default-paper-size "a4" ’landscape) - Frescobaldi showed
staffs running vertically. ;-)
> Am 07.01.2025 um 13:55 schrieb Jakub Pavlík :
>
> When a LilyPond document is engraved landscape like
>
> \paper {
> #(set-paper-size "a4landscape")
>
On 06/01/2025 23:27, Lucas Cavalcanti wrote:
Hello! I'm writing down the structure of the song "Stargazer" (by
Rainbow) in lilypond and have encountered a situation due to the
song's form of ABABCAE: A is the verse and refrain; B is a pivot or "a
tiny bridge"; C is the interlude; and E is the c
When a LilyPond document is engraved landscape like
\paper {
#(set-paper-size "a4landscape")
}
it is displayed appropriately in Frescobaldi.
Are you looking for a way to rotate the music view, so that a portrait
document can still be viewed landscape, with staffs running vertically
rather than
> On 7 Jan 2025, at 10:46, Thomas Scharkowski wrote:
>
> Should be easy, but I could not find out how to get Frescobaldi’s Music View
> in landscape.
>
> Any help appreciated,
>
> Thomas
Goes automatic to landscape view when you configure lilypond to output on a
landscape paperformat as i
Should be easy, but I could not find out how to get Frescobaldi’s Music View in
landscape.
Any help appreciated,
Thomas