Thank you that worked it's not exactly that way in the example of the docs-
Should that be changed?

Jay

On Mon, May 31, 2010 at 9:10 AM, James Bailey
<[email protected]>wrote:

>
> On 30.05.2010, at 22:55, Jay Hamilton wrote:
>
> Hello all what am I doing wrong here?
> The 'ossia is below the staff and I would expect it to be above,
> Thanks Jay
>
> \version "2.12.2"
> \header {
> title = "different 3/4s"
> composer = "Jay Hamilton"
> copyright = \markup { \tiny \override #'(baseline-skip . 0.5)
> \center-column
> { "CC lic 2.5 some rights reserved Jay Hamilton 2010"
> "see http://creativecommons.org/licenses/by-nd/2.5/";
> } }
> }
> melody = \relative c'
> {
> \clef treble
> \key c \major
> \time 3/4
> #(set-global-staff-size 28)
> \override Staff.TimeSignature #' style = #' ()
> d4 f a b, d f d f a b, d f
> c e g b g b c a f e g e
> d f a b, d f d f a b g e
> d f a b, d f e c a g b d g2.
> c,4 b a g b d c b a g b d \break
> << {
> c8 f4 e b8 c8 g'4 f c8 d a'4 g d8 e b'4 c4.}
> \new Staff \with {
> \remove "Time_signature_engraver"
> alignAboveContext = #"melody"
> fontSize = #-5
> \override StaffSymbol #'staff-space = #(magstep -5)
> \override StaffSymbol #'thickness = #(magstep -5)
> firstClef = ##f
> }
> {c,8 [f] ~ f [e] ~ e [b] c [g'] ~ g [f] ~ f [c]
> d8 [a'] ~ a [g] ~ g [d] e [b'] ~ b [c] ~ c4 }
> >> \break
> e4 d8 c f,4 c' b8 a e4 b'8 a g d f4
> a8 g f d e4 e'8 f e a, d4 b8 c d b g4
> e8 f g e a4 b8 c f,4 e d2. b4 d f
> d f a g, b d b d f c e g b g e
> f4 a c e d c b d g, b d f, b d e,
> a c d, g b c, f a c,
> e g c, b d b c2.
>
> \bar "|."
> }
> \score {
> \new Staff \melody
> \layout { }
>
> }
>
>
> I think it should work if you have \new Staff = "melody"
>



-- 
Jay Hamilton Sound and Silence www.soundand.com 206-328-7694
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to