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: image.png]

The NoteColumn overrides are to fix issues with 8th rest in the organ part
of the "real" score (with the override):

[image: 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: 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to