gnu-music-discuss
[Top][All Lists]
Advanced

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

rest height


From: Han-Wen Nienhuys
Subject: rest height
Date: Sun, 22 Oct 2000 22:01:16 +0200

address@hidden 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   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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