lilypond-user
[Top][All Lists]
Advanced

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

Re: Why does this code look different when used in a "real" score?


From: Guy Stalnaker
Subject: Re: Why does this code look different when used in a "real" score?
Date: Wed, 15 May 2019 15:12:56 -0500

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

I will look at your suggestion.

Guy

Guy Stalnaker
address@hidden


On Wed, May 15, 2019 at 3:01 PM address@hidden <address@hidden> 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
> address@hidden <mailto:address@hidden>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>

reply via email to

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