bug-lilypond
[Top][All Lists]
Advanced

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

Re: Several cue bugs


From: Mats Bengtsson
Subject: Re: Several cue bugs
Date: Tue, 18 Mar 2008 17:41:27 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

See the documentation of quotedEventTypes at http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Quoting-other-voices#Quoting-other-voices
It's not a bug but a feature ;-)

  /Mats


Valentin Villenave wrote:
2008/3/17, Koy Rehme <address@hidden>:

 I've discovered a set of bugs relating to the cue system.

Honestly, I don't know if these are actually bugs.
- LilyPond's support for cue notes is still somehow limited.
- Your reports were written with an old version of LilyPond (the
syntax has evolved since then, and so have the features).

Let me rephrase your reports and update them with the most recent
development version:

% 1 -missing slur in the cue part

cues = \relative c'' {
 R1 | << { e4( f) } \\ { c2 } >> c2
}
\addQuote cues \cues

part = \relative c' {
 R1 | \cueDuring #"cues" #1 { c1 }
}

\score {
 <<
   \new Staff = cues \cues
   \new Staff = part \part
 >>
}

% 2 - Missing alternative ending in the cue part

cues = \relative c'' {
 \repeat volta 2 { R1 }
 \alternative {
   { e4 f g a }
   { e f g a }
 }
}
\addQuote cues \cues

part = \relative c' {
 \repeat volta 2 { R1 }
 \alternative {
   \cueDuring #"cues" #UP { c1 }
   \cueDuring #"cues" #UP { c1 }
 }
}

\score {
 \unfoldRepeats { <<
   \new Staff = cues \cues
   \new Staff = part \part
 >> }
}


Are we supposed to support slurs and alternative endings in cues?
Mats, anyone?

Cheers,
Valentin

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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