lilypond-user
[Top][All Lists]
Advanced

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

Undocumented \with syntax?


From: Rick Hansen (aka RickH)
Subject: Undocumented \with syntax?
Date: Mon, 3 Apr 2006 22:50:31 -0700 (PDT)

The following syntax is well documented and works...

...

\new Voice
\with {
        \consists "Ambitus_engraver"
} { myNotesGoHere }

...

BUT if you were using a named voice how would you specify the \with scope
without getting a compile error?

...

\new Voice="Soprano"
\with {
        \consists "Ambitus_engraver"
} { myNotesGoHere }

...

The above example gets a compiler error, saying that the "\with" was
unexpected

How to specify \with on named voices, staffs etc?  How to do this is nowhere
in the manual.  v2.8.0

thanks

--
View this message in context: 
http://www.nabble.com/Undocumented-%5Cwith-syntax--t1391232.html#a3739009
Sent from the Gnu - Lilypond - User forum at Nabble.com.





reply via email to

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