Re: Undocumented \with syntax?

2006-04-04 Thread Han-Wen Nienhuys
Rick Hansen (aka RickH) wrote: \new Voice="Soprano" \with { \consists "Ambitus_engraver" } { myNotesGoHere } ... The above example gets a compiler error, saying that the "\with" was unexpected Please send a full bugreport including minimal .ly file. -- Han-Wen Nienhuys - [EMAIL PR

Re: Undocumented \with syntax?

2006-04-04 Thread Erik Sandberg
On Tuesday 04 April 2006 07.50, Rick Hansen (aka RickH) wrote: > \new Voice="Soprano" > \with { > \consists "Ambitus_engraver" > } { myNotesGoHere } > > ... > > The above example gets a compiler error, saying that the "\with" was > unexpected Try using \context iso. \new. -- Erik ___

Undocumented \with syntax?

2006-04-03 Thread Rick Hansen (aka RickH)
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 { \consis