lilypond-user
[Top][All Lists]
Advanced

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

Re: How to insert an "auxiliary" staff for divisi strings?


From: Mark Witmer
Subject: Re: How to insert an "auxiliary" staff for divisi strings?
Date: Wed, 23 Jan 2013 22:18:41 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Sorry, I forgot that crucial step. You can name a context when you
create it:

\new StaffGroup = "violinII" \with { ... } { ... }

That's the value you can use for alignAboveContext and
alignBeforeContext. Thus:

\new Staff = "violinIdivisiB" 
     \with { alignAboveContext = "violinII" } { ... }      

Here's more information about how to create and name contexts.

http://www.lilypond.org/doc/v2.17/Documentation/notation/creating-and-referencing-contexts

And more information about context layout order:

http://lilypond.org/doc/v2.17/Documentation/notation/context-layout-order

I hope that makes more sense!

Mark



reply via email to

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