lilypond-user
[Top][All Lists]
Advanced

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

Re: Adding horizontal space


From: Phil Holmes
Subject: Re: Adding horizontal space
Date: Sat, 16 Aug 2014 10:55:44 +0100


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 -----
Sent: Saturday, August 16, 2014 8:24 AM
Subject: Re: Adding horizontal space

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


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

reply via email to

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