On Sat, Apr 27, 2013 at 11:34 PM, Andrew Bernard
<andrew.bern...@gmail.com>wrote:

>
> Don't know if this works in 2.16, but here you are:
>
> ====
>
> \version "2.17.14"
>
>
>
> treble = \relative c'' {
>
> \clef treble
>
> \time 3/4
>
>  s2 g,8( a) |
>
> <bes d>2 <b d>4
>
> }
>
>
> bass = \relative c {
>
> \clef bass
>
> \time 3/4
>
>
>  s2 \afterGrace d4 { \slurUp f,16[( c'] } |
>
> <c c'>8[) c'] b b4.
>
> }
>
>
>
> \score {
>
> \new PianoStaff
>
> <<
>
> \new Staff = "treble" { \treble }
>
> \new Staff = "bass" { \bass }
>
> >>
>
>  \layout {}
>
>  }
>
>
>
> ====
>

Beautiful, Andrew! Works in 2.16.2, as well.

Much appreciated,

Ralph


-- 
Ralph Palmer
Brattleboro, VT
USA
palmer.r.vio...@gmail.com
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to