lilypond-user
[Top][All Lists]
Advanced

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

Re: modern glissando


From: Mats Bengtsson
Subject: Re: modern glissando
Date: Mon, 28 Jan 2008 13:30:46 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

As others have already pointed out, you seem to have some strange
email program that removes all backslashes from your email. I
strongly encourage you to find some alternative email program that
handles backslashes better, to avoid confusion on this mailing list.

In your example below, I don't understand why you have specified the \voiceOne,
which, among others, causes the misplaced rests that you are asking about.
If you try without the \voiceOne,

\version "2.11.34"
\relative c {
\clef bass << { r8 bes \mf \>\glissando \hideNotes c \! s8 | } \new Voice { s4 \unHideNotes r4 } >> }

the collision avoidance routines in LilyPond will still move the quarter note rest to avoid collision with the invisible note at the end of the glissando. One solution is to manually specify the rest location using the \rest command (see Sect. "Rests"
in the manual).

   /Mats


address@hidden wrote:
Dear lilypond-users,
a question concerning modern glissando.
Why is in the below quoted file the position of the quarter rest so high?
What can I do to change this?
Thanks for Your help!
version "2.11.34"
relative c {
clef bass << { voiceOne r8 besmf>glissando hideNotes c! s8 | } new Voice { voiceOne 
s4 unHideNotes  r4 } >> }










_______________________________________________
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]