bug-lilypond
[Top][All Lists]
Advanced

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

Re: Ossia staff is too long when a key change happend


From: Pierre Perol-Schneider
Subject: Re: Ossia staff is too long when a key change happend
Date: Sun, 31 Aug 2014 12:36:41 +0200

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


reply via email to

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