If you don't want these fonts in all your files, I recommend to
set the font-name property in your .ly source file instead of
changing the default setting in the LilyPond installation.
Something like:
\property Lyrics.LyricText \set #'font-name = #"aess10"
/Mats
Fodor Bertalan wrote:
I had a s
No! As has already been pointed out earlier, the \midi{} block
has to appear within the \score{} block.
In order to also get some printed output, you should also put the
\paper block within the score block if you have a \midi block there.
/Mats
David Raleigh Arnold wrote:
On Thursday 06 Novembe
On Monday 10 November 2003 05:03 am, Mats Bengtsson wrote:
> No! As has already been pointed out earlier, the \midi{} block
> has to appear within the \score{} block.
> In order to also get some printed output, you should also put the
> \paper block within the score block if you have a \midi block
As far as I can see, this is currently hard-coded such that the
minimal width of the line is the same as the separation between
two note lines.
You may want to take a look at the example file
http://lilypond.org/doc/v2.0/input/test/out-www/collated-files.html#embedded-postscript.ly
for an alternati
You should only apply the \autochange command to the voice that
you want to move between the staves, not to both the upper voices.
I've attached a version where the automatic stave change works.
Also, I declared an identifier for each of the voices to make
it easier to get an overview of the struct
Hi All.
I've been fiddling with the satb.ly template, trying to create a
barbershop quartet template. My question: Why can I get away with
specifying the time signature once in the first staff, and have it
default to the same in the lower staff, but not have the key signature
behave the same way.