lilypond-user
[Top][All Lists]
Advanced

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

Two voices, two clefs, one staff


From: Michael Rivers
Subject: Two voices, two clefs, one staff
Date: Sat, 21 Dec 2013 09:50:13 -0800 (PST)

I'm typesetting the song "La Flûte enchantée" by Ravel. There's a bit in the
piano part with notes from both bass and treble clefs displayed
simultaneously (see jpgs). I thought I'd seen everything, but this has me
stumped. Can anybody help? Here's what I've got so far:

\version "2.16.2"

global = {
  \key b \minor
  \numericTimeSignature
  \time 2/4
}

left = \relative c {
  \global
  <<
   { \voiceOne
     r8 gis'4( gis'8) | %16
     \clef treble <bis, dis a' bis>4( <cis e ais cis>~ \times 2/3 { q4 <d
eis b' d> <dis fis bis dis>) } | %17
     <bis dis a' bis>4( <cis e ais cis>~ \times 2/3 { q4 <d eis b' d> <dis
fis bis dis>) } | %18
   }
   \new Voice { 
     \voiceTwo
     \clef bass <gis,, dis'>2-> | %16
     \clef bass 
     \acciaccatura <gis, gis'>8~ <gis gis'>1~ | %17
     q | %18
   }
 >>
  
}

\score {
  \new PianoStaff \with {
  } <<
    \new Staff = "left" { \clef bass \left }
  >>
}

<http://lilypond.1069038.n5.nabble.com/file/n156263/Ravel_clip_one.jpg> 
<http://lilypond.1069038.n5.nabble.com/file/n156263/Ravel_clip_two.jpg> 



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Two-voices-two-clefs-one-staff-tp156263.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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