lilypond-user
[Top][All Lists]
Advanced

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

Re: Appoggiatura before the bar line


From: Ralph Palmer
Subject: Re: Appoggiatura before the bar line
Date: Sun, 28 Apr 2013 00:25:43 -0400

On Sat, Apr 27, 2013 at 11:34 PM, Andrew Bernard <address@hidden> 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
address@hidden

reply via email to

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