On Monday 30 May 2005 21.57, Herman Grootaers wrote: > Ladies and Gentlemen, > > As I am rewriting a score for my other choir, which performs russian, > ukrainian, and white-russian folkmusic, I ran into this mind-boggling > problem; > > a: How to connect the lyrics to the three staves in the GrandStaff, > b: The text is printed in <bold>_bold_</bold> in the heading as in the > body, in an earlier attemt to get this score up and running, > c: In the current version, when I am using a GrandStaff and a StaffGroup, > only the StaffGroup is converted to output, the Grandstaff generates > consistently errors about needing music already in the score and this is > the old music.
If you have 2 music expressions in a score, e.g. \new StaffGroup << ... >> and \new GrandStaff << ... >> you must combine them into one music expression. You probably want to do that like this: << \new StaffGroup << ... >> \new GrandStaff << ... >> >> Regarding the other problems: Can you try to isolate your problems, i.e. create a fairly minimal score that gets the same problems? This is often a good way to understand what went wrong, and if it's a bug, it will be a lot easier for you to explain the problem. Erik _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
