lilypond-user
[Top][All Lists]
Advanced

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

Re: Tutorial


From: Gilles Sadowski
Subject: Re: Tutorial
Date: Sun, 17 Dec 2006 14:55:25 +0100
User-agent: Mutt/1.5.11+cvs20060403

Hi.

> It seems to be working now. Gilles suggestion (thanks, Gilles) worked  
> fine but I couldn't substitute "title" and "composer" for "piece" and  
> "opus". Eventually I wrote it thus:
>

In a \score block, you can use only "piece" and "opus".
["title" and "composer" must be set outside of all \score blocks.]
 
> 
> I cannot find, however, how to write part of the title between double  
> quotes, like this:
> 
> Branle "Quatre branles"
> 

You can "escape" the quotes with a backslash:

\score {
  { c' d' e' f' }
  \header {
    piece = "Branle \"Quatre Branles\""
    opus = "Susato"
  }
}


Best,
Gilles




reply via email to

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