lilypond-user
[Top][All Lists]
Advanced

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

Re: ANSWER, Re: problem with full-measure rests in differently time-scal


From: Adam James Wilson
Subject: Re: ANSWER, Re: problem with full-measure rests in differently time-scaled staves
Date: Sun, 23 Sep 2007 19:45:33 -0700

Apparantly attachments are pruned; here's the code in-line:

\version "2.11.32"

\paper {
        indent = #0
        ragged-right = ##t
}

global = { \time 3/4 { s2. * 3 } \bar "" \break { s2. * 3 }}
        
\layout {
        \context { \Score
                \remove "Timing_translator"
                \remove "Time_signature_engraver"
                \remove "Default_bar_line_engraver"
                \override SpacingSpanner #'uniform-stretching = ##t
                \override SpacingSpanner #'strict-note-spacing = ##t
                proportionalNotationDuration = #(ly:make-moment 1 64)
        }
        \context { \Staff
                \consists "Timing_translator"
                \consists "Default_bar_line_engraver"
                \consists "Time_signature_engraver"
        }
        \context { \Voice
                \remove Forbid_line_break_engraver
                tupletFullLength = ##t
        }
}

\new Score { <<
        \new Staff <<
                \global
                {
                \bar "|"
                \clef treble
                \time 3/8
                d''4.
                
                \bar "|"
                \time 3/4
                r8 des''2( c''8)
                
                \bar "|"
                \time 7/8
                r4. ees''2 ~
                
                \bar "|"
                \time 2/4
                \tupletUp
                \times 2/3 {ees''4 r4 d''4 ~}
                
                \bar "|"
                \time 3/8
                \tupletUp
                \times 3/4 {d''4 r4}
                
                \bar "|"
                \time 2/4
                e''2
                
                \bar "|"
                \time 9/8
                R1 * 9/8                
                }
        >>
        \new StaffGroup <<
                \new Staff <<
                        \global
                        {
                        \bar "|"
                        \clef percussion
                        \time 3/4
                        r4 c'2 ~

                        \bar "|"
                        c'2.

                        \bar "|"
                        R2.

                        \bar "|"
                        r2 g'4 ~
                        
                        \bar "|"
                        g'2. ~
                        
                        \bar "|"
                        g'2.
                        }
                >>
                \new Staff <<
                        \global
                        {
                        \bar "|"
                        \clef percussion
                        \time 3/4
                        R2.

                        \bar "|"
                        g'2. ~

                        \bar "|"
                        g'2.

                        \bar "|"
                        r4 g'2 ~
                        
                        \bar "|"
                        g'2 r4
                        
                        \bar "|"
                        g'2.
                        }
                >>
        >>
>> }


On 9/23/07, Adam James Wilson <address@hidden> wrote:
> Hi Ole,
>
> I think this is what you wanted; I attached the lilypond code (ole.ly)
> and a .png of the output (ole.png).  Let me know if this is what you
> were going for.   If it is this case that you wanted 7/8 to actually
> appear in the time of 3/4, as it does in the handwritten sample, you
> can do this too.   I published to the list also in case anyone else is
> interested.
>
> Best regards,
> Adam
>
>




reply via email to

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