Hello:

 

When the instructions for Ossia
(http://www.lilypond.org/doc/v2.16/Documentation/notation/modifying-single-s
taves#ossia-staves) are followed, a key signature is not included. This may
be because all of the examples are in c major.

Perhaps the documentation could include a notation (see red below).

 

Mark Stephen Mrotek

 

\new Staff = main \relative c'' {

  c4 b d cd

  <<

    { c4 b d c }

 

    \new Staff \with {

      \remove "Time_signature_engraver"

      alignAboveContext = #"main"

      fontSize = #-3

      \override StaffSymbol #'staff-space = #(magstep -3)

      \override StaffSymbol #'thickness = #(magstep -3)

      firstClef = ##f

    }

    { %put key signature here

      e4 d f e }

  >>

  c4 b c2

}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to