Hello Everyone, 

I have a measure written below, the top staff of the piano has three beamed
grace notes and it seems to be affecting the spacing of the sixteenth notes
in the bottom staff. Is there anything I could do so that the unsightly
space in the middle of those sixteenth notes goes away?

Thanks,
Carl

\version "2.18.0"

global = {
  \key c \major
  \time 4/4
}

right = \relative c' {
  \global
  % Music follows here.
        r4 <d, ges>8 <aes' c> \tuplet 3/2 {<ges' c>4 <g, des> \grace {c'8( d
ees} <e, g>4)}
  
}

left = \relative c, {
  \global
  % Music follows here.
        <e ges>2 r4 \grace { s8 s s } ges16 a c e
  
}

\score {
  \new PianoStaff \with {
    instrumentName = "Piano"
  } <<
    \new Staff = "right" \with {
      midiInstrument = "acoustic grand"
    } \right
    \new Staff = "left" \with {
      midiInstrument = "acoustic grand"
    } { \clef bass \left }
  >>
  \layout { }
}

<http://lilypond.1069038.n5.nabble.com/file/n160385/question.png> 





--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Grace-notes-causing-extra-space-in-other-staves-tp160385.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to