[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user
Subject:    RE: Strange behavior with grace notes
From:       "Mark Stephen Mrotek" <carsonmark () ca ! rr ! com>
Date:       2020-07-24 19:32:15
Message-ID: 002a01d661f1$230a79b0$691f6d10$ () ca ! rr ! com
[Download RAW message or body]

This is a multipart message in MIME format.


John,

 

This is a known issue.

To compensate place a spacer grace in each of the other voices/staves.

 

Mark

 

From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr.com@gnu.org] On \
                Behalf Of John Burt
Sent: Friday, July 24, 2020 11:31 AM
To: lilypond-user <lilypond-user@gnu.org>
Subject: Strange behavior with grace notes

 

When the first notes of a piece are grace notes, if there are other voices, or other \
staves in the piece, the grace note is set in a separate bar, and then the time \
signature and key are printed again. I notice the same thing with appoggiatura and \
accacciatura. I tried to make this example as minimal as i could. 

 

\version "2.18.2"
global = {
  \key f \minor
  \time 3/4
}

tenorI = \relative c' {
  \global
  c2.
}

tenorII = \relative c' {
  \global
   \grace {c16  des16} c4 des8 des8 c8
}

baritone = \relative c {
   \global
  \dynamicUp
  c2.  
}

\score {
  \new ChoirStaff <<
    \new Staff \with {\clef "treble_8" 
    } <<
      \new Voice = "tenorI" { \voiceOne \tenorI }
      \new Voice = "tenorII" { \voiceTwo \tenorII }
    >>
   
    \new Staff \with {
    } <<
      \clef bass
      \new Voice = "baritone" { \voiceOne \baritone }
     
    >>
  >>
  \layout { }
}

 

if I comment out the tenorI voice and the baritone voice the grace note works fine. \
But if I uncomment either the problem returns.

 

Any light anyone can cast on this would be much appreciated!

John


[Attachment #3 (text/html)]

<html xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" \
xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type \
content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 \
(filtered medium)"><style><!-- /* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:#0563C1;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:#954F72;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-reply;
	font-family:"Calibri",sans-serif;
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri",sans-serif;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" \
vlink="#954F72"><div class=WordSection1><p class=MsoNormal><span \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>John,<o:p></o:p></span></p><p \
class=MsoNormal><span \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>This is a \
known issue.<o:p></o:p></span></p><p class=MsoNormal><span \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>To compensate \
place a spacer grace in each of the other voices/staves.<o:p></o:p></span></p><p \
class=MsoNormal><span \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Mark<o:p></o:p></span></p><p \
class=MsoNormal><a name="_MailEndCompose"><span \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p>&nbsp;</o:p></span></a></p><p \
class=MsoNormal><b><span \
style='font-size:11.0pt;font-family:"Calibri",sans-serif'>From:</span></b><span \
style='font-size:11.0pt;font-family:"Calibri",sans-serif'> lilypond-user \
[mailto:lilypond-user-bounces+carsonmark=ca.rr.com@gnu.org] <b>On Behalf Of </b>John \
Burt<br><b>Sent:</b> Friday, July 24, 2020 11:31 AM<br><b>To:</b> lilypond-user \
&lt;lilypond-user@gnu.org&gt;<br><b>Subject:</b> Strange behavior with grace \
notes<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><p \
class=MsoNormal>When the first notes of a piece are grace notes, if there are other \
voices, or other staves in the piece, the grace note is set in a separate bar, and \
then the time signature and key are printed again. I notice the same thing with \
appoggiatura and accacciatura. I tried to make this example as minimal as i \
could.&nbsp;<o:p></o:p></p><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p \
class=MsoNormal>\version &quot;2.18.2&quot;<br>global = {<br>&nbsp; \key f \
\minor<br>&nbsp; \time 3/4<br>}<br><br>tenorI = \relative c' {<br>&nbsp; \
\global<br>&nbsp; c2.<br>}<br><br>tenorII = \relative c' {<br>&nbsp; \
\global<br>&nbsp; &nbsp;\grace {c16 &nbsp;des16} c4 des8 des8 c8<br>}<br><br>baritone \
= \relative c {<br>&nbsp; &nbsp;\global<br>&nbsp; \dynamicUp<br>&nbsp; c2. \
&nbsp;<br>}<br><br>\score {<br>&nbsp; \new ChoirStaff &lt;&lt;<br>&nbsp; &nbsp; \new \
Staff \with {\clef &quot;treble_8&quot; <br>&nbsp; &nbsp; } &lt;&lt;<br>&nbsp; &nbsp; \
&nbsp; \new Voice = &quot;tenorI&quot; { \voiceOne \tenorI }<br>&nbsp; &nbsp; &nbsp; \
\new Voice = &quot;tenorII&quot; { \voiceTwo \tenorII }<br>&nbsp; &nbsp; \
&gt;&gt;<br>&nbsp; &nbsp;<br>&nbsp; &nbsp; \new Staff \with {<br>&nbsp; &nbsp; } \
&lt;&lt;<br>&nbsp; &nbsp; &nbsp; \clef bass<br>&nbsp; &nbsp; &nbsp; \new Voice = \
&quot;baritone&quot; { \voiceOne \baritone }<br>&nbsp; &nbsp; &nbsp;<br>&nbsp; &nbsp; \
&gt;&gt;<br>&nbsp; &gt;&gt;<br>&nbsp; \layout { }<br>}<o:p></o:p></p></div><div><p \
class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>if I comment out \
the tenorI voice and the baritone voice the grace note works fine. But if I uncomment \
either the problem returns.<o:p></o:p></p></div><div><p \
class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>Any light anyone \
can cast on this would be much appreciated!<o:p></o:p></p></div><div><p \
class=MsoNormal>John<o:p></o:p></p></div></div></div></body></html>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic