lilypond-user
[Top][All Lists]
Advanced

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

Re: getting line feeds and page feeds in \markup between scores


From: Ole Schmidt
Subject: Re: getting line feeds and page feeds in \markup between scores
Date: Wed, 2 Jan 2008 15:37:56 +0100

When I try:

\book {

\markup { blah blah }
\include "Benedictus.ly"
}

I get:

Benedictus.ly:13.0: Fehler: syntax error, unexpected STRING
staffClarinet = \new Staff

my Benedictus.ly file looks like this:

staffClarinet = \new Staff  {
blablabla(music)        
        }
staffTrumpet = \new Staff  {
blablabla(music)
        }

\score {
        <<
        \staffTrumpet
        \staffClarinet
        >>
\layout  {
                \context { \Score
        \remove "Bar_number_engraver" }
        }
}


What's wrong?

thanks for a hint

ole








reply via email to

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