lilypond-user
[Top][All Lists]
Advanced

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

several short pieces with scored titles


From: Norman
Subject: several short pieces with scored titles
Date: Wed, 15 Aug 2007 23:53:02 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I need to put a title with a score for several short pieces. Several pieces can
fit on one page. I am able to put a score within a title at the top of the page
but can't do it for pieces that are not at the top the page.


\version "2.10.25"


tuning = \markup {
    \score {
        \new Staff \with {
            \remove Time_signature_engraver
        } {
            d'
        }
        \layout { ragged-right = ##t }
    }
}


\header { subtitle = "D"
        subsubtitle = \markup {  \tuning }  }

{ a a a a }



tuning = \markup {
    \score {
        \new Staff \with {
            \remove Time_signature_engraver
        } {
            e''
        }
        \layout { ragged-right = ##t }
    }
}


\header {
    subtitle = "E"
 
    subsubtitle = \markup {  \tuning }  }
{ a a a a }     
        






reply via email to

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