lilypond-user
[Top][All Lists]
Advanced

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

Right-margin & aligning of "Composer"-field


From: J . Van Thuyne
Subject: Right-margin & aligning of "Composer"-field
Date: Tue, 14 Oct 2008 14:03:45 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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
  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


Best regards,

Jethro.






reply via email to

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