Eluze,

Thank you for your interest in this matter.
An "ossia" is an alternative passage which may be played instead of the
original passage. As such it should (must?) have the same key signature.
Attached are two files. One does not have the key signature in the ossia
(without.ly) and the other has the key signature (with.ly).
Be assured that I made this suggestion after encounter and resolving an
issue in my encoding.

Mark Stephen Mrotek

-----Original Message-----
From: lilypond-user-bounces+carsonmark=ca.rr....@gnu.org
[mailto:lilypond-user-bounces+carsonmark=ca.rr....@gnu.org] On Behalf Of
Eluze
Sent: Thursday, October 10, 2013 3:46 PM
To: lilypond-user@gnu.org
Subject: Re: Ossia - Documentation Recommendation

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

or because it's a new staff and not all the staves use the same key or clef?

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

please feel free to suggest some text to add to the documentation!

Eluze



--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Ossia-Documentation-Recommendation-tp1
52082p152095.html
Sent from the User mailing list archive at Nabble.com.

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

global = {
  \key es \major
  \numericTimeSignature
  \time 12/8
}

right = \relative c'' {
  \global
  
  g'4\sfp ) a,16 bes
  ces-1 bes cis d-1 g16. f32 f4 ees8~
  ees16 f ees\prall d ees f |
  <<
  { g b, c des ( c ) f ( e ) aes ( g ) des'-3 c g 
  \acciaccatura { g8 } bes4. aes4 g8 }
  
  
  \new Staff \with {
  \override TupletBracket #'bracket-visibility = ##f
  \override TupletNumber #'stencil = ##f
  \remove "Time_signature_engraver"
  alignAboveContext = #"right"
  fontSize = #-3
  \override StaffSymbol #'staff-space = #(magstep -3)
  \override StaffSymbol #'thickness = #(magstep -3)
  firstClef = ##f
 }
 { \key ees \major
   g32 [ b, c des  ]
   c [ f e a ]
   g [ des' c c ]
   \ottava #1
   c' [ b bes g ]
   \ottava #0
   e, [ c' b bes ]
   g [ e  des c ]
   des [ c b c ]
   \times 2/3 { e32 [ g bes ]
                des [ c g ]
                bes [ bes c ]
                bes [ a bes ]
                b [ c g ] }
   bes32\staccato ( a\staccato ) aes8.-> g16 } >>|
  f4.\trill \grace { e16 ( [ f ] } g8\staccato ) g ( d )
  ees4.-4 c-1 |

  
}

left = \relative c' {
  \global
  
  ees,8\staccato < g^5 ees'-2> ( < bes^4 ees^2 g-1 > )
  d,\staccato < g^5 ees'-2> ( < bes^4 ees^2 g-1 > )
  c,\staccato < g' e' > ( < c e g > )
  c,\staccato < g' e' > ( < c e bes' > )
  f,,\staccato < f' des' > ( < bes des e > )
  f,\staccato < f' c' > ( < aes c f > )
  bes,\staccato < f' d' > ( < bes d aes' > )
  b,\staccato < g' f' > ( < d' f g >)
  c,\staccato < g' ees' > ( < c ees g > )
  a,\staccato < ges' ees' > ( < c ees ges > )
  bes,\staccato < f' ees' > ( < bes ees aes > )
  a,\staccato < ges' ees' > ( < c ees ges > )

  
}

\score {
  \new PianoStaff <<
    \new Staff = "right" \right
    \new Staff = "left" { \clef bass \left }
  >>
  \layout { }
}
\version "2.16.2"

global = {
  \key es \major
  \numericTimeSignature
  \time 12/8
}

right = \relative c'' {
  \global
  
  g'4\sfp ) a,16 bes
  ces-1 bes cis d-1 g16. f32 f4 ees8~
  ees16 f ees\prall d ees f |
  <<
  { g b, c des ( c ) f ( e ) aes ( g ) des'-3 c g 
  \acciaccatura { g8 } bes4. aes4 g8 }
  
  
  \new Staff \with {
  \override TupletBracket #'bracket-visibility = ##f
  \override TupletNumber #'stencil = ##f
  \remove "Time_signature_engraver"
  alignAboveContext = #"right"
  fontSize = #-3
  \override StaffSymbol #'staff-space = #(magstep -3)
  \override StaffSymbol #'thickness = #(magstep -3)
  firstClef = ##f
 }
 { g32 [ b, c des  ]
   c [ f e a ]
   g [ des' c c ]
   \ottava #1
   c' [ b bes g ]
   \ottava #0
   e, [ c' b bes ]
   g [ e  des c ]
   des [ c b c ]
   \times 2/3 { e32 [ g bes ]
                des [ c g ]
                bes [ bes c ]
                bes [ a bes ]
                b [ c g ] }
   bes32\staccato ( a\staccato ) aes8.-> g16 } >>|
  f4.\trill \grace { e16 ( [ f ] } g8\staccato ) g ( d )
  ees4.-4 c-1 |

  
}

left = \relative c' {
  \global
  
  ees,8\staccato < g^5 ees'-2> ( < bes^4 ees^2 g-1 > )
  d,\staccato < g^5 ees'-2> ( < bes^4 ees^2 g-1 > )
  c,\staccato < g' e' > ( < c e g > )
  c,\staccato < g' e' > ( < c e bes' > )
  f,,\staccato < f' des' > ( < bes des e > )
  f,\staccato < f' c' > ( < aes c f > )
  bes,\staccato < f' d' > ( < bes d aes' > )
  b,\staccato < g' f' > ( < d' f g >)
  c,\staccato < g' ees' > ( < c ees g > )
  a,\staccato < ges' ees' > ( < c ees ges > )
  bes,\staccato < f' ees' > ( < bes ees aes > )
  a,\staccato < ges' ees' > ( < c ees ges > )

  
}

\score {
  \new PianoStaff <<
    \new Staff = "right" \right
    \new Staff = "left" { \clef bass \left }
  >>
  \layout { }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to