Ciao Federico,

> Where do you want to put this information?

At the bottom of the score ...

I've put in capital letters what I'm not able to get (that's a kind of
minimum example, wow)

\version "2.18.2"


\header {
  title = "song title"

}

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

% I WOULD LIKE TO HAVE MORE VERTICAL SPACING HERE

\markup {
  \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
  }
}

I still guess for the other questions in my first message .

Thanks.





--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Text-uder-the-score-tp168361p168440.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to