lilypond-user
[Top][All Lists]
Advanced

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

Vertical staff spacing between song parts


From: address@hidden
Subject: Vertical staff spacing between song parts
Date: Mon, 8 Feb 2021 17:06:54 -0600
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

Greetings,

I'm engraving an instrumental that has three parts; each part is two lines long.  How can I arrange them on the page so that there is vertical space between the parts. 

Here is a tiny example:

\version "2.18.2" \language "english"

\score {
     \new Staff 
     {
       a1^"part 1"  a a a \break
       a1 a a a \break
       a1^"part 2"  a a a \break
       a1 a a a \break
       a1^"part 3"  a a a
       a1 a a a \break
     }
}

Is there a way to create vertical space between the parts?

Thanks in advance for your assistance.

BruceP



reply via email to

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