Re: Order of contexts over staves

2015-01-25 Thread Keith OHara
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

Re: Order of contexts over staves

2015-01-25 Thread Phil Holmes
- 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:

Re: Order of contexts over staves

2015-01-19 Thread Pierre Perol-Schneider
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

Re: Order of contexts over staves

2015-01-19 Thread Phil Holmes
- 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

Re: Order of contexts over staves

2015-01-19 Thread Phil Holmes
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 }

Re: Order of contexts over staves

2015-01-18 Thread Trevor Daniels
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

Re: Order of contexts over staves

2015-01-18 Thread Pierre Perol-Schneider
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 }

Re: Order of contexts over staves

2015-01-18 Thread Keith OHara
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

Re: Order of contexts over staves

2015-01-18 Thread Pierre Perol-Schneider
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

Re: Order of contexts over staves

2015-01-18 Thread Phil Holmes
- 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"