lilypond-user
[Top][All Lists]
Advanced

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

RE: Grace notes causes clef change to occur after bar


From: Mark Stephen Mrotek
Subject: RE: Grace notes causes clef change to occur after bar
Date: Sat, 4 Apr 2015 11:23:11 -0700

Nolan:

 

Place an “\acciaccatura s8” after the clef change and before the “e.” See below.

 

Mark

 

From: address@hidden [mailto:address@hidden On Behalf Of Nolan Winter
Sent: Saturday, April 04, 2015 11:13 AM
To: address@hidden
Subject: Re: Grace notes causes clef change to occur after bar

 

I sent that prematurely, whoops. Here's the code:

 

\version "2.18.2"

\language "english"

 

            \new PianoStaff <<

                        \new Staff

                        {

                                    \clef bass e4 e e e \clef treble |

                                    \acciaccatura s8 e' e' e' e'

                        }

 

                        \new Staff = "down"

                        {

                                    \clef bass

                                    f8-. r f-. r f-. r f-. r |

                                    \acciaccatura c,8-. c1-- |

                        }

            >>

 

On Sat, Apr 4, 2015 at 2:12 PM, Nolan Winter <address@hidden> wrote:

Like the title says. What is strange is that the clef change isn't even on the same staff yet the grace note causes it to be placed incorrectly. In the actual music that I am encountering this problem, there is a line break which will cause a problem with reading because the reader won't expect the change.

 

 


reply via email to

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