Did you try convert-ly to update the syntax?
Also, did you read the NEWS file for version 2.2?

   /Mats

Jean-marc LEGRAND wrote:



Hi list !

Working on Lily2.2 and XP, I cannont find how to translate the "\property Staff.Stem 
\set
#'transparent = ##t" I used on Lily2.0. I have a staff with 3 voices, and I want to 
make the stems
of the middle voice transparent.
I've tried  \override Staff.Stem #'transparent = ##t and it makes the wholes stems 
transparent (in
the 3 voices).
So I've tried \override Voice.Stem #'transparent = ##t, and nothing happens.
I've also tried the Lilybook trick : \override Stem #'transparent = ##t : idem.

What can I do, please ?

Here's my script :

basseI =    \notes
                  \context Staff <<
            \new Voice {\voiceOne
            \time 4/4
            \clef bass
                  \relative c {
f2 f
\bar "||"
}
}
            \new Voice  {\voiceTwo
            \relative c {
\stemDown
f,2 f
            }
            }

            \new Voice  {\voiceThree
            \relative c' {
\override Stem #'transparent = ##t
<<{a,2}\\{c}>> <<{a}\\{c}>>
            }
            }




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

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