2014-08-16 2:53 GMT+02:00 Do something Artistic <vegasart...@hotmail.com>:

>
> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to