lilypond-user
[Top][All Lists]
Advanced

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

Hanging tie with cue notes


From: Daniel Ashton
Subject: Hanging tie with cue notes
Date: Sat, 01 Mar 2003 17:53:32 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3


Hi again,

I'm setting cues following the example in input/test/cue-notes.ly . (Is there a better example?)

I'd like to set the first note with a tie to the previous non-existent note, i.e. a hanging tie. Is the possible? What I have looks something like this:

VoiceOne = \notes \relative c'' {
  R1*6 |
  < {
    s1 | s1 | s2
  }
  \context Voice = cue {
    \property Staff.fontSize = #-1
    \property Voice.Stem \override #'length = #5.5
    \property Voice.Beam \override #'thickness = #0.384
    \property Voice.Beam \override #'space-function =
        #(lambda (beam mult) (* 0.8 (Beam::space_function beam mult)))
    ~ f4 f2 e4 ~ | e8 d16 c d4 c b8 a | b2
    \property Staff.fontSize\unset
  } >

but it doesn't work: the tie doesn't show up.

This is with 1.6.8 or 1.6.5

--
Daniel Ashton      PGP key available     http://Daniel.AshtonFam.org
mailto:address@hidden         http://ChamberMusicWeekend.org
mailto:address@hidden  ICQ# 9445142      http://ZephyrBrass.com





reply via email to

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