Please read in section "Explicitly instantiating voices" to learn exactly what the <<{...} \\ {...} >> feature does. Since the start and end of the glissando has to happen in the same voice, i.e. in the same Voice context, you have to
use the \\ feature also in the next measure:

\version "2.10.0"
\relative c'{
\new Staff <<
 \time 2/4
 {      % 2nd
        << { b'4 ~ b16 [b16 cis16 d16\glissando ] } \\
           { e,8\rest  <g e>32 e32\rest <g e>16 e4\rest  } \\
           { \stemDown e,4 e4}  >> |
        % 3rd
        << { fis''} \\ {s2} >>
 }
>> }


   /Mats


Max wrote:
Hello there,

How does one get a glissando to extend to the next measure?  I'm using version
2.10.0 and here's the code.  I'm trying to gliss from the d16 in the top voice
of the 2nd measure to the f-sharp in the top voice of the 3rd.  The other voices
in the 3rd measure have been suppressed.

Thanks in advance,
--Max

         % 2nd
         << { b'4 ~ b16 [b16 cis16 d16] } \\
            { e,8\rest  <g e>32 e32\rest <g e>16 e4\rest  } \\
            { \stemDown e,4 e4}  >> |
% 3rd
         << { fis'' } >>




_______________________________________________
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