lilypond-user
[Top][All Lists]
Advanced

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

Re: bug with acciaccatura and piano staff


From: Erik Sandberg
Subject: Re: bug with acciaccatura and piano staff
Date: Tue, 14 Sep 2004 20:58:44 +0200
User-agent: KMail/1.6.2

On Tuesday 14 September 2004 19.56, J. Scott Amort wrote:
> Hi,
>
> Try the following ly file:
>
> \paper { raggedright = ##t}
>
> globalsettings = {
>       \time 3/4
>       \key c \minor
> }
>
> \score {
>       \context PianoStaff \relative c' <<
>               \context Staff = upper {
>                       \globalsettings
>                       \clef treble
>                       \acciaccatura b8
>                       <ees g c>2.
>               }
>               \context Staff = lower {
>                       \globalsettings
>                       \clef bass
>                       <c c,>2.
>               }
>
> }

This is part of the grace note problem. You must pad with dummy grace notes in 
all staves, like:

                \context Staff = lower {
                        \globalsettings
                        \clef bass
                        \grace s8 <c c,>2.
                }

erik




reply via email to

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