lilypond-user
[Top][All Lists]
Advanced

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

Re: How to tie the last note of one variable to the first note of anothe


From: Patrick Schmidt
Subject: Re: How to tie the last note of one variable to the first note of another variable?
Date: Sat, 22 Jan 2011 20:04:02 +0100

\version "2.13.42"

partOne = \relative c' {
    c4 e g e~
}

partTwo = \relative c' { 
    e1
    c4 e g e~
    e1
}

\score {
    \new PianoStaff <<
        \set PianoStaff.midiInstrument = "acoustic grand"
        \new Staff {
          \set tieWaitForNote = ##t
            \tempo 4 = 120
            \partOne
            \partTwo
        }>>
    \midi { }
    \layout {}
}

HTH

patrick
Am 22.01.2011 um 19:24 schrieb Disc Magnet:

partOne = \relative c' {

    c4 e g e~

}


partTwo = \relative c' {

    e1

    c4 e g e~

    e1

}


\score {

    \new PianoStaff <<

        \set PianoStaff.midiInstrument = "acoustic grand"


        \new Staff {

            \tempo 4 = 120

            \partOne

            \partTwo

        }


    \midi { }

    \layout {}

}



reply via email to

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