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: James
Subject: Re: Ossia staff is too long when a key change happend
Date: Tue, 16 Sep 2014 07:57:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1

On 31/08/14 11:36, 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
> }
> 
> \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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
> 

So this is no longer a 'bug'?

James



reply via email to

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