[EMAIL PROTECTED] writes:
> On Wed, 5 Mar 2003, Han-Wen Nienhuys wrote:
> 
> > 
> > I think it is the proper solution. For example, the difference between
> > (pseudo-syntax)
> 
> Hmm! I know from my own programming: It is a problem to change such fundmental
> things.


It can already be done, see below. I don't think it is a good idea to
export this kind of trickery by default, though.

        \header {

        texidoc = "Tieing only parts of chords is possible. It requires
        putting the Tie engraver at Thread level, and redirecting untied notes
        to a different thread."

        }
        \version "1.7.13"

        \score {

        \notes \context Thread \relative c' {
          < c-~ e \context Thread = "untied" c' > 
          < c e c'  > 
        }


        %% comment out New_tie_engraver for lily 1.6
        \paper {
        \translator {
          \ThreadContext
          \consists "Tie_engraver"
          \consists "New_tie_engraver"
        }
        \translator { \VoiceContext
          \remove "Tie_engraver"
          \remove "New_tie_engraver"
        }
        }}

        %% new-chords-done %% 


-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.cs.uu.nl/~hanwen 


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

Reply via email to