On 16/09/14 13:55, David Kastrup wrote:
> James writes:
>
>>> \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"
>>> \magnif
James writes:
>> \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
>> }
>>
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 {
>
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"
\magnifySta
Pierre Perol-Schneider writes:
>>I'm not top posting
>
> Hi Squad,
>
> See enclosed bug with two possible workarounds.
> Cheers,
> Pierre
Here is another:
\version "2.19"
\markup\italic "Ossia staff's too long at key change:"
\new Staff = "main" \relative c'' {
c4 b d c
<<
{ c4 b d c
>I'm not top posting
Hi Squad,
See enclosed bug with two possible workarounds.
Cheers,
Pierre
\version "2.19"
\markup\italic "Ossia staff's too long at key change:"
\new Staff = "main" \relative c'' {
c4 b d c
<<
{ c4 b d c }
\new Staff \with {
\omit TimeSignature
alignA