lilypond-user
[Top][All Lists]
Advanced

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

after-title-space


From: Peter Buhr
Subject: after-title-space
Date: Sun, 27 Dec 2009 22:17:30 -0500

I cannot get after-title-space to separate the title from the first line of
music. What am I doing wrong?

\version "2.13.9"
\include "english.ly"
#(ly:set-option 'point-and-click #f)
#(set-default-paper-size "letter")
#(set-global-staff-size 23)
\paper {
        after-title-space = 0.5\in
        bottom-margin = 5\in
        ragged-last-bottom=##f
    tagline = ""
}
\layout {
        indent = 0.0
}
\header {
    title = "I Saw Three Ships"
    composer = "Traditional"
        enteredby = "Peter Buhr"
}
harmonies = \chordmode {
        s8 | f4. c/f | f c/f |
        f2. | c/f | f4. c/f |
        f4. c/f | f2. | c4./f f4 r8 |
}
melody = \relative c' {
        \key f \major \time 6/8
        \new Voice = "repeat" \repeat volta 1 {
                \partial 8 c8 | <f a,>4 <f a,>8 <g c,>4 <a f>8 | <c a>4 <a f>8  
<g c,>4 <bf g>8 | \break
                <a f>4 <f a,>8 <f a,>4 <a f>8 | <g c,>4 <e c>8 c4 c8 | <f a,>4 
<f a,>8 <g c,>4 <a f>8 | \break
                <c a>4 <a f>8 <g c,>4 <b g>8 | <a f>4 <f a,>8 <f a,>8 <g c,> <a 
f> | <g c,>4. <f a,>4 r8 |
        }
}
repeatA = \lyricmode {
        I saw three ships come sail -- ing in On
        Christ -- mas Day, on Christ -- mas Day, I saw three ships come
        sail -- ing in On Christ -- mas Day in the morning -- ing.
}
repeatB = \lyricmode {
        And what was in those ships all three On
        Christ -- mas Day, on Christ -- mas Day? And what was in those
        ships all three On Christ -- mas Day in the morning -- ing?
}
repeatC = \lyricmode {
        The Vir -- gin Mary and Christ were there On
        Christ -- mas Day, on Christ -- mas Day, The Vir -- gin Mary and
        Christ were there On Christ -- mas Day in the morning -- ing.
}
\score {
    \transpose f c'
        <<
                \context ChordNames = one {
                        \set chordChanges = ##t
                        \harmonies
                }
                \context Voice = one {
                        \melody
                }
                \lyricsto "repeat" \new Lyrics \repeatA
                \lyricsto "repeat" \new Lyrics \repeatB
                \lyricsto "repeat" \new Lyrics \repeatC
        >>
}

% Local Variables: %
% tab-width: 4 %
% compile-command: "lilypond --ps Three_Ships.ly" %
% End: %




reply via email to

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