lilypond-user
[Top][All Lists]
Advanced

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

Staff.instr


From: Papazian Christophe
Subject: Staff.instr
Date: Thu, 8 Jun 2006 11:30:29 +0200

I switch to lilypond-user...

So here is my problem :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\header{
  title = "Staff.instr ?"
}

musique = \relative {
  c d e f g a b c \break
}

\relative { \set Staff.instrument = "test"
        \set Staff.instr = "first"
        \musique
    \set Staff.instr = "second"
        \musique
    \set Staff.instr = "third"
        \musique
    \set Staff.instr = "last"
        \musique
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

With 2.6.5, I obtain four staff lines, with labels "test","second","third","last". This seems correct to me. But with 2.8.4, I obtain "test","first","first","first"... So it breaks my codes when I upgraded.
Is this a bug ? or is there some workaround ?

thank you,

        Christophe




reply via email to

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