lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lay out


From: Aaron Mehl
Subject: Re: lay out
Date: Sat, 4 Jun 2005 16:31:27 -0700 (PDT)

Hi Graham and list,

I did as you said and did a convert-ly on the file.

it basically replaced paper with layout and removed
the notes block but I see a second set of brackets.
--------------------------------------------------
\version "2.2.0"

\header{
        title = "Zachrenu"
        poet = "Machzor Yom Kippur"
        composer = "Yechiel Halpern"
        meter = "Andante"

}

#(set-global-staff-size 18)
\score {
\notes {
        \set Staff.midiInstrument = "acoustic grand"
        \time 4/4
        \key a \minor
        \clef treble
        e'4 e''8 c'' b' a' b' c'' |
        a'4 a' a' a' |
        gis'8 a' b' c'' b' gis' a' f' |
        e'4 gis'8. gis'16 gis'4 gis'8. e'16 |
%5
        a'8 gis' a' f' e' d' f' a' |
        d'4 d' d' d'8. d''16 |
        d'' c'' b' a' b' a' gis' f' gis' f' e' d' gis'
a' gis' f' |
        e'2. r8 e'16 e' |
        a'8. gis'16 a'8 b' c''8. b'16 c''8 a' |
%10
        b'4 b' b' b'8 e' |
        b'8. ais'16 b'8 c'' d''8. c''16 d''8 b' |
        c''4 c'' c'' c'' |
        f''8. e''16 d''8 c'' b'16 c'' b' c'' d''4 |
        e''8. d''16 c''8 b' a'16 b' a' b' c''4 |
%15
        d''8. c''16 b'8 a' gis' e' c'' b' |
        a'2 \bar "|."
}




        \paper {
        }
        \midi {
                \tempo 4 = 72
        }
}

-------------------------------------------------
\version "2.5.12"

\header{
        title = "Zachrenu"
        poet = "Machzor Yom Kippur"
        composer = "Yechiel Halpern"
        meter = "Andante"

}

#(set-global-staff-size 18)
\score {
 {
        \set Staff.midiInstrument = "acoustic grand"
        \time 4/4
        \key a \minor
        \clef treble
        e'4 e''8 c'' b' a' b' c'' |
        a'4 a' a' a' |
        gis'8 a' b' c'' b' gis' a' f' |
        e'4 gis'8. gis'16 gis'4 gis'8. e'16 |
%5
        a'8 gis' a' f' e' d' f' a' |
        d'4 d' d' d'8. d''16 |
        d'' c'' b' a' b' a' gis' f' gis' f' e' d' gis'
a' gis' f' |
        e'2. r8 e'16 e' |
        a'8. gis'16 a'8 b' c''8. b'16 c''8 a' |
%10
        b'4 b' b' b'8 e' |
        b'8. ais'16 b'8 c'' d''8. c''16 d''8 b' |
        c''4 c'' c'' c'' |
        f''8. e''16 d''8 c'' b'16 c'' b' c'' d''4 |
        e''8. d''16 c''8 b' a'16 b' a' b' c''4 |
%15
        d''8. c''16 b'8 a' gis' e' c'' b' |
        a'2 \bar "|."
}




        \layout {
        }
        \midi {
                \tempo 4 = 72
        }
}

-----------------------------------------
So am I able to generalize from this that layout
replaces paper (you said not and the docs still say
that paper is still in?)

Also is the second set of brackets under the score
block just a shortcut for \note {}?

I need to acheive a template with lyrics in it where
in this template would I put lyrics?

Again it is nice to get a working template for my
personal project but even nicer would be to have some
structural rules I can share with others.

What I mean is that a lilypond file must have these
blocks and optionally can have these blocks.

It could be that nothing really has changed in the
versions and I just never bothered to pin down what is
the basic structure before.

But infact one of the stumbling blocks with lilyxml
was defining what was the lilypond structure. And I
see that it is very different than xml so this
discussion is most enlightening for me.

Aaron 



                
__________________________________ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 




reply via email to

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