lilypond-user
[Top][All Lists]
Advanced

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

Voice / slur problem


From: Palmer, Ralph
Subject: Voice / slur problem
Date: Fri, 19 Jan 2007 07:32:05 -0500

Greetings -

I'm getting better at this, and LilyPond is becoming more clear all the
time. Thank you for your hard work and your help.

I still run into difficulties - here's my latest.

I'm trying to reproduce the measure in the attached <slur problem.jpg>.
Here's my best effort so far. Can anyone point me in the right, or at
least a good, direction?

Thank you for your time and help,

Ralph
+++++++++++++++++++++++++
Ralph Palmer
Energy/Administrative Coordinator
Keene State College
Keene, NH 03435-2502
Phone: 603-358-2230
Cell: 603-209-2903
Fax: 603-358-2456
address@hidden

%%%%%%%%%%%% begin snippet %%%%%%%%%

%Section test
\version "2.10.0.1"
\include "english.ly"
\header {
        instrument = "Piano"
        }

%Right hand
pianoRH = \context Voice = "one" 
          {
          \voiceOne
          \clef treble
             \time 3/2
             \tempo 4=112
%Measure 5
          \time 4/4
          \change Staff = "bass"
          b16\mf( fs b d'
          \change Staff = "treble"
          fs'16\< b' d'' fs''\!)~ 
          <<
          {fs'' r8. } \\
          \change Staff = "bass"
          {g16( b d' g'}
          >>
          \change Staff = "treble"
          b'16 d'' g'' b'') |
          }

%Left hand
pianoLH = \context Voice = "three"
          {
          \voiceTwo
          \clef bass
%Measure 5
         s1 |
          }

\book {
      \score {
      \context PianoStaff <<
      \context Staff = "treble" <<
      \pianoRH
      >>
      \context Staff = "bass" <<
      \pianoLH
      >>
      >>
        }
}

%%%%%%%%%%% end snippet %%%%%%%%%%%%%%

Attachment: slur problem.jpg
Description: slur problem.jpg


reply via email to

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