On Sun, Jun 20, 2010 at 01:05:53PM +0100, Phil Holmes wrote:
> "Carl Sorensen" wrote in message
> news:c84353ee.13434%c_soren...@byu.edu...
>
>> I think this needs its own issue as a documentation bug. As long as we
>> have
>> unexpected behavior (i.e. we don't get the font we want in a staff
"Carl Sorensen" wrote in message
news:c84353ee.13434%c_soren...@byu.edu...
I think this needs its own issue as a documentation bug. As long as we
have
unexpected behavior (i.e. we don't get the font we want in a staff size
other than the default), we ought to document the behavior so the use
On 6/20/10 5:00 AM, "Phil Holmes" wrote:
> I think this will be covered by Issue 1039
> http://code.google.com/p/lilypond/issues/detail?id=1039 and so will not
> progress it further unless anyone shouts.
I think this needs its own issue as a documentation bug. As long as we have
unexpected beha
I think this will be covered by Issue 1039
http://code.google.com/p/lilypond/issues/detail?id=1039 and so will not
progress it further unless anyone shouts.
--
Phil Holmes
"Phil Holmes" wrote in message
news:huj5qn$u8...@dough.gmane.org...
Think this has been missed?
--
Phil Holmes
"Val
Think this has been missed?
--
Phil Holmes
"Valentin Villenave" wrote in message
news:eefe316d1003030437kfc2787dufe777ba8f48ed...@mail.gmail.com...
On Wed, Jan 27, 2010 at 1:04 AM, Neil Puttock wrote:
2010/1/26 Jiri Zurek (Prague) :
Fonts set in the make-pango-font-tree are used only in
On Wed, Jan 27, 2010 at 1:04 AM, Neil Puttock wrote:
> 2010/1/26 Jiri Zurek (Prague) :
>>
>> Fonts set in the make-pango-font-tree are used only in the default score
>> size. As soon as the score size is changed with the layout-set-staff-size to
>> any specific value, the fonts used for the lyrics
> Maybe all that's needed is a simple
> ability to change the default?
I don't see how that's possible, bearing in mind that the font-tree
cannot be changed once created (it's locked to a specific font-scale).
I meant, changing the global default. So the font-tree gets created
with the wante
2010/1/27 Boris Shingarov :
> This looks like a complex workaround.
It isn't really. It just looks complex since I've copied code from
paper.scm so there's no need to patch any installed files.
> Maybe all that's needed is a simple
> ability to change the default?
I don't see how that's possib
Quoting Neil Puttock :
2010/1/26 Jiri Zurek (Prague) :
> I need that the lyrics in the whole book is typeset with the specific font
> regardless of the size of the corresponding staff. Is there a workaround to
> the above mentioned bug?
Try this:
[ ... full suggestion skipped ... ]
This look
2010/1/26 Jiri Zurek (Prague) :
>
> Fonts set in the make-pango-font-tree are used only in the default score
> size. As soon as the score size is changed with the layout-set-staff-size to
> any specific value, the fonts used for the lyrics become the default (a sort
> of Century Schoolbook). This b
font
%
\score {
<<
\new Voice = "cantus" { \clef "G_8" c8 d e f }
\new Lyrics
\lyricsto "cantus" { \lyricmode { Al -- le -- lu -- ia. } }
>>
\layout {
#(layout-set-staff-size 30)
}
}
%end lilypond
--
Vi
11 matches
Mail list logo