unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Syntactic significance of dot
@ 2014-09-22 18:12 Richard Shann
  2014-09-22 18:32 ` Panicz Maciej Godek
  2014-09-22 21:01 ` Marko Rauhamaa
  0 siblings, 2 replies; 6+ messages in thread
From: Richard Shann @ 2014-09-22 18:12 UTC (permalink / raw)
  To: guile-user

I've come across some (working) scheme code whose meaning I can't
unravel. The problem is there is a "." character whose significance
eludes me. The guile reference doesn't index this character, and I can
only find references to it in writing literal pairs.
But I'm sure someone experienced would recognize what this could be (the
dot occurs on the eleventh line):

  (define (ignatzek-format-exception
           root
           exception-markup
           bass-pitch
           lowercase-root?)

    (make-line-markup
     `(
       ,(name-root root lowercase-root?)
       ,exception-markup
       .
       ,(if (ly:pitch? bass-pitch)
            (list (ly:context-property context 'slashChordSeparator)
                  (name-note bass-pitch #f))
            '()))))

Richard Shann





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-09-23  8:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22 18:12 Syntactic significance of dot Richard Shann
2014-09-22 18:32 ` Panicz Maciej Godek
2014-09-22 18:38   ` Panicz Maciej Godek
2014-09-22 18:43   ` Panicz Maciej Godek
2014-09-22 21:01 ` Marko Rauhamaa
2014-09-23  8:49   ` Richard Shann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).