If you add the also the following patch, it will work correctly: --- scm/translator-property-description.scm~ Fri May 4 01:31:43 2001 +++ scm/translator-property-description.scm Mon Dec 3 10:18:21 2001 @@ -291,7 +291,7 @@ (translator-property-description 'squashedPosition integer? " Vertical position of squashing for Pitch_squash_engraver.") (translator-property-description 'staffsFound list? "list of all staff-symbols found.") -(translator-property-description 'stanza string? "Stanza `number' to print at s tart of a verse. Use in LyricsVoice context.") +(translator-property-description 'stanza markup? "Stanza `number' to print at s tart of a verse. Use in LyricsVoice context.") (translator-property-description 'stemLeftBeamCount integer? " @@ -300,7 +300,7 @@ is erased. .") (translator-property-description 'stemRightBeamCount integer? "idem, for the ri ght side.") -(translator-property-description 'stz string? "Abbreviated form for a stanza, s ee also Stanza property.") +(translator-property-description 'stz markup? "Abbreviated form for a stanza, s ee also Stanza property.") (translator-property-description 'textNonEmpty boolean? " If set to true then text placed above or below the staff is not assumed to have zero width. @code{\fatText} and @code{\emptyText} are predefined
/Mats > [EMAIL PROTECTED] writes: > > > pp 4. this is verse four. > > > > Hmm, that's a good question. I tried to use font markup > > commands in the stanza property but it didn't work. > > Bug or limitation? > > > > % Failed attempt: > > \property LyricsVoice . stanza = #'(dynamic "mf") > > --- stanza-number-engraver.cc~ Mon Sep 24 01:04:29 2001 > +++ stanza-number-engraver.cc Fri Nov 30 20:53:13 2001 > @@ -45,7 +45,7 @@ > > > // TODO > - if (gh_string_p (s)) > + if (gh_string_p (s) || gh_pair_p (s)) > > /* > if (i.grob_l_->has_interface (symbol ("lyric-syllable-interface"))) > > > -- > > Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.cs.uu.nl/~hanwen/ > _______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user