gnu-music-discuss
[Top][All Lists]
Advanced

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

property LyricsVoice.stz


From: Han-Wen Nienhuys
Subject: property LyricsVoice.stz
Date: Tue, 3 Apr 2001 17:45:02 +0200

address@hidden writes:
> The manual says:
> 
>     Manual> You can add stanza numbers by setting LyricsVoice.Stanza
>     Manual> (for the first system) and LyricsVoice.stz for the
>     Manual> following systems.
> 
> The LyricsVoice.stz doesn't seem to be working for me on 1.3.140,
> unless I'm using it wrong.  The file is attached.

addendum:

--- stanza-number-engraver.cc~  Tue Apr  3 17:35:41 2001
+++ stanza-number-engraver.cc   Tue Apr  3 17:43:40 2001
@@ -1,4 +1,3 @@
-
 /*   
   lyric-number-engraver.cc --  implement Stanza_number_engraver
   
@@ -41,7 +40,7 @@
 void
 Stanza_number_engraver::acknowledge_grob (Grob_info i)
 {
-  if (Bar::has_interface (i.elem_l_))
+  if (gh_string_p (get_property ("whichBar")))
     {
       SCM s = get_property ("stanza");
       

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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