lilypond-user
[Top][All Lists]
Advanced

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

Re: glissando across bar lines


From: Mats Bengtsson
Subject: Re: glissando across bar lines
Date: Wed, 29 Nov 2006 08:53:48 +0100
User-agent: Thunderbird 1.5.0.7 (X11/20060909)

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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