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: Mon, 04 Dec 2017 17:05:27 +0100
User-agent: Roundcube Webmail/0.9.5

http://lilypond.org/doc/v2.18/Documentation/notation/writing-rhythms
use 3/2 instead of 3/4?

Regards


Am 04.12.2017 15:16, schrieb Vivyan:
I'm expecting the score so far to be within one meter. I'm using threes over four. It does prefer when I put 3 over two, but I'm sure two is too long a
duration surly for what I need here?


[code]
\version "2.19.80"

upper = \relative c'' {
  \clef treble
  \time 5/4
  \slurUp des,4( \pp\<  % 1st note of array
  \tuplet 3/4{
  <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/4{
    <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 { }
}



[\code]



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

_______________________________________________
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]