lilypond-user
[Top][All Lists]
Advanced

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

Re: Adding symbols to titles and headers


From: Jim Long
Subject: Re: Adding symbols to titles and headers
Date: Thu, 6 Sep 2012 23:36:55 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Sep 06, 2012 at 10:40:15PM -0700, Jim Long wrote:
> 
> 
> \header {
>   title = \markup { "Song " \musicglyph #"scripts.segno" " Title" }
> } % header

Forgive me, in pursuing an answer to your inquiry I
inadvertently digressed from your actual question.

On Thu, Sep 06, 2012 at 09:02:10PM -0500, Joshua Nichols wrote:
>
> How do I insert, lets say, a bass and treble clef into the
> title or subtitle of a piece?

To put clefs in your song title, you would:

\header {
  title = \markup { "Song" \musicglyph #"clefs.G" "Title" \musicglyph 
#"clefs.F" }
} % header


Jim



reply via email to

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