lilypond-user
[Top][All Lists]
Advanced

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

Re: text-script-engraver error


From: Mats Bengtsson
Subject: Re: text-script-engraver error
Date: Tue, 14 Sep 2004 10:19:52 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803

You've found a misprint in the manual. Just replace Text_script_engraver
with Text_engraver and it should work better. In the on-line manual,
you can click on every example to see the LilyPond code used to generate
it.

I'll correct it for future versions.

   /Mats

address@hidden wrote:
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


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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