Stephan - thanks for the reply. I sometimes despair at my communication
skills. I apologize.

I will look at your suggestion.

Guy

Guy Stalnaker
jimmyg...@gmail.com


On Wed, May 15, 2019 at 3:01 PM mu...@gmx.ch <mu...@gmx.ch> wrote:

> Hi Guy
>
> Nobody has answered up to now. Without being a lilypond god, your phrases
> * "real score" vs. snippet
> * "The organ left hand has a polyphonic context."
> made me think.
>
> The snippet itself looks perfect (at least to me), even without your
> tweeks. The need to tweak a situation as simple as this one has a smell
> (as software dev say ;-) ).
>
> I strongly assume that there is a voice issue in your LH - before the
> snippet you posted. Have you already insistently tracked your voices /
> \voiceOne, \voiceTwo, (or \voiceThree, \voiceFour ) creating implicit
> voice contexts, things like that? Coloring the voices may help.
>
> HTH
> Stephan
>
> Am 13.05.2019 um 17:53 schrieb Guy Stalnaker:
> > All,
> >
> > Trying to troubleshoot engraving issues. Here is the code that works:
> >
> > {code}
> > \version "2.19.82"
> > \language "english"
> >
> > \score {
> >   <<
> >     \new Staff { a''8 \once\override NoteColumn.X-offset = #-5 r a'4 a'
> a' }
> >     \new Staff { \clef alto  <c' a f>8 \once\override
> > NoteColumn.X-offset = #-5 r << { a4. bf8 c'4 } \\ { f2 a4 } >> }
> >     \new Staff { \clef bass  f8 \once\override NoteColumn.X-offset = #-5
> > r df2 c4 }
> >   >>
> > }
> > {code}
> >
> > Looks exactly like one thinks it should:
> >
> > image.png
> >
> > The NoteColumn overrides are to fix issues with 8th rest in the organ
> > part of the "real" score (with the override):
> >
> > image.png
> > The NoteColumn override does shift the notes on beat 2 as expected. But
> > the positioning of the three 8th rests in all of the organ parts is
> > different:
> >
> > image.png
> >
> > The code at the beginning of this email results in the three 8th rests
> > vertically aligned as expected. But in the "real" score, they are not.
> > Only difference is that there are multiple parts (flute, string quartet,
> > SATB choir) as this same point. Flute is tacet, strings all play a half
> > note, choir has a quarter rest then begins on beat 2. The organ left
> > hand has a polyphonic context.
> >
> >
> >
> >
> >
> > Guy Stalnaker
> > jimmyg...@gmail.com <mailto:jimmyg...@gmail.com>
> >
> > _______________________________________________
> > lilypond-user mailing list
> > lilypond-user@gnu.org
> > https://lists.gnu.org/mailman/listinfo/lilypond-user
> >
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to