Re: Staff error

2014-12-31 Thread Chris Trahan
} > } > \new Staff { > \relative c'' { g4 a b c c b a g R1 R1 g4 a b c c b a g } > } > >> >>> >>> \layout { > \context { > \Staff \RemoveEmptyStaves > \override VerticalAxisGroup.remove-first = ##t} > } > } > > -- > Phil Hol

Re: Staff error

2014-12-31 Thread Phil Holmes
} -- Phil Holmes - Original Message - From: Chris Trahan To: LilyPond User Group Sent: Tuesday, December 30, 2014 5:17 PM Subject: Staff error I'm trying to write a choral score that has parts, then an interlude, then more parts, etc. When I code it like the following

RE: Staff error

2014-12-30 Thread tisimst
;t critical indent = 0 ragged-right = ##t % here's where the magic happens \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } } %<-- SNIP As Mark stated, this also isn'

RE: Staff error

2014-12-30 Thread Mark Stephen Mrotek
30, 2014 9:18 AM To: LilyPond User Group Subject: Staff error I'm trying to write a choral score that has parts, then an interlude, then more parts, etc. When I code it like the following, I get what I'm looking for. \version "2.18.2" \language "english" % Ver

Staff error

2014-12-30 Thread Chris Trahan
I'm trying to write a choral score that has parts, then an interlude, then more parts, etc. When I code it like the following, I get what I'm looking for. \version "2.18.2" \language "english" % Verse 1 \new ChoirStaff << \new Staff { \relative c'' { c d e f } } \new Staff { \relat