lilypond-user
[Top][All Lists]
Advanced

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

decreasing \score after-title-space in \book


From: Kieren Richard MacMillan
Subject: decreasing \score after-title-space in \book
Date: Thu, 20 Apr 2006 12:00:45 -0400

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


reply via email to

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