lilypond-user
[Top][All Lists]
Advanced

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

text-script-engraver error


From: chip
Subject: text-script-engraver error
Date: Mon, 13 Sep 2004 22:16:34 -0700

I am trying to use the slash note heads with the example from the manual
and get the following error:

Parsing...
error: unknown translator: `Text_script_engraver'

here is the code:

\context {
    \name ImproVoice
    \type "Engraver_group_engraver"
    \consists "Note_heads_engraver"
    \consists "Text_script_engraver"
    \consists Pitch_squash_engraver
    squashedPosition = #0
    \override NoteHead #'style = #'slash
    \override Stem #'transparent = ##t
    \alias Voice
         }
  \context {
    \StaffContext
    \accepts ImproVoice    
  }

I don't see anything in that section of the manual about needing to
include any files, such as 'english.ly' for example.

I am using version 2.2.2
What must I do to make this work?
Thanks,
chip




reply via email to

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