lilypond-user
[Top][All Lists]
Advanced

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

Re: About pitch


From: Reedmace Star
Subject: Re: About pitch
Date: Tue, 19 May 2015 23:58:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

* 2015-05-19 23:23 +0200:
> With the backquotes the display of the new language-pitch-names ends like
> this:
> (lak . #<Pitch ais >) (lakk . #<Pitch aisis >) (sibb . #<Pitch beses >) (sib
> . #<Pitch bes >) (si . #<Pitch b >) (sik . #<Pitch bis >) (sikk . #<Pitch
> bisis >) (i unquote (ly:make-pitch 8 0 0)) (o unquote (ly:make-pitch 8 0
> 1))))
> you can see that lily does not apply the make-pitch to my new notes

Seems to work here:

---
$ LANG=C lilypond scheme-sandbox
GNU LilyPond 2.18.0
Processing
`/usr/local/lilypond/usr/share/lilypond/current/ly/scheme-sandbox.ly'
Parsing...
/usr/local/lilypond/usr/share/lilypond/current/ly/scheme-sandbox.ly:3:2:
error: GUILE signaled an error for the expression beginning here
#
 (load-user-init)
readline is not provided in this Guile installation

guile> (define fisarmonica
     `((i . ,(ly:make-pitch 8 0 DOUBLE-SHARP))
       (o . ,(ly:make-pitch 8 0 DOUBLE-FLAT))))
guile> fisarmonica
((i . #<Pitch cisis''''''''' >) (o . #<Pitch ceses''''''''' >))
----


Are you sure you replaced the apostrophe (') with a backquote (`)? Not
doing so gives me an expression that resembles yours.

HTH,
RS



reply via email to

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