lilypond-user
[Top][All Lists]
Advanced

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

\smallCaps how to


From: yota moteuchi
Subject: \smallCaps how to
Date: Tue, 24 Apr 2007 19:48:26 -0400

\version "2.11.20"

Given this piece of the titling scheme

scoreTitleMarkup = \markup {
    \column {
        \on-the-fly #print-all-headers { \bookTitleMarkup \hspace #1 }
        \line {
            \fromproperty #'header:piece
        }
    }
}

I would like to display the piece name as small caps.
\smallCaps "string" seems to work but when I put it in front of a complex _expression_ like \fromproperty #'header:piece I got a bunch of errors

Preprocessing graphical objects.../home/yoochan/usr/lilypond/usr/bin/../share/lilypond/current/scm/define-markup-commands.scm:980:64: In procedure string->list in _expression_ (string->list text):
/home/yoochan/usr/lilypond/usr/bin/../share/lilypond/current/scm/define- markup-commands.scm:980:64: Wrong type argument in position 1 (expecting string): (#<procedure fromproperty-markup (layout props symbol)> header:piece)

And once again, I'm not fluent enough in scheme to catch the subtilities.

Thank you for your help

Yota

reply via email to

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