lilypond-user
[Top][All Lists]
Advanced

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

Re: How to make a grace rest?


From: Han-Wen Nienhuys
Subject: Re: How to make a grace rest?
Date: Sat, 23 Dec 2006 22:31:18 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20061107)

Han-Wen Nienhuys escreveu:
> Rick Hansen (aka RickH) escreveu:
>> How can I code a grace note (actually that is really a grace rest) but also
>> make it completly invisible and take up no space, on a one-time/as-needed
>> basis?  
>>
>> I'd like to be able to change the "current duration" that lilypond has set
>> without actually having to introduce any music to the score that would be
>> seen, or get played in midi, or count against the measure beats.
>>
>> Is there a grace rest?  And can I temporarily set it to transparent when I
>> need to?


try this

{
  c
  \compressMusic #'(0 . 1) { s8 }
  c

  }




-- 

Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com





reply via email to

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