lilypond-user
[Top][All Lists]
Advanced

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

full rest side effect


From: Jonathan Wilkes
Subject: full rest side effect
Date: Wed, 14 Mar 2012 11:56:36 -0700 (PDT)

Oops, I sent this to address@hidden by mistake.  Please ignore there...

Hello,
In the following example the left hand gets rhythmically augmented.
What screwy thing am I doing?
This score boilerplate was generated using LilypondTool and I removed the 
irrelevant parts.

Thanks,
Jonathan


% Created on Wed Mar 14 14:40:30 EDT 2012
\version "2.14.2"

staffPiano = \new PianoStaff {
        \time 3/4
                <<
        \context Staff = "RH" {  % Right hand 
            \clef treble
            \key c \major
            \relative c' {
                c c c |
                c c c |
                R2.*2
            }
        }
        \context Staff = "LH" {  % Left hand             
            \clef bass
            \key c \major
            \relative c {
                c c c |
              c c c |
                c c c |
                c c c |
            }
        }
    >>
}

\score {
    <<
        \staffPiano
    >>
}



reply via email to

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