W dniu 13 lipca 2011 19:07 użytkownik Carl Sorensen napisał:
> On 7/13/11 6:48 AM, "Janek Warchoł" wrote:
> > 2011/7/13 m...@apollinemike.com
> >> You have to override the Beam #'length-fraction property.
> >
> > It works, thanks!
> > Interestignly, it isn't listed in Internals - a bug?\
>
> IR 3.
2011/7/14 Carl Sorensen :
> On 7/14/11 1:40 PM, "Janek Warchoł"
> wrote:
>
>> W dniu 13 lipca 2011 19:07 użytkownik Carl Sorensen napisał:
>>> On 7/13/11 6:48 AM, "Janek Warchoł" wrote:
2011/7/13 m...@apollinemike.com
> You have to override the Beam #'length-fraction property.
On 7/14/11 2:07 PM, "Janek Warchoł"
wrote:
> 2011/7/14 Carl Sorensen :
>> On 7/14/11 1:40 PM, "Janek Warchoł"
>> wrote:
>>
>>> W dniu 13 lipca 2011 19:07 użytkownik Carl Sorensen napisał:
On 7/13/11 6:48 AM, "Janek Warchoł" wrote:
> 2011/7/13 m...@apollinemike.com
>> You have to o
On 7/14/11 1:40 PM, "Janek Warchoł"
wrote:
> W dniu 13 lipca 2011 19:07 użytkownik Carl Sorensen napisał:
>> On 7/13/11 6:48 AM, "Janek Warchoł" wrote:
>>> 2011/7/13 m...@apollinemike.com
You have to override the Beam #'length-fraction property.
>>>
>>> It works, thanks!
>>> Interestignly,
titling-init.ly contains the following definitions:
#(define (first-page layout props arg)
(if (book-first-page? layout props)
(interpret-markup layout props arg)
empty-stencil))
#(define (last-page layout props arg)
(if (book-last-page? layout props)
(interpret-markup layou
On 15/07/11 10:20, Matthew Collett wrote:
titling-init.ly contains the following definitions:
#(define (first-page layout props arg)
(if (book-first-page? layout props)
(interpret-markup layout props arg)
empty-stencil))
#(define (last-page layout props arg)
(if (book-last-p