I've got the following in one of my part files...

\score {
        \new Staff {
        \set Score.skipBars = ##t
                \notes {
                        <<
                                \voiceStaff
                                \TromboneBassC
                        >>
                }
        }


Notice I've set skipBars to "true". Basically, \voiceStaff contains time
signatures, key signatures etc and I want to include it with every part.
Each bar consists of "\skip 1*3/4" or whatever. \TromboneBassC contains
all the notes for the trombone, and has a fair bit of stuff like R1*3 or
whatever. Obviously, in the score these are going to get exploded. But I
want them collapsed in the part, and I guess \voiceStaff won't let it
:-(

I tried putting the R syntax into \voiceStaff, but it then puts rests in
the part, messes up the stems, etc etc. Am I going to have to ditch
\voiceStaff and put it all in \TromboneBassC, or can I get it to do what
I want?

Cheers,
Wol
-- 
Anthony W. Youngman - wol at thewolery dot demon dot co dot uk
HEX wondered how much he should tell the Wizards. He felt it would not be a
good idea to burden them with too much input. Hex always thought of his reports
as Lies-to-People.
The Science of Discworld : (c) Terry Pratchett 1999


_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to