bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: binding-offset bug


From: James
Subject: Re: binding-offset bug
Date: Sun, 20 Jul 2014 10:44:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 19/07/14 23:25, Karol Majewski wrote:
> Hi,
>
> it seems that binding-offset size scales accordingly to global-staff-size, 
> which of course is a bug:
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> \version "2.19.10"
>
> #(set-global-staff-size 20)
>
> \paper {
>   top-markup-spacing = #'((basic-distance . 0) (minimum-distance . 0) 
> (padding . 0) (stretchability . 0))
>   two-sided = ##t
>   binding-offset = 2\cm
> }
>
> \bookpart {
>   \header {
>     poet = \markup { \abs-fontsize #13 "left" }
>     composer = \markup { \abs-fontsize #13 "right" }
>   }
>   \score {
>     \new Staff { d'4 }
>   }
> }
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> Now, change global-staff-size to smaller and you'll notice that inner-margin 
> becomes smaller too! However, when binding-offset is disabled, changing 
> global-staff-size does not affect inner-margin size.
>
> Best
> --Karol
>
>
http://code.google.com/p/lilypond/issues/detail?id=4019

James



reply via email to

[Prev in Thread] Current Thread [Next in Thread]