Hi!

Running a test on \pushproperty, the following behaved as
expected (i.e. the stems all go down):

\score
{
        \notes \relative c''
        {
                \time 4/4 ;
                \context Voice \pushproperty #'(basicStemProperties) #'direction #-1
                a4 b c d \break
        }
        \paper
        {
                linewidth = 120.\mm ;
        }
}

However, the following produces default stem behaviour (i.e. the
stems go up on the notes a and b, and down on c and d):

stemsDown = \context Voice \pushproperty #'(basicStemProperties) #'direction #-1
\score
{
        \notes \relative c''
        {
                \time 4/4 ;
                \stemsDown
                a4 b c d \break
        }
        \paper
        {
                linewidth = 120.\mm ;
        }
}

In addition, example 2 generates the message:

        "warning: Junking music: `Music'

Why the odd behaviour when I use the identifier?  Is it a bug,
or am I missing something?

-- 
PTPi
Peter Schaffter
15, chemin Brunette, RR2 CP 406
Ste-Cécile-de-Masham (Québec)
CANADA  J0X 2W0

A confirmed GNU/Linuxer. Sorry, I don't do Windows.

Reply via email to