Dear Valentin, thanks for your answer. I could not make it work, probably because I do not really understand lilypond syntax yet.
Here's a shortened version of what I want, could someone please tell me how
to correct the \pageBreak (hidden behind comments as it does not work this
way)? I wish it to happen after the title but before the first line of
musics.
------- Mask.ly -------
\version "2.10.33"
\paper {
print-page-number=##f
ragged-bottom=##t
ragged-last-bottom=##t
}
#(set-global-staff-size 14)
\header {
title = "Mask"
% poet = "Eva Wiest"
composer = "Eva Wiest"
copyright = "Eva Wiest (http://summerandfall.de/)"
tagline = ##f
}
melody = \relative c' {
\pageBreak
a'1 ~ a2
a4 b4 c2 c4 c4 b2 c4 b4 a2 a4 g4 e2
a4 b4 c2 c4 c4 b2 a4 g4 a1 ~ a2
a4 b4
}
textI = \lyricmode {
She
She is cold as blue ice with a face of gra -- nite,
she will ne -- ver give up or give in,
She won't
}
guitar = \chordmode {
a1:m f a:m g a:m e
a:m g f r
}
%\markup {
% \pageBreak
%}
\score {
<<
\new ChordNames { \set chordChanges = ##t \guitar }
\new Voice = "one" { \clef treble \melody }
\new Lyrics \lyricsto "one" { \textI }
>>
\layout { indent = 0.0\cm }
}
------- end of Mask.ly -------
Thanks a lot,
Susan
pgpuEGamVp7UY.pgp
Description: PGP signature
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
