> I want to use emoji within markup, and I can see in the output log
> that Lilypond can't find a character in its default emoji font
> (Symbola). I can't figure out how to override the default font.
LilyPond does *not* have a default emoji font! It is Pango and
FontConfig which choose the font.
On Wed, 17 Jan 2024 at 15:42, Martin Brown wrote:
> To answer my own question, I've fudged this with:
> \omit MultiMeasureRestNumber at the start of the bass line
> \override MultiMeasureRestNumber.Y-offset = -5 at the start of the
> treble line
> but that seems a bit fragile. Eg. if the
On Wed, 17 Jan 2024, Martin Brown wrote:
> To answer my own question, I've fudged this with:
> \omit MultiMeasureRestNumber at the start of the bass line
> \override MultiMeasureRestNumber.Y-offset = -5 at the start of the
> treble line
> but that seems a bit fragile. Eg. if the staves nee
Hi,
I've been trying to make a bracket to indicate a change of manuals for an
organ piece, and have succeeded in getting Lilypond to generate what I want
(code below) for a particular instance. However, I have three questions:
1) Why does this particular format work? I'm not understanding why rem
To answer my own question, I've fudged this with:
\omit MultiMeasureRestNumber at the start of the bass line
\override MultiMeasureRestNumber.Y-offset = -5 at the start of the
treble line
but that seems a bit fragile. Eg. if the staves need to be separated more.
Any other solutions?
Cheers
Thank you so much for your answer. I was talking about the dimensional
width of a bar. The situation in my "fat" bar is complicated, because
one singer in a recit enters while the other one is on her last note.
So I had the problem of accommodating the lyrics and moving them
around, so they are wel
Actually the second solution (passing a variable via Scheme) works great!
Basically I have multiple template files to render a score in different ways
(paper sizes, etc) and this way I can use the same base file to generate PDFs
using the different templates without editing the base file every t
Trying with your example doesn't work. I neglected to mentioned the
actual error messages, which might not actually mean what I had thought
them to mean.
programming error: Glyph has no name, but font supports glyph naming.
Skipping glyph U+1FFC, file /usr/share/fonts/gdouros-symbola/Symbola.tt
On 2024-01-16 10:12 am, Benjamin Bruce wrote:
Is there a way to compile multiple input files into one output file via
the command line? Currently I am using \include, but I would like to be
able to choose the included file on the fly without editing the main
file.
If I recall correctly, LilyP
On 2024-01-16 9:12 am, YTG 1234 wrote:
I want to use emoji within markup, and I can see in the output log that
Lilypond can't find a character in its default emoji font (Symbola). I
can't figure out how to override the default font.
%%%
\markup {
"🔒" %% This character isn't be found
}
%%
Is there a way to compile multiple input files into one output file via the
command line? Currently I am using \include, but I would like to be able to
choose the included file on the fly without editing the main file.
Another thought I had was maybe there is a way to pass a value to the .ly fil
On 2024-01-16 8:06 am, Hajo Baess wrote:
Hello LilyPond users,
I wonder if there is a possibility to define a custom bar length, thus
for once cancelling LilyPond's automatic insertion of bar lines.
I have a complicated measure here with quite a bit of markup to
accommodate in one bar. I have w
I want to use emoji within markup, and I can see in the output log that
Lilypond can't find a character in its default emoji font (Symbola). I
can't figure out how to override the default font.
%%%
\markup {
"🔒" %% This character isn't be found
}
%%%
I saw an old thread recommending to u
Hello LilyPond users,
I wonder if there is a possibility to define a custom bar length, thus
for once cancelling LilyPond's automatic insertion of bar lines.
I have a complicated measure here with quite a bit of markup to
accommodate in one bar. I have worked out a solution which is maybe
good en
On Mon, Jan 15, 2024 at 10:57 AM Hans Aikema
wrote:
>
> I've created an issue for Frescobaldi and I should be able to start work
> on it today.
>
> https://github.com/frescobaldi/frescobaldi/issues/172
>
>
> Knute, you've missed a digit while copying the link and without doubt
> intended to refer
16 matches
Mail list logo