lilypond-user
[Top][All Lists]
Advanced

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

Re: title on a separate page


From: Susan Dittmar
Subject: Re: title on a separate page
Date: Mon, 5 Oct 2009 21:11:02 +0200
User-agent: Mutt/1.5.9i

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

Attachment: pgpSoKoa2UT8C.pgp
Description: PGP signature


reply via email to

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