lilypond-user
[Top][All Lists]
Advanced

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

Re: Tutorial


From: Mats Bengtsson
Subject: Re: Tutorial
Date: Fri, 15 Dec 2006 09:02:57 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20061105)

Note, though that you have to put the actual music first in the \score blocks,
i.e.
\score{
 { c' d' e' f' }
  \header {
   piece = "Miniature"
   opus = "Igor Stravinsky"
  }
}

see "How LilyPond files work".

  /Mats

Gilles Sadowski wrote:

Try this:

%---
\score {
  \header {
    piece = "Miniature"
    opus = "Igor Stravinsky"
  }
  { c' d' e' f' }
}

\score {
  \header {
    piece = "Second Miniature"
    opus = "Igor Stravinsky"
  }
  { a' b' c'' d'' }
}
%---

See http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Creating-titles.html#Creating-titles





reply via email to

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