Re: Changing fonts in titles.

2006-11-09 Thread Martial
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

RE: Rhythmic slashes

2006-11-09 Thread Trevor Daniels
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

Re: Rhythmic slashes

2006-11-09 Thread Rick Hansen (aka RickH)
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 }

Re: Rhythmic slashes

2006-11-09 Thread Mats Bengtsson
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!