lilypond-user
[Top][All Lists]
Advanced

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

Re: Adding a four-part refrain after a melody piece?


From: Kieren MacMillan
Subject: Re: Adding a four-part refrain after a melody piece?
Date: Sat, 21 Nov 2009 16:24:19 -0500

Hi Tom,

The only problem I am having is combining the new \context with my existing one:
        \layout {
                \context {
%                       \Score
%                       \remove "Bar_number_engraver"
                        \RemoveEmptyStaffContext
                        \override VerticalAxisGroup #'remove-first = ##t
                }
        }

If I remove the comments it gives me an error.

Don't [literally] combine them — use them simultaneously, i.e.,

\layout {
  \context {
    \RemoveEmptyStaffContext
  }
  \context {
    \Score
    \remove "Bar_number_engraver"
    \override VerticalAxisGroup #'remove-first = ##t
  }
}

Hope this helps!
Kieren.



reply via email to

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