lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4019 in lilypond: Binding-offset when used with tw


From: lilypond
Subject: [Lilypond-auto] Issue 4019 in lilypond: Binding-offset when used with two-sided causes unexpected result when globally changing staff size
Date: Sun, 20 Jul 2014 09:44:19 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 4019 by address@hidden: Binding-offset when used with two-sided causes unexpected result when globally changing staff size
http://code.google.com/p/lilypond/issues/detail?id=4019

On 19/07/14 23:25, Karol Majewski wrote:
Hi,

it seems that binding-offset size scales accordingly to global-staff-size ...

--snip--

\version "2.19.10"

#(set-global-staff-size 10)

\paper {
  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 }
  }
}

--snip--

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.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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