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.



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to