[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: alignment-vertical-manual-setting
From: |
Nicolas Sceaux |
Subject: |
Re: alignment-vertical-manual-setting |
Date: |
Sat, 08 Jul 2006 16:05:09 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) |
"Trent Johnston" <address@hidden> writes:
> Hello everyone,
>
> I'm having trouble with the "alignment-vertical-manual-setting"
>
> I'm using the correct syntax below is an example
>
> \overrideProperty
> #"Score.NonMusicalPaperColumn"
> #'line-break-system-details
> #'((alignment-offsets . (55 44 33 22 11 5 0)))
>
> but every now and then the override will not work the staves will stay in
> their orignal positions.
>
> I know there was some problems with this a couple of releases ago so I
> wonder if there is a problem still somewhere.
>
> I can provide an example but the file is large.
If you're not using the built-in page breaking scheme, then this is the
explanation. In that case, please contact me privately, for my custom
page breaking function does not have this feature. If you have a problem
of vertical layout, try to reproduce the problem by getting rid of all
non built-in functions, for custom functions should be the first place
to look for bugs.
Try again with:
\paper { #(define page-breaking optimal-page-breaks) }