Re: Dynamics context spawns additional contexts when polyphonic

2013-10-31 Thread Valentin Villenave
On Thu, Oct 31, 2013 at 7:56 PM, David Kastrup wrote: > Well, if you now remove the Axis_group_engraver from Dynamics and add it > to \DynamicsStaff, your results will be more consistent as no new axis > groups get started. However, conflicting dynamics specifications will > get pasted over each

Re: Dynamics context spawns additional contexts when polyphonic

2013-10-31 Thread David Kastrup
Valentin Villenave writes: > On Thu, Oct 31, 2013 at 12:24 PM, David Kastrup wrote: >> First you have to figure out what you want to happen here. Do you want >> two Dynamics contexts with different orientation and settings? In that >> case, you'll need to provide a superior context aliased to

Re: Dynamics context spawns additional contexts when polyphonic

2013-10-31 Thread Valentin Villenave
On Thu, Oct 31, 2013 at 12:24 PM, David Kastrup wrote: > First you have to figure out what you want to happen here. Do you want > two Dynamics contexts with different orientation and settings? In that > case, you'll need to provide a superior context aliased to Staff where > it can anchor those

Re: Dynamics context spawns additional contexts when polyphonic

2013-10-31 Thread David Kastrup
Valentin Villenave writes: > On Thu, Oct 31, 2013 at 12:24 PM, David Kastrup wrote: >> But you did not put \\ in a DynamicsStaff context, so it has no suitable >> container where it could place separate Dynamics contexts. > > Something like that? > > \layout { > \context { > \Staff Remove

Re: Dynamics context spawns additional contexts when polyphonic

2013-10-31 Thread Valentin Villenave
On Thu, Oct 31, 2013 at 12:24 PM, David Kastrup wrote: > But you did not put \\ in a DynamicsStaff context, so it has no suitable > container where it could place separate Dynamics contexts. Something like that? \layout { \context { \Staff \type "Engraver_group" \name "DynamicsStaf

Re: Dynamics context spawns additional contexts when polyphonic

2013-10-31 Thread David Kastrup
Valentin Villenave writes: > On Thu, Oct 31, 2013 at 6:39 AM, David Kastrup wrote: >> I'm having a weird time with that report. \\ is called a Voice >> separator, so it separates voices. > > Well, yes :-) > But for example, if you put \\ in a DrumStaff context, it will create > DrumVoices and n

Re: Dynamics context spawns additional contexts when polyphonic

2013-10-31 Thread Valentin Villenave
On Thu, Oct 31, 2013 at 6:39 AM, David Kastrup wrote: > I'm having a weird time with that report. \\ is called a Voice > separator, so it separates voices. Well, yes :-) But for example, if you put \\ in a DrumStaff context, it will create DrumVoices and not spawn brand-new regular Voice and Sta

Re: Dynamics context spawns additional contexts when polyphonic

2013-10-30 Thread David Kastrup
Valentin Villenave writes: > Greetings everybody, > > I’m having a weird time today with the following code: > > > > \version "2.17.30" % Also with earlier versions. > > \new Dynamics { a1\f << a \\ b\p >> } > > > > The first bar works as expected; in the second all hell breaks loose: >

Dynamics context spawns additional contexts when polyphonic

2013-10-30 Thread Valentin Villenave
Greetings everybody, I’m having a weird time today with the following code: \version "2.17.30" % Also with earlier versions. \new Dynamics { a1\f << a \\ b\p >> } The first bar works as expected; in the second all hell breaks loose: notes are printed in newly-created Voice contexts,