lilypond-devel
[Top][All Lists]
Advanced

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

Re: 6 notes when the tempo is 5/4 ?


From: David Kastrup
Subject: Re: 6 notes when the tempo is 5/4 ?
Date: Sun, 04 Feb 2018 10:40:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Vivyan <address@hidden> writes:

> 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
>
>     }
>   >>
> }

lilypond /tmp/viv.ly
GNU LilyPond 2.21.0
Processing `/tmp/viv.ly'
Parsing...
/tmp/viv.ly:27:7: error: syntax error, unexpected '*'
      
      *4
/tmp/viv.ly:1:1: error: errors found, ignoring music expression

{
/tmp/viv.ly:1: warning: no \version statement found, please add

\version "2.21.0"

for future compatibility
fatal error: failed files: "/tmp/viv.ly"

Please test your tiny examples <http://lilypond.org/tiny-examples.html>
before sending them to the list.

-- 
David Kastrup



reply via email to

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