bug-lilypond
[Top][All Lists]
Advanced

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

Re: no space after key signature unless time signature


From: Mats Bengtsson
Subject: Re: no space after key signature unless time signature
Date: Thu, 19 Feb 2004 09:59:45 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

Thanks.  Using:
\score
   \context Staff <<
      \global
      { \part }
   >>
}

for a part and
\score
   \context StaffGroup <<
      \global
      \new Staff { \part1 }
      \new Staff { \part2 }
   >>
}

for similar parts seems to work (key signature spacing is good). I will now see what happens if I go back to 's' in the global block.

In the second example, you will get an additional stave.
You may want to use the following construct instead.

\score
   \context StaffGroup <<
      \new Staff << \global \part1 >>
      \new Staff { \part2 }
   >>
}


    /Mats




reply via email to

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