lilypond-user
[Top][All Lists]
Advanced

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

Re: AW: A pause in 3/4 measure


From: Thomas Morley-2
Subject: Re: AW: A pause in 3/4 measure
Date: Fri, 31 Oct 2014 16:55:40 -0700 (PDT)

Dr. Bernhard Kleine wrote
> The following shows my problem: I want to move the rest symbols: 
> \version "2.19.15"
> \language "deutsch"
> global = {
>   \key c \major
>   \time 3/4
> }
> soprano = \relative c'' {
>   \global
>   \dynamicUp
>   % Die Noten folgen hier.
>    R2. | d2.\rest | d1\rest | d1\rest |
>   } 
> \score {
>   <<
>     \soprano
>    >>
>   \layout { }
>   \midi {
>     \tempo 4=100
>   }
> }
>  And still have the glyph for full rest.
> 
> Bernhard

See:

{
        <>^"Whole measure Rests! The glyphs are correct!!"
        \time 1/16
        R16
        \time 2/8
        R4
        \time 3/4
        R2.
        \time 4/4
        R1
        <>-"MultiMeasureRests"
        \compressFullBarRests
        R1*7
        R1*12
}

{
        <>^"Moving MultiMeasureRests up/down"
        <>_"default" \time 1/16 R16 
        
        \override MultiMeasureRest.staff-position = #4
        <>_"up" \time 1/16 R16 
        
        \override MultiMeasureRest.staff-position = #6
        <>_"up" \time 1/16 R16 
        
        \override MultiMeasureRest.staff-position = #-4
        <>_"down" \time 1/16 R16 
        
        \override MultiMeasureRest.staff-position = #-6
        <>_"down" \time 1/16 R16 
}

{
        <>^"Simple, not centered rests, filling a whole measure by accident"
        \time 1/16
        r16
        \time 2/8
        r4
        \time 3/4
        r2.
        \time 4/4
        r1
}

{
        <>^"Moving rests up/down"
        <>_"default" \time 1/16 r16 
        
        \override Rest.staff-position = #4
        <>_"up" \time 1/16 r16 
        
        \override Rest.staff-position = #6
        <>_"up" \time 1/16 r16 
        
        \override Rest.staff-position = #-4
        <>_"down" \time 1/16 r16 
        
        \override Rest.staff-position = #-6
        <>_"down" \time 1/16 r16 
}

-Harm




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/A-pause-in-3-4-measure-tp168136p168184.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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