The error message is certainly misleading. My guess is that you
have done copy/paste from the PDF version of the manual. The
problem with that is that the quote characters get wrong.
Correct syntax should be
\override LyricText #'font-shape = #'italic
i.e. you should use plain quotes.

   /Mats

[EMAIL PROTECTED] wrote:
hi,
i guess this is just some stupid mistake on my behalf: i can't get this code to work, because I always get an "Parsing...<unnamed port>: In expression ’font-shape: <unnamed port>: Unbound variable: ’font-shape" error. i'm not really a programmer, so I don't know what to do about that.
thanks for your help,
stephen

\version "2.6.3"

\layout    {
    \context
        {\Staff
            \remove Time_signature_engraver
            \remove Bar_engraver }
    \context
        {\Lyrics
           \override LyricText #’font-shape = #’italic }
}


notation =
\relative c'
{
\clef treble
c1 d e f g a b c
}

text = \lyricmode
{
what1 am I doing wrong here ? ? ?
}


\score
{
<<
\context Staff = notation \notation
\context Lyrics = text \text
 >>
}









_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-use
r

--
=============================================
        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: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to