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


[EMAIL PROTECTED] 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
lilypond-user@gnu.org
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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to