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
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user