lilypond-user
[Top][All Lists]
Advanced

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

Re: Another Timing error?


From: Blöchl Bernhard
Subject: Re: Another Timing error?
Date: Sun, 10 Dec 2017 20:59:28 +0100
User-agent: Roundcube Webmail/0.9.5

Helmut Kohl (long time German chancelor) was once heard to say" What counts is what comes out at the other end." Do not think, try this and look what comes out at the end:

\version "2.19.80"

upper = \relative c'' {
  \clef treble
  \time 5/4
  \slurUp des,4( \pp\<  % 1st note of array
  \tuplet 3/2{
  <bes % 2nd note of 1st array
    e'>8 %1st not from second row retrograde
    <c''%1st symetrical of  second row ret
    ees,,>\!\> %1st symetrical of  1st row
    ges)\!\< %2nd sym of 1st row
  }
  \slurDown
  \tuplet 3/2{
    <a,,( % 3rd of 1st row *
    a'>^"rall -" % 2nd of 2nd row ret $
    <g' % 3rd sym of  1st row @@
    g'>\!\mp\> % 2nd sym of 2nd row ret &&&
    d' \fermata % 3rd note of sec row ret & symetry $ / &&&
   % aes''>
  }
  \tuplet 4/4{
   r16
   e des ees\!
  }

  <b,) %5th note 1st row

  des'
  bes>4\pp

}

  lower = \relative c {
  \clef bass
  \time 5/4
  r4
  r4
  r4
  r4
  r8
  e4\pp

  }


\score {
  \new PianoStaff <<
    \set PianoStaff.instrumentName = #"Piano  "
    \new Staff = "upper" \upper
    \new Staff = "lower" \lower
  >>
  \layout { }
  \midi { }
}


Am 10.12.2017 18:10, schrieb Phil Holmes:
----- Original Message ----- From: "Vivyan" <address@hidden>
To: <address@hidden>
Sent: Sunday, December 10, 2017 4:45 PM
Subject: Re: Another Timing error?


I thought it would make sense to have 3 over four quarter notes rather than
half notes?

The quarter notes thing is irrelevant.  It's 3 notes in the space
normally occupied by 2.

--
Phil Holmes


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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