lilypond-user
[Top][All Lists]
Advanced

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

Re: unnamed port error


From: Mats Bengtsson
Subject: Re: unnamed port error
Date: Fri, 19 Aug 2005 15:47:07 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

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

address@hidden 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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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