On 18 May 2018 at 10:10, Simon Albrecht <simon.albre...@mail.de> wrote:
> On 17.05.2018 23:51, Jonathan Chen wrote:
>>
>> I've just returned to using lilypond 2.18.2 after a break, and I now
>> find if I compile any of my existing .ly files, I get a scree of
>> errors,
>
>
> As always, it’s hard to help if you don’t give a minimal example – often
> errors become apparent while distilling one, and if not, others can try and
> analyse that code at minimal cost. <http://lilypond.org/tiny-examples.html>

Here's a minimal version:

\version "2.18.2"
\header
{
  title = "Title"
  composer = "Composer"
}
lotw_begin =
{
  \tempo "Andante"
  \time 4/4
  \key c \minor
}
lotw_piano_upper = \relative c''
{
}
lotw_piano_lower = \relative c
{
}
\book
{
  \score
  {
    \new PianoStaff
    <<
      \new Staff = "upper" << \lotw_begin \lotw_piano_upper >>
      \new Staff = "lower" << \lotw_begin \lotw_piano_lower >>
    >>
  }
}

WIth this, I would expect to have the Title and Composer, and piano
staffs showing on the output. Instead I just get the piano staffs.

Cheers.
-- 
Jonathan Chen <j...@chen.org.nz>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to