lilypond-user
[Top][All Lists]
Advanced

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

5/4 full measure rest


From: Menu Jacques
Subject: 5/4 full measure rest
Date: Wed, 16 May 2018 10:11:30 +0200

Hello folks,

What is the best way to write such a length, that cannot be written with dots?

I’m not sure about R1*5/4, and I thought R1 R4 would be OK for that, but:

\version "2.19.80"

\relative {
  \time 5/4
  <<
    \new Voice {
      a' b c d e |
    }

    \new Voice {
      R1 R4 |
    }

    \new Voice {
      R1*5/4 |
    }
  >>
}

produces the following error:

 Starting lilypond 2.19.80 [Untitled (5)]...
Processing `/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-nx6e_mso/tmp_p48ina4/document.ly'
Parsing...
Interpreting music...
/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-nx6e_mso/tmp_p48ina4/document.ly:11:7: warning: barcheck failed at: 1
      
      R1 R4 |
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T//lilypond-KrWnOv'...
Converting to `document.pdf'...
Deleting `/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T//lilypond-KrWnOv'...
Success: compilation successfully completed
Completed successfully in 0.7 ».

Thanks for your help!

JM


reply via email to

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