Nice ! Plus it's also working for time changes issue :

\version "2.19"

\markup\italic "Ossia staff's too long at time change:"

\new Staff = "main" \relative c'' {
  c4 b d c
  <<
    { c4 b d c }
    \new Staff \with {
      \omit TimeSignature
      alignAboveContext = #"main"
      \magnifyStaff #2/3
      firstClef = ##f
    }
    { e4 d f e }
  >>
  \time 3/4
  c4 b c
}

\markup\italic "This is almost a fix"
\new Staff = "main" \relative c'' {
  c4 b d c
  <<
    { c4 b d c }
    \new Staff \with {
      \omit TimeSignature
      alignAboveContext = #"main"
      \magnifyStaff #2/3
      firstClef = ##f
    }
    { e4 d f e \grace { \stopStaff s } }
  >>
  \time 3/4
  c4 b c
}

Cheers,
Pierre
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to