lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with \slashedGrace and \partial


From: Federico Bruni
Subject: Re: Problem with \slashedGrace and \partial
Date: Tue, 18 Apr 2017 18:32:22 +0200

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 <address@hidden> 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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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