lilypond-user
[Top][All Lists]
Advanced

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

Re: several "easy" questions...


From: Han-Wen Nienhuys
Subject: Re: several "easy" questions...
Date: Fri, 30 Nov 2001 20:54:18 +0100

address@hidden 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   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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