Re: spaces must be inserted around property commands?

2008-12-15 Thread James E. Bailey

Well, it's only specific to Lyrics. Earlier in the section, it states:
   A word or syllable of lyrics begins with an alphabetic character,  
and ends with any space or digit… Any character that is not a digit  
or white space will be regarded as part of the syllable; one  
important consequence of this is that a word can end with }…




Am 15.12.2008 um 09:02 schrieb Mark Polesky:


NR 2.1.2 Entering lyrics: Lyrics explained

states...

Similarly, a period which follows an alphabetic sequence is
included in the resulting string.  As a consequence, spaces
must be inserted around property commands: do not write

\override Score.LyricText #'font-shape = #'italic

but instead use

\override Score . LyricText #'font-shape = #'italic

Is this true? If so, I've been doing it the wrong way all
along! This is not mentioned in  4.1.4 Tweaking methods:
\override command which states...

The general syntax of this command is:

\override Context.LayoutObject #'layout-property = #value

Somebody clear me up! Thanks.
- Mark






___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel




___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: spaces must be inserted around property commands?

2008-12-15 Thread Trevor Daniels


Mark Polesky wrote Monday, December 15, 2008 8:02 AM



NR 2.1.2 Entering lyrics: Lyrics explained

states...

Similarly, a period which follows an alphabetic sequence is 
included in the resulting string.  As a consequence, spaces 
must be inserted around property commands: do not write 


\override Score.LyricText #'font-shape = #'italic

but instead use 


\override Score . LyricText #'font-shape = #'italic

Is this true? If so, I've been doing it the wrong way all 
along! This is not mentioned in  4.1.4 Tweaking methods:

\override command which states...


Yes, this is true, but only for overrides which are entered 
*directly* in \lyricmode.


It is not necessary for other overrides or for overrides entered
as part of a variable which is then applied in \lyricmode.


The general syntax of this command is:

\override Context.LayoutObject #'layout-property = #value


This is the general syntax, but the rider above needs to be
applied when entering overrides directly in \lyricmode.

Trevor



___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: spaces must be inserted around property commands?

2008-12-15 Thread Valentin Villenave
On Mon, Dec 15, 2008 at 10:15 AM, Trevor Daniels t.dani...@treda.co.uk wrote:

 This is the general syntax, but the rider above needs to be
 applied when entering overrides directly in \lyricmode.

This is already documented, but making it clearer is on my TODO-list
for when I get a life (ETA 2 weeks or so).

Cheers,
Valentin


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel