Using markup is a strange way to add lyrics.  Have you looked at

http://lilypond.org/doc/v2.18/Documentation/learning/setting-simple-songs

--
Phil Holmes


  ----- Original Message ----- 
  From: Pierre Perol-Schneider 
  To: Do something Artistic 
  Cc: [email protected] 
  Sent: Saturday, August 16, 2014 8:24 AM
  Subject: Re: Adding horizontal space


  2014-08-16 2:53 GMT+02:00 Do something Artistic <[email protected]>:


    Ok sorry, this is what I am using to put additional stanzas under my music. 
I was wondering what I need to add to get the additional space after the music 
and between the stanzas without being criticized for putting too much code in 
my question.



  Try :
   
  \version "2.18.2"

  { 
    \repeat unfold 10 a'
  }

  \markuplist {
    \column {
      \vspace #3
      {
        My first stanza
      }
      \vspace #3
      {
        My second stanza
      }
    }
  }


  HTH,
  Pierre





------------------------------------------------------------------------------


  _______________________________________________
  lilypond-user mailing list
  [email protected]
  https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to