lilypond-user
[Top][All Lists]
Advanced

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

Re: header in score block not working


From: Patrick Schmidt
Subject: Re: header in score block not working
Date: Sat, 02 Jan 2010 13:49:36 +0100

sorry, I was wrong. The error message escaped my notice. (And I didn't consult 
the Notation Reference.)

thanks Mike 
-------- Original-Nachricht --------
> Datum: Sat, 02 Jan 2010 13:28:37 +0100
> Von: "Patrick Schmidt" <address@hidden>
> An: Federico Bruni <address@hidden>, address@hidden
> Betreff: Re: header in score block not working

> Put the \header block in front of /new Staff:
> 
> \score {
>   \header {
>     title= "First Piece"
>     composer = "John Doe"
>   }
>   \new Staff {
>     \firstpiece
>   }
>   
> }
> 
> Hope this helps!
> 
> patrick
> -------- Original-Nachricht --------
> > Datum: Sat, 02 Jan 2010 12:40:50 +0100
> > Von: Federico Bruni <address@hidden>
> > An: address@hidden
> > Betreff: header in score block not working
> 
> > I need to put the \header block inside the \score block.
> > Could you please tell me what's wrong in this example (it prints 
> > nothing in the header)?
> > 
> > Thanks!
> > Federico
> > 
> > 
> > \version "2.13"
> > \include "english.ly"
> > 
> > 
> > firstpiece = \relative c' {
> >    c d e fs
> > }
> > 
> > 
> > \score {
> >    \new Staff {
> >      \firstpiece
> >    }
> >    \header {
> >      title= "First Piece"
> >      composer = "John Doe"
> >    }
> > }
> > 
> > 
> > _______________________________________________
> > lilypond-user mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> -- 
> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user

-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser




reply via email to

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