lilypond-user
[Top][All Lists]
Advanced

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

Possible bug: Grace note at the beginning makes instrumentName disappear


From: Thomas Scharkowski
Subject: Possible bug: Grace note at the beginning makes instrumentName disappear?
Date: Wed, 16 Feb 2022 18:18:19 +0100

Grace note at the beginning makes instrumentName disappear:
macOs 12.1
LilyPond 2.23.6

--
\version "2.23.6"

GraceVoice =  \new Voice
{
  \grace 
  c'8  b4
}

GraceStaff = \new Staff 
<<
  \set Staff.instrumentName = "Grace"
  \GraceVoice
>>

\score {
  \GraceStaff
}

NoGraceVoice = \new Voice 
{
  b4
}

NoGraceStaff = \new Staff 
<<
  \set Staff.instrumentName = "NoGrace"
  \NoGraceVoice
>>

\score {
  \NoGraceStaff
}

Attachment: graceBegin.pdf
Description: Adobe PDF document


reply via email to

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