Bernhard,

Full measure rests are controlled via the "MultiMeasureRest" context. 
Here's how you would do what you want (don't forget the "R" syntax):

%<------------------ START SNIP ---------------------

\version "2.19.15" 
\language "deutsch" 

global = { 
\key c \major 
\time 3/4 
} 
soprano = \relative c'' { 
  \global 
  \dynamicUp 
  % Die Noten folgen hier.
  \override MultiMeasureRest.staff-position = #4
  R2. | R2. | R2. | R2. | 
} 
\score { 
  << 
  \soprano 
  >> 
  \layout { } 
  \midi { 
    \tempo 4=100 
  } 
} 

%<------------------ END SNIP ---------------------

HTH,
Abraham

On Fri, Oct 31, 2014 at 2:44 PM, Dr. Bernhard Kleine [via Lilypond] 
<ml-node+s1069038n168169...@n5.nabble.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE----- 
> Hash: SHA1 
> 
> The following piece shows IMHO errors. 
> 
> \version "2.19.15" 
> \language "deutsch" 
> 
> global = { 
> \key c \major 
> \time 3/4 
> } 
> soprano = \relative c'' { 
> \global 
> \dynamicUp 
> % Die Noten folgen hier. 
> d2.\rest | d1\rest | d1\rest | d1\rest | 
> } 
> \score { 
> << 
> \soprano 
> >> 
> \layout { } 
> \midi { 
> \tempo 4=100 
> } 
> } 
> 
> Do you know how to code full pauses in 3/ 4 measure? 
> 
> Bernhard 
> -----BEGIN PGP SIGNATURE----- 
> Version: GnuPG v2.0.22 (MingW32) 
> Comment: Using gpg4o v3.3.26.5094 - http://www.gpg4o.de/
> Charset: utf-8 
> 
> iQIcBAEBAgAGBQJUU8viAAoJENCoWyDsDBkPuHsP/1P/aReM2G6JhGmMkWNzWJXe
> l/9gYU2QyN4fXk3rbcJBlBQ2AUrj2Aiec4Lrh0WIe6gLoNsbK7BQ0JNndV1Tertq 
> iNNnfvVZUpJlzPlYrHktA/QOCOkBZANWUUr0f4BnUOJK6D2MVEkNF60Bbnj8KfKf
> y0SCkufHZvrrrX1OZ2xtnXuyrNlns/O1aGntaAxEoiyJ9idcYQ3wbO3x91HcSlU7 
> wg+cUiOXTk9SjLZkZr0VBY7jSJJ1Xqscwl9VwCUgCR8oXmwQ4N8Oj5Yw0yqzUkgF
> Rea6zNpooGmYx4IV32pWqzxTnIxbx+jnIXFFexk/Dsx87jvpsbjnKYoWKm0s8kqM
> U1M/D55bNHkzgxjt3T5bNn9HYohXiLgfGFAjKu7Tg++u1l1WPGYvMxa7UooNmqfY
> YpcufMcRatblPi1fjMF0WFiNd4gFIbfMTKTFLRCWkDjOUql1Fu9gHkocxI/Ew2Gv 
> v7quaxme+bwyVVHnU/OqCS7GlvgZtKj2js3Imiit9FaamySrliuPgX3Zq3B/PKMG
> RFTbfci4er6NruFTq5S30gra3xqSenP9IT9qsVKkSjumejjYSLzumFIWWE0a0Nuz
> HIxhC5cuibWzmFrVzFwmXbAaNDwnrVE5d4WfDvWzvOoryMoJp5CnFOEJ5XwXbGbK
> c1zsWaIso0juRCJmCP4Q 
> =MKvU 
> -----END PGP SIGNATURE----- 
> 
> _______________________________________________ 
> lilypond-user mailing list 
> [hidden email] 
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 
>  PGPexch.htm (4K) Download Attachment
>  PGPexch.htm.sig (744 bytes) Download Attachment
> 
> 
> If you reply to this email, your message will be added to the 
> discussion below:
> http://lilypond.1069038.n5.nabble.com/In-3-4-measures-how-to-code-pauses-which-last-one-measure-tp168169.html
> To start a new topic under User, email 
> ml-node+s1069038n...@n5.nabble.com 
> To unsubscribe from Lilypond, click here.
> NAML




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/In-3-4-measures-how-to-code-pauses-which-last-one-measure-tp168169p168172.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to