lilypond-user
[Top][All Lists]
Advanced

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

Re: rest centered between staves


From: Jan-Peter Voigt
Subject: Re: rest centered between staves
Date: Wed, 11 Jan 2012 13:09:03 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Lightning/1.0b2 Thunderbird/3.1.16

Hello James,


However using

MyDynamic = #(make-dynamic-script (markup #:line (
              #:dynamic "p")))

as my base I cannot - because I don't understand Scheme - workout how
to tell the script to use a rest glyph instead of a dynamic one. Of if
that is a good way to go about this.

MyDynamic = #(make-dynamic-script (markup #:line (
              #:scripts:rest.3 )))

or

MyDynamic = #(make-dynamic-script (markup #:line (
              #:dynamic #"scripts:rest.3")))

Doesn't work.

This also, assuming it is just a syntax misunderstanding, opens up a
few possibilities for my own music.


try

MyDynamic = #(make-dynamic-script (markup #:line (#:musicglyph "rests.2")))

HTH
Cheers, Jan-Peter




reply via email to

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