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

List:       lilypond-user
Subject:    Re: tying notes across voices
From:       Shuwei Hu <shuwei.hu () outlook ! com>
Date:       2020-11-29 7:05:04
Message-ID: AS8PR04MB7717DE220C9B81E1BC2AD767FAF60 () AS8PR04MB7717 ! eurprd04 ! prod ! outlook ! com
[Download RAW message or body]

That worked. Thanks.
________________________________
From: Shane Brandes <shane.brandes@gmail.com>
Sent: Saturday, November 28, 2020 11:32 PM
To: Shuwei Hu <shuwei.hu@outlook.com>
Cc: lilypond-user@gnu.org <lilypond-user@gnu.org>
Subject: Re: tying notes across voices

  << { d4 b8 } \\ {g b~ g}\\{s8  \hideNotes b~ \once \override \
NoteColumn.force-hshift = #-.1 b} >>

A possible solution to your problem.
regards,
Shane


On Sat, Nov 28, 2020 at 4:37 PM Shuwei Hu \
<shuwei.hu@outlook.com<mailto:shuwei.hu@outlook.com>> wrote: Dear list,

I'm trying to tie notes across voices. Example:

    \version "2.20.0"

    \relative c'' {
      \time 3/8
      << { d4 b8 } \\ {g b g} >> |
      <<
        {
          r8
          \tweak Stem.transparent ##t
          \tweak Stem.length #8
          b8~ b\noBeam
        }
        \\
        { r8 b8[ g] }
      >>
    }

The second bar uses a trick of invisible notes copied from the \
documentation<https://lilypond.org/doc/v2.20/Documentation/learning/other-uses-for-tweaks>. \
The same trick fails to apply to the first bar because the note d4 occupies the space \
for the invisible note.

Does anyone know how to tie notes (b8) across voices in the first bar?

Any help is appreciated.

Best,
Sylvain


[Attachment #3 (text/html)]

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} \
</style> </head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; \
color: rgb(0, 0, 0);"> <div style="font-family: Calibri, Arial, Helvetica, \
sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"> <span class="smartReply">That \
worked. Thanks.</span></div> </div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" \
style="font-size:11pt" color="#000000"><b>From:</b> Shane Brandes \
&lt;shane.brandes@gmail.com&gt;<br> <b>Sent:</b> Saturday, November 28, 2020 11:32 \
PM<br> <b>To:</b> Shuwei Hu &lt;shuwei.hu@outlook.com&gt;<br>
<b>Cc:</b> lilypond-user@gnu.org &lt;lilypond-user@gnu.org&gt;<br>
<b>Subject:</b> Re: tying notes across voices</font>
<div>&nbsp;</div>
</div>
<div>
<div dir="ltr">
<div>&nbsp; &lt;&lt; { d4 b8 } \\ {g b~ g}\\{s8 &nbsp;\hideNotes b~ \once \override \
NoteColumn.force-hshift = #-.1 b} &gt;&gt; <br>
</div>
<div><br>
</div>
<div>A possible solution to your problem.</div>
<div>regards,</div>
<div>Shane<br>
</div>
&nbsp;&nbsp; <br>
</div>
<br>
<div class="x_gmail_quote">
<div dir="ltr" class="x_gmail_attr">On Sat, Nov 28, 2020 at 4:37 PM Shuwei Hu &lt;<a \
href="mailto:shuwei.hu@outlook.com">shuwei.hu@outlook.com</a>&gt; wrote:<br> </div>
<blockquote class="x_gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left:1px \
solid rgb(204,204,204); padding-left:1ex"> <div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; \
color:rgb(0,0,0)"> Dear list,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; \
color:rgb(0,0,0)"> <br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; \
color:rgb(0,0,0)"> I'm trying to tie notes across voices. Example:</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; \
color:rgb(0,0,0)"> <br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; \
color:rgb(0,0,0)"> &nbsp; &nbsp; \version &quot;2.20.0&quot;
<div>&nbsp; &nbsp; </div>
<div>&nbsp; &nbsp; \relative c'' {</div>
<div>&nbsp; &nbsp; &nbsp; \time 3/8</div>
<div>&nbsp; &nbsp; &nbsp; &lt;&lt; { d4 b8 } \\ {g b g} &gt;&gt; |</div>
<div>&nbsp; &nbsp; &nbsp; &lt;&lt;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; r8</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \tweak Stem.transparent ##t</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \tweak Stem.length #8</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; b8~ b\noBeam</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; \\</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; { r8 b8[ g] }</div>
<div>&nbsp; &nbsp; &nbsp; &gt;&gt;</div>
<div>&nbsp; &nbsp; }</div>
<br>
The second bar uses a trick of invisible notes copied from <a \
href="https://lilypond.org/doc/v2.20/Documentation/learning/other-uses-for-tweaks" \
title="https://lilypond.org/doc/v2.20/Documentation/learning/other-uses-for-tweaks" \
target="_blank"> the documentation</a>. The same trick fails to apply to the first \
bar because the note d4 occupies the space for the invisible note.</div> <div \
style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; \
color:rgb(0,0,0)"> <br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; \
color:rgb(0,0,0)"> Does anyone know how to tie notes (b8) across voices in the first \
bar?</div> <div style="font-family:Calibri,Arial,Helvetica,sans-serif; \
font-size:12pt; color:rgb(0,0,0)"> <br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; \
color:rgb(0,0,0)"> Any help is appreciated.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; \
color:rgb(0,0,0)"> <br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; \
color:rgb(0,0,0)"> Best,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; \
color:rgb(0,0,0)"> Sylvain</div>
</div>
</blockquote>
</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