lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4108 in lilypond: Ossia is 'too long' if there


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4108 in lilypond: Ossia is 'too long' if there is a key change in the other Staffs
Date: Wed, 17 Sep 2014 07:42:34 +0000


Comment #4 on issue 4108 by address@hidden: Ossia is 'too long' if there is a key change in the other Staffs
https://code.google.com/p/lilypond/issues/detail?id=4108

Pierre Perol-Schneider wrote:

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
}

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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