lilypond-user
[Top][All Lists]
Advanced

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

Re: glissando without starting note


From: Phil Brooks
Subject: Re: glissando without starting note
Date: Tue, 15 Feb 2011 18:23:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Oops, never mind the above -- I see now that what is missing is the scaling of 
the landing note of the glissando so that the total ends up being 4 beats all 
together:


 {
 %\set Score.skipBars = ##t
 \override Glissando #'style = #'zigzag
 
         \relative c' {
           \clef bass
            \key c \major
            \time 4/4
            f4 f4 f4 f4 
            % glissando thingy 
           {
           \hideNotes
           a,8*1/2
           \noBeam
           \glissando 
           \unHideNotes 
            f''8*1/2-^\fz r8 r4 r2
            }
            f4 f4 f4 f4
            r4 b4 r4 b4
            r4 b4 r4 b4
            \bar "||"
       }
 }

works fine!





reply via email to

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