bug-lilypond
[Top][All Lists]
Advanced

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

Peculiarities of identifier definitions


From: Mats Bengtsson
Subject: Peculiarities of identifier definitions
Date: Thu, 18 Jan 2007 09:53:10 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

Can anybody explain to me what's going on in the following example:

\version "2.11.12"
myVoiceThree =  #(context-spec-music (make-voice-props-set 2) 'Voice)

\new Staff <<\new Voice {\voiceOne c' } \new Voice {\myVoiceThree e'} >>

myFailingVoiceThree = { #(context-spec-music (make-voice-props-set 2) 'Voice) }

\new Staff <<\new Voice {\voiceOne c' } \new Voice {\myFailingVoiceThree e'} >>


If I apply \displayMusic on the second example, the \myFailingVoiceThree
translates into (make-music
         'SequentialMusic
         'elements
         '())
i.e. an empty music expression. To me it looks like a bug or at least a serious
limitation.

   /Mats

--
=============================================
        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]