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 - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

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



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to