[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
varying page height
From: |
Werner LEMBERG |
Subject: |
varying page height |
Date: |
Sun, 19 Sep 2004 10:06:47 +0200 (CEST) |
% critical
% address@hidden
\version "2.3.17"
\header { texidoc = "
In the score below, the second page is longer than the first and the
third. All pages should be of equal length.
" }
foo = \relative c' {
c4 d e f | g4 g g g | a4 f c' a | g1 | a4 f c' a | g1 |
g4 f f f | f4 e e e | e4 d e d | c4 e g2 |
g4 f f f | f4 e e e | e4 d e d | c1 | }
\bookpaper {
indent = 0\mm
raggedbottom = ##f
raggedlastbottom = ##f
}
\header {
title = "foo"
subtitle = "bar"
subsubtitle = "(foobar)"
composer = "Foo Bar"
copyright = ""
footer = ""
tagline = ""
}
\score {
\context Staff = foo {
\foo \foo \foo \foo
\foo \foo \foo \foo
\foo \foo \foo \foo
\foo \foo \foo \foo
\foo \foo \foo
}
}
% EOF
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- varying page height,
Werner LEMBERG <=