Re: staff order

2018-11-13 Thread Noeck
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

Re: staff order

2018-11-13 Thread Carl Sorensen
From: sean read Date: Tuesday, November 13, 2018 at 2:45 AM To: Subject: staff order I'm trying to make my first multi staff lilypond file and finding that I can't figure out how to control the order of the staves. When I use \version "2.14.1" \score { \new StaffGroup << \

Re: staff order

2018-11-13 Thread Pierre Perol-Schneider
Hi Sean, You have to write "\New Staff" instead of "\New staff": \score { \new StaffGroup << \new Staff { \key ees \major g''2 f8 g8~ | } \new Staff { \key ees \major aes'8 ees'8 c'2 | } >> } \score { \new StaffGroup << \new Staff { \key ees \major

Re: staff order

2018-11-13 Thread Ralph Palmer
On Tue, Nov 13, 2018 at 9:29 AM sean read wrote: > I'm trying to make my first multi staff lilypond file and finding that I > can't figure out how to control the order of the staves. When I use > > > \version "2.14.1" > \score { > \new StaffGroup << > \new staff { > \key ees \major g''2 f8 g8~ |

staff order

2018-11-13 Thread sean read
I'm trying to make my first multi staff lilypond file and finding that I can't figure out how to control the order of the staves. When I use \version "2.14.1" \header { title = "Wedding song" composer = "Ari Hoenig" } \score { \new StaffGroup << \new staff { \time 3/4 {\key ees \major g''2

staff order

2018-11-13 Thread sean read
I'm trying to make my first multi staff lilypond file and finding that I can't figure out how to control the order of the staves. When I use \version "2.14.1" \score { \new StaffGroup << \new staff { \key ees \major g''2 f8 g8~ | } \new staff { \key ees \major aes'8 ees'8 c'2 | } >> } The

staff order

2018-11-13 Thread sean read
I'm trying to make my first multi staff lilypond file and finding that I can't figure out how to control the order of the staves. When I use \version "2.14.1" \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 |

Re: Score staff order

2009-07-17 Thread Kalen Mercer
Ah, okay, I think I was staring too intently at my PianoStaff and wind instruments I didn't bother to look at the strings. I shall resume typesetting! Kalen ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Score staff order

2009-07-17 Thread Jonathan Kulp
So did you find the problem? Just curious. :) Jon On Fri, Jul 17, 2009 at 8:02 AM, Kalen Mercer merce...@gmail.com wrote: Ah, okay, I think I was staring too intently at my PianoStaff and wind instruments I didn't bother to look at the strings. I shall resume typesetting! Kalen --

Re: Score staff order

2009-07-17 Thread Carl Sorensen
On 7/16/09 8:37 PM, Kalen Mercer merce...@gmail.com wrote: I am working on typesetting Pavane pour une infante Defunte by Ravel but am having trouble with the score layout. It is as follows: \score { \new StaffGroup \new Staff { \global \flutes } \new Staff { \global \hautbois }

Re: Score staff order

2009-07-17 Thread Kalen Mercer
Your structure is: A StaffGroup (winds) in parallel with a PianoStaff (harps), and another StaffGroup (strings) consisting of a GrandStaff in parallel with a Staff and a Second GrandStaff But you don't have the SimultaneousMusic indicators before the first StaffGroup, so LilyPond

Score staff order

2009-07-16 Thread Kalen Mercer
I am working on typesetting Pavane pour une infante Defunte by Ravel but am having trouble with the score layout. It is as follows: \score { \new StaffGroup \new Staff { \global \flutes } \new Staff { \global \hautbois } \new Staff { \global \clarinettes } \new Staff { \global \cors } \new

Re: Score staff order

2009-07-16 Thread Jonathan Kulp
When this error appears it's normally something like a missing curly brace. I can't try to compile your example b/c I don't have all of the source, but it looks like there might be un-terminated grandstaves near the bottom--see where I put comments below... Jon On Thu, Jul 16, 2009 at 9:37 PM,