[EMAIL PROTECTED] writes:
> Is there a way to change the vertical height of a rest symbol?  Eg, this top half of 
>a drumset part looks really funny with the
> rests mid-staff:


try this (5with a recent 1.3)


\score { \notes { \time 12/8;
       \context Voice = HANDS {
        \property Voice.verticalDirection = \up
        <
        \context Thread = RIDE {
                \property Thread.noteHeadStyle = #'cross
                          \property Voice.Rest \push #'staff-position = #-4
               b4 b4 b8 b8 r8 b8 r8 b8 r8 b8
        }
        \context Thread = CLICK {
                 \property Thread.noteHeadStyle = #'cross
                s4 e4 s4 s4. e4
                }
        \context Thread = TOMS {
                s2 g8 g8
        }
        >
        }
}}

-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to