Thank you. I had been trying that without success using \layout
{ \Score { \consists Ambitus_engraver } } and couldn't figure out
where the problem was.
On 03.03.2010, at 15:16, Mats Bengtsson wrote:
James Bailey wrote:
I know that doing \new Score is generally not recommended, but in
the process of helping someone I came across a couple of
questions, and the only solution I could find required me to do
\new Score. First, the goal here is have a score with four
separate staves, but an ambitus that encompasses all of them; it's
a canon.
\version "2.12.3"
...
\new Score \with { \consists Ambitus_engraver } {
You can obtain the same result without \new Score, if you do
\score{
...
\layout{
\context{
\Score
\consists Ambitus_engraver
}
}
}
/Mats
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user