Oops, I sent this to lilypond@googlecode 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
>>
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user