lilypond-user
[Top][All Lists]
Advanced

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

octave doubling


From: Atte André Jensen
Subject: octave doubling
Date: Fri, 12 Dec 2003 16:35:59 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031107 Debian/1.5-3

I'm looking at:
http://lilypond.org/doc/v2.1/input/test/out-www/lily-1706119646.ly

Looks nice, but it seams that added articulations get's printed twice. How can this be avoided? I tried to hide them from one "version" of the music, byy putting \property Voice.Script \set #'transparent = ##t in lowerOctave like this, but it doesn't work (seems the stems get hidden instead):


lowerOctave = \notes <<
    \context Thread=lowerOne {
        \transpose c' c
        \property Voice.Script \set #'transparent = ##t
        \lowerOne
    }
    \context Thread=lowerOne {
        \repeat "unfold" 4 { \firstEight }
    }
>>

--
peace, love & harmony
Atte

http://www.atte.dk





reply via email to

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