On Sun, 25 Jan 2015 08:37:16 -0800, Phil Holmes wrote:
is
there a way of displaying where the various contexts are placed so I can try
to see what's going on?
I don't know of any built-in option that will help with this,
but you could temporarily ask LilyPond to draw Dynamics with one staff-l
- Original Message -
From: "Phil Holmes"
To: ; "Keith OHara"
Sent: Monday, January 19, 2015 2:45 PM
Subject: Re: Order of contexts over staves
- Original Message -
From: "Keith OHara"
To:
Sent: Sunday, January 18, 2015 10:00 PM
Subject: Re:
ut you're
> essentially putting in a staff that is never shown, and then putting the
> ossia above that.
>
> --
> Phil Holmes
>
>
>
> - Original Message -
> *From:* Pierre Perol-Schneider
> *To:* Keith OHara
> *Cc:* lilypond-user
> *Sent:* Sunday
- Original Message -
From: "Keith OHara"
To:
Sent: Sunday, January 18, 2015 10:00 PM
Subject: Re: Order of contexts over staves
You could
\new Staff \with {alignAboveContext = "dn" } ...
\new Dynamics = "dn" ...
Thanks, Keith. I should probably ha
er
Sent: Sunday, January 18, 2015 10:19 PM
Subject: Re: Order of contexts over staves
Hi again,
How about :
\version "2.19.15"
myOssia = \relative c' {
R1*2
<<
\new Staff
\with { alignAboveContext = #"essai" \magnifyStaff #5/7 }
Phil Holmes wrote Sunday, January 18, 2015 8:29 PM
> - Original Message -
> From: "Phil Holmes"
> To:
> Sent: Sunday, January 18, 2015 3:11 PM
> Subject: Order of contexts over staves
>
>
>> I'm setting some music with temporary staves, and ensuring the the
>> temporary staff is abo
Hi again,
How about :
\version "2.19.15"
myOssia = \relative c' {
R1*2
<<
\new Staff
\with { alignAboveContext = #"essai" \magnifyStaff #5/7 }
{ c4 c c c }
R1
>>
R1*5
}
myMusic = \relative c' {
c1 c c c c c c c
}
myDynamics = {
s1\f s s\p s\f s
\break
s s\p s\pp
}
Phil Holmes writes:
> > I'm setting some music with temporary staves, and ensuring the the
> > temporary staff is above the main staff using
> >
> > \new Staff \with { alignAboveContext = #"label"}
> >
> > I'm also using a dynamics context, which is created with
> >
> > \new Dynamics \with { alig
Hi Phil, Hi Trevor,
If that helps here are other trials I was working on.
Noting found yet though.
\version "2.19.15"
myOssia = \relative c' { c4 c c c }
myMusic = \relative c' {
c1 c
<<
\new Staff \with {
\magnifyStaff #5/7
alignAboveContext = #"label"
}
\new Voice
- Original Message -
From: "Phil Holmes"
To:
Sent: Sunday, January 18, 2015 3:11 PM
Subject: Order of contexts over staves
I'm setting some music with temporary staves, and ensuring the the
temporary staff is above the main staff using
\new Staff \with { alignAboveContext = #"label"
10 matches
Mail list logo