bug-lilypond
[Top][All Lists]
Advanced

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

Issue 2241 in lilypond: Book only puts copyright information on the firs


From: lilypond
Subject: Issue 2241 in lilypond: Book only puts copyright information on the first page
Date: Sun, 22 Jan 2012 11:21:09 +0000

Status: Accepted
Owner: ----
Labels: Type-Other

New issue 2241 by address@hidden: Book only puts copyright information on the first page
http://code.google.com/p/lilypond/issues/detail?id=2241

Reported by Christopher Maden:

When using multiple bookparts within a book, it would be common for each to have its own copyright. However, it only seems possible to put copyright information on the first page. When using book and bookpart, lilypond should use the relevant copyright for each bookpart.

\version "2.14.2"
#(set-default-paper-size "letter")
\paper {
  print-all-headers = ##t
}
\book {
  \header {
    title = "LilyPond Copyright Test Main Title"
    copyright = "Copyright for first score"
  }
  \bookpart {
    \score {
      \relative c' { c c c c }
      \header {
        title = "Title Bookpart 1"
      }
    }
  }
  \bookpart {
    \score {
      \relative c' { c d e f }
      \header {
        title = "Title Bookpart 2"
        copyright = "Copyright Bookpart 2"
      }
    }
  }
  \bookpart {
    \score {
      \relative c' { c d e f }
      \header {
        title = "Title Bookpart 3"
        copyright = "Copyright Bookpart 3"
      }
    }
  }
}


Attachments:
        copyright.pdf  32.9 KB




reply via email to

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