lilypond-user
[Top][All Lists]
Advanced

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

Re: staff order


From: Noeck
Subject: Re: staff order
Date: Tue, 13 Nov 2018 19:48:09 +0100

Dear Sean,

the Staff needs to start with a capital S: \new Staff
LilyPond is case-sensitive. That’s all.

Two other points:

1. You have some arbitrarily placed braces. I’d suggest to use them only
where they are needed.

2. Are you really using LilyPond 2.14? That’s really old. I’d suggest to
install a newer version (2.18 "stable" or a also reasonably stable
"development version" 2.19).

Here is your code such with the correct Staff:

\score {
  \new StaffGroup <<
    \new Staff {
      \time 3/4
      \key ees \major
      g''2 f8 g8~ |
    }
    \new Staff {
      \key ees \major
      aes'8 ees'8 c'2 |
    }
  >>
}

Cheers,
Joram



reply via email to

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