lilypond-devel
[Top][All Lists]
Advanced

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

6 notes when the tempo is 5/4 ?


From: Vivyan
Subject: 6 notes when the tempo is 5/4 ?
Date: Sat, 3 Feb 2018 17:20:41 -0700 (MST)

not sure why on the bass clef is the last note d in not in the second meter?



%Piano Score
{
  \new PianoStaff <<
    \new Staff {
      \clef treble
     
      \time 5/4
      \tempo "Andante" 4 = 76
      
      des'4
      
      \tuplet 3/2{
       e''8  <e' c'''> ges''
      }
      
      \tuplet 3/2{
    
      <a' a>
      <g' g''>
      d''
      } 
  
      \tuplet 4/4{
       r16
       e'' des'' ees'' 
      } 
      
      *4
      }
      
    \new Staff {
      \clef bass
      \voiceOne
      \autoBeamOff
      
      d4\rest
      
       
      
       \tuplet 3/2{
        \crossStaff { b } 
      }
      
      d8\rest
      e8
      d4\rest
      
      \tuplet 3/2 { 
        d4\rest f,8             
      }
      
      d4

    }
  >>
}



--
Sent from: http://lilypond.1069038.n5.nabble.com/Dev-f88644.html



reply via email to

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