}
> }
> \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
}
--
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
;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'
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
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