Sorry if this is a faq, I did some searching and couldn't find a simple
answer.
How can I make output larger?
I can get the notes to appear larger with
\property Staff.fontSize = #2
but the staff lines remain small so the end result looks weird, setting
Staff.staffSpace doesn't seem to
The hack is rather simple -
Upbow (it's not bowup after all) is perfect as far as the shape goes, the
only problem is that it appears above a note rather than before one.
So you have to shift it to the left:
\property Voice.Script \override #'extra-offset = #'(-2 . 0)
c-\upbow
\propert
On Mon, 26 Nov 2001, Mark Hindley wrote:
> What I wrote about 1.4.9 certainly will give you an easier way to
> control the lyric placement. But what I think you need is to use
> \context ChoirStaff rather than StaffGroup and then there will be no
> barlines in between the staves.
Funny you shou
I saw the question posted earlier re lyrics alignment, but I can't quite
tell whether it adresses my problem, so sorry if I'm being repeticious.
I have Lyrics in between two staves in a StaffGroup. This way bar lines go
all across from the top staff to the bottom one.
I'm using \addlyrics.
I a
OK, I've succeded in having Cyrillic lyrics, here is how I did it. This
may not be the ultimately correct way to do it, but it worked for me.
Hopefully this will help someone facing the same problem.
The instructions below are for FreeBSD, on other systems I'm guessing
paths will vary, but every