Re: how to change gap between beams?

2011-07-14 Thread Janek Warchoł
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.

Re: how to change gap between beams?

2011-07-14 Thread Janek Warchoł
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.

Re: how to change gap between beams?

2011-07-14 Thread Carl Sorensen
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

Re: how to change gap between beams?

2011-07-14 Thread 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. >>> >>> It works, thanks! >>> Interestignly,

Defining 'not-last-page'

2011-07-14 Thread Matthew Collett
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

Re: Defining 'not-last-page'

2011-07-14 Thread Nick Payne
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