Dear Pieter

You've just hit the famous "grace syncronization" bug:
https://sourceforge.net/p/testlilyissues/issues/34/


Il giorno mar 18 apr 2017 alle 17:51, Pieter Terpstra <peter.terpst...@gmail.com> ha scritto:
Dear Readers,
Have some issues here.

Stem goes down here (even if i try a \stemUp) and get double crosses and time signature.

What goes wrong here?

Thank you again so much!

Peter

score:
\version "2.18.2"

global = {
  \key a \major
  %\defaultTimeSignature
  \time 2/4
}

CGVoiceOne = \relative c' {
  \global
  \partial 8 \slashedGrace fis8 e16. dis32\p |
  e8 a a \slashedGrace fis8 e16. dis 32 |
}
CGVoiceTwo = \relative c {
  \global
  \partial 8 r8 |

above bar should be rewritten as:

\partial 8 \hideNotes \grace s8 \unHideNotes r8

  r a [a] r |
}
\score {
   \new Staff \with {
    midiInstrument = "acoustic guitar (nylon)"
  } { \clef "treble_8" << \CGVoiceOne
                          \\ \CGVoiceTwo >>
}}


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


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

Reply via email to