It is possible to change the fonts of the title?
I have a very nice collection of pfb fonts in my ghost script fonts,
that I wan to use.
Please if is possible send me an example.
%---begin example encode utf-8
%ChangeFont
\header {
title= \markup { \override #'(font-name . "Agent Or
Hi Rick
What I had in mind was something like:
melody = \relative c' {c c d b~ |b8 c d4 e e | s1 | d4 c b c
|}
comp = \drummode {\override NoteHead #'style = #'slash
s1*2 | bd4 bd4. bd8 bd4 | s1 | }
\score {
\new Staff = "song" <<
\new Voice = "melody"
\melody
\new Voice = "comp"
\comp
Brett Duncan-2 wrote:
>
> Han-Wen Nienhuys wrote:
>> Paul Scott escreveu:
>>> Rick Hansen (aka RickH) wrote:
>>> (snip)
>>>
Here is a solution, just change the notehead! (thanks to Brett who
sent me
the idea)
\paper {
ragged-right = ##t
}
Brett Duncan wrote:
What if you had a rest that looked like a slash? No transposition
issues, then. No input to MIDI if you have a midi block in your .ly
file, for that matter. Given the slash is already part of the Feta
font, I assume it should be possible - I'm just not sure how to do it!