bug-lilypond
[Top][All Lists]
Advanced

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

slashedGrace Layout-Fail in PianoStaff


From: K. L.
Subject: slashedGrace Layout-Fail in PianoStaff
Date: Fri, 5 Nov 2021 11:29:28 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0



-------- Weitergeleitete Nachricht --------
Betreff:        slashedGrace Layout-Fail in PianoStaff
Datum:  Thu, 4 Nov 2021 18:15:31 +0100
Von:    K. L. <fjn6013@gmail.com>
An:     bug-lilypond@gnu.org



% PianoStaff with first Note \slashedGrace ..
% Layout-Fail
% double tempo
% double time
% double clef (2.line)

\version "2.22.0"

piano_mel_error = \relative c''' {
  \clef treble
  \key es \major
  \time 2/4
  \tempo 4 = 100
  \autoBeamOff

  \slashedGrace cis8 < g d' >4
  \slashedGrace cis8 < g d' >4 |
  \acciaccatura cis,8 < g d' >4 \acciaccatura cis8 < g d' >8 g \bar "||"
  c8[ < g es >8] g[ < g es >8] | g[ c,] c[ c] |
  \break
}

piano_mel = \relative c''' {
  \clef treble
  \key es \major
  \time 2/4
  \tempo 4 = 100
  \autoBeamOff

  r8 \slashedGrace cis16 < g d' >8
  \slashedGrace cis8 < g d' >4 |
  \acciaccatura cis,8 < g d' >4 \acciaccatura cis8 < g d' >8 g \bar "||"
  c8[ < g es >8] g[ < g es >8] | g[ c,] c[ c] |
  \break
}

piano_bas = \relative c {
  \clef bass
  \key es \major
  \time 2/4
  \tempo 4 = 100
  \autoBeamOff

  g8[ aes b c] | d[ es f g] \bar "||" c4 b | bes a |
  \break
}

\score {
  <<

    \new PianoStaff = "errpiano"
    \with {
      instrumentName = "Piano"
      midiInstrument = "acoustic grand"
    }
    <<
      \new Staff = "errpmal" {
        \piano_mel_error
%        \piano_mel
      }
      \new Staff = "errpbas" {
        \piano_bas
      }
    >>

  >>

  \layout { }
}

Attachment: SlashedGrace-Error.pdf
Description: Adobe PDF document

Attachment: SlashedGrace-ok.pdf
Description: Adobe PDF document


reply via email to

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