lilypond-user
[Top][All Lists]
Advanced

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

Re: Adding horizontal space


From: Pierre Perol-Schneider
Subject: Re: Adding horizontal space
Date: Sat, 16 Aug 2014 09:24:11 +0200

2014-08-16 2:53 GMT+02:00 Do something Artistic <address@hidden>:

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


reply via email to

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