lilypond-user
[Top][All Lists]
Advanced

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

Re: Text uder the score


From: Pierre Perol-Schneider
Subject: Re: Text uder the score
Date: Wed, 5 Nov 2014 20:38:13 +0100

Hi Vincenzo,

Try :

\version "2.18.2"


\header {
  title = "song title"

}

\score {
  \new Staff \relative c' { c4 }
}

% I WOULD LIKE TO HAVE MORE VERTICAL SPACING HERE

\markup {
  %% put some space here:
  \vspace #20
  \fill-line {
    \hspace #1
    \column {
      \line { O sacrum convivium }
      \line { in quo Christus sumitur, }

      % I WOULD LIKE TO HAVE AN EMPTY LINE OR MORE HERE

      \line { futurae gloriae nobis pignus datur. }

    }
    \hspace #2
    \column \italic {
      \line { O sacred feast }
      \line { in which Christ is received, }
    }
    \hspace #1
  }
}

reply via email to

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