[EMAIL PROTECTED] writes:
> 
> 1) When key changes are introduced between bars, the key signature is
>    currently placed *before* the bar line. This didn't bother me too
>    much since the musical intention is clear, but my director wanted
>    the signature *after* a double bar line. But this:
> 
>    \bar "||";
>    \key f;
> 
>    doesn't do it. In fact, I couldn't discover any way to do this other than
>    manually editing the TeX file generated by Lilypond (very painful).
>    Can you, gentle readers, suggest a better way?

Try setting

        \property Score.breakAlignOrder = #'(
          "Span_bar"
          "Breathing_sign"
          "Clef_item"
          "Staff_bar"
          "Key_item"
          "Time_signature"
        )

You might want to add some spacing hints to the variable space-alist
in scm/lily.scm as well.

-- 

Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 

Reply via email to