Re: ERROR: In procedure ly:trampoline: ERROR: Wrong type argument in position 3 (expecting Translator): #

2019-06-04 Thread Joseph Srednicki
Hi David: Thanks for your message. Based on your question about the Melody_engraver, I commented out the follow code in the layout block: %{  \context {    \Voice    \consists "Melody_engraver"    \override Stem #'neutral-direction = #'()  }  %} I then saved the file, and it compiled with no err

Re: ERROR: In procedure ly:trampoline: ERROR: Wrong type argument in position 3 (expecting Translator): #

2019-06-04 Thread David Kastrup
Joseph Srednicki writes: > Hi David: > Thanks for your message. > Based on your question about the Melody_engraver, I commented out the > follow code in the layout block: > %{  \context {    \Voice    \consists "Melody_engraver"    \override > Stem #'neutral-direction = #'()  }  %} > > I then sav

Re: ERROR: In procedure ly:trampoline: ERROR: Wrong type argument in position 3 (expecting Translator): #

2019-06-04 Thread David Kastrup
Joseph Srednicki writes: > Hello: > I read some messages about this issue in the mail archive, but I have > not been able to get Lilypond to compile the attached file. > I know that the attached example is not tiny, but I could not > reproduce this issue in a tiny example. > The file compiled wit