Hello, all --

I'm trying to create a \book with multiple \score-s within it. I'm having difficulty bringing the first system of the first piece up close to its title (see screenshot). The code I've tried is below.

Any help would be appreciated.

Thanks,
Kieren.

__________________________

\version "2.8.1"

\book
{
        %% The Book
        \header
        {
                %BookHeaderStuff
        }
        
        \paper
        {
                %PaperSettings
        }

        %% First Piece
        \score
        {
                %TheMusicForTheFirstPiece

                \layout
                {
                        %ContextStuff
                        after-title-space = -2\in
                }
                
                \header
                {
                        %HeaderStuff
                }
        }
}

PNG image

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

Reply via email to