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:28:37 +0100

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




reply via email to

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