lilypond-user
[Top][All Lists]
Advanced

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

Re: Right-margin & aligning of "Composer"-field


From: Mark Knoop
Subject: Re: Right-margin & aligning of "Composer"-field
Date: Tue, 14 Oct 2008 15:34:13 +0100

At 14:03 on 14 Oct 2008, J.Van Thuyne wrote:
> The subjoined code results (both in versions 2.11.58 and 2.11.62) in a
> Composer-field without a right margin. Is this a known issue, or am I
> missing a mistake?
> 
> 
> \version "2.11.62"
> 
> \paper {
>   #(set-paper-size "a4")
>   left-margin = 20
>   right-margin = 20

I don't think right-margin exists - there's just left-margin and
line-width. Since left and right margins are by default 10mm, setting
left margin to 20mm means that the right-margin becomes 0mm. 

See: Documentation/user/lilypond/Page-formatting.html#Horizontal-dimensions


>   top-margin = 20
>   between-system-space = 20
>   systemSeparatorMarkup = \slashSeparator
> }
> 
> \header {
>   title = "Centered title"
>   subsubtitle = "from \'Titles, from left to right\'"
>   poet = "Poet"
>   composer = "Composer, not OK."
> }
> 
> melody = \relative c { a b c }
> 
> \score {
>   \new Staff = "mel" \melody
> }
> 
> 
> --> http://hemiola.eu/rightmargin.pdf
> 

-- 
Mark Knoop




reply via email to

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