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

List:       lilypond-user
Subject:    Re: tuplet error
From:       Trevor Bača <trevorbaca () gmail ! com>
Date:       2018-08-25 23:08:18
Message-ID: CACTvJ4UvPMVTBgCO1jKxZaxN+0vomNdmXtiR8pjohd-tPYo8sg () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/related)]

[Attachment #4 (multipart/alternative)]


Hi Craig,

You can tupletize lone notes with no warnings:

### BEGIN ###

\new Staff
{

    \times 2/3
    {
        g'2.:8
    }

    \times 2/3
    {
        a'2.:8
    }

    \times 2/3
    {
        bf'2.:8
    }

    \times 2/3
    {
        bf'2.:8
    }

}

### END ###

[image: craig-tuplets.png]

Changing "\tuplet 2/3 2" to "\tuplet 2/3 4" (David's solution) is the right
one; but knowing about the (explicit) time scaling available with \times is
helpful to have as a backup (and allows you to think and notate each sixth
note as a sixth note).

Trevor.



On Fri, Aug 24, 2018 at 7:26 AM Craig Dabelstein <craig.dabelstein@gmail.com>
wrote:

> Thanks Malte, that was stupid of me. Improved MWE below.
>
> Andrew, this is just a shortcut in notation, developed when scores had to
> be handwritten. Writing it this way (as in bars 1 and 2) is a lot easier
> than the long version (bars 3 and 4). It doesn't seem to be used much in
> modern scores but was very prevalent in the the 1800s and earlier. When you
> see it in context you'd have no problem interpreting it.
>
> All the best,
>
> Craig
>
>
> \version "2.19.82"
> \language "english"
>
> notes = \relative c'' {
>   %1
>   \tuplet 3/2 2 { g2.:8 a2.:8 } |
>
>   %2
>   \tuplet 3/2 2 { bf2.:8 bf2.:8 } |
>
>   %3
>   \tuplet 3/2 4 { g8 g g g g g a a a a a a } |
>
>   %4
>   \tuplet 3/2 4 { bf8 bf bf bf bf bf bf bf bf bf bf bf } |
> }
>
> \score {
>   \new Staff
>   \notes
>   \layout { }
> }
>
>
> On Fri, 24 Aug 2018 at 20:58, Andrew Bernard <andrew.bernard@gmail.com>
> wrote:
>
>> Hi Aaron and Craig, I understand that already. But why the obscure
>> notation is what I was asking. Surely it can be written clearly or more
>> explicitly? And if you feel it needed explaining to me, it's going to need
>> explaining to other players, isn't it Craig?
>>
>> Andrew
>>
>>
>> On Fri, 24 Aug 2018 at 17:39, Aaron Hill <lilypond@hillvisions.com>
>> wrote:
>>
>>>
>>>
>>> Not OP, but I believe that notation means to play a sequence of single
>>> note tremolos, with the single slash indicating eighth-note
>>> subdivisions.  So each dotted half is played as six eighth notes,
>>> following the specified tuplet timing.  That is, think of `g2.:8` as `g8
>>> 8 8 8 8 8`.
>>>
>>> _______________________________________________
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>
>
> --
> *Craig Dabelstein*
> Maxime's Music
> craig.dabelstein@gmail.com
> *http://maximesmusic.com <http://maximesmusic.com>*
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>


-- 
Trevor Bača
www.trevorbaca.com
soundcloud.com/trevorbaca

[Attachment #7 (text/html)]

<div dir="ltr">Hi Craig,<div><br></div><div>You can tupletize lone notes with no \
warnings:</div><div><br></div><div>### BEGIN ###</div><div><br></div><div><div>\new \
Staff</div><div>{</div><div><br></div><div>      \times 2/3</div><div>      \
{</div><div>            g&#39;2.:8</div><div>      }</div><div><br></div><div>      \
\times 2/3</div><div>      {</div><div>            a&#39;2.:8</div><div>      \
}</div><div><br></div><div>      \times 2/3</div><div>      {</div><div>            \
bf&#39;2.:8</div><div>      }</div><div><br></div><div>      \times 2/3</div><div>    \
{</div><div>            bf&#39;2.:8</div><div>      \
}</div><div><br></div><div>}</div></div><div><br></div><div>### END \
###</div><div><br></div><div><div><img src="cid:ii_jla1c6090" alt="craig-tuplets.png" \
width="547" height="224"><br></div></div><div><br></div><div>Changing &quot;\tuplet \
2/3 2&quot; to &quot;\tuplet 2/3 4&quot; (David&#39;s solution) is the right one; but \
knowing about the (explicit) time scaling available with \times is helpful to have as \
a backup (and allows you to think and notate each sixth note as a sixth \
note).</div><div><br></div><div>Trevor.</div><div><br></div><div><br></div></div><br><div \
class="gmail_quote"><div dir="ltr">On Fri, Aug 24, 2018 at 7:26 AM Craig Dabelstein \
&lt;<a href="mailto:craig.dabelstein@gmail.com">craig.dabelstein@gmail.com</a>&gt; \
wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 \
.8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks Malte, that \
was stupid of me. Improved MWE below.<div><br></div><div>Andrew, this is just a \
shortcut in notation, developed when scores had to be handwritten. Writing it this \
way (as in bars 1 and 2) is a lot easier than the long version (bars 3 and 4). It \
doesn&#39;t seem to be used much in modern scores but was very prevalent in the the \
1800s and earlier. When you see it in context you&#39;d have no problem interpreting \
it.</div><div><br></div><div>All the \
best,</div><div><br></div><div>Craig</div><div><br></div><div><br></div><div><div>\version \
&quot;2.19.82&quot;</div><div>\language \
&quot;english&quot;</div><div><br></div><div>notes = \relative c&#39;&#39; \
{</div><div>   %1</div><div>   \tuplet 3/2 2 { g2.:8 a2.:8 } |</div><div>    \
</div><div>   %2</div><div>   \tuplet 3/2 2 { bf2.:8 bf2.:8 } |</div><div>    \
</div><div>   %3</div><div>   \tuplet 3/2 4 { g8 g g g g g a a a a a a } |</div><div> \
</div><div>   %4</div><div>   \tuplet 3/2 4 { bf8 bf bf bf bf bf bf bf bf bf bf bf } \
|</div><div>}</div><div><br></div><div>\score {</div><div>   \new Staff  </div><div>  \
\notes</div><div>   \layout { }</div><div>}</div></div><div><br></div></div><br><div \
class="gmail_quote"><div dir="ltr">On Fri, 24 Aug 2018 at 20:58, Andrew Bernard \
&lt;<a href="mailto:andrew.bernard@gmail.com" \
target="_blank">andrew.bernard@gmail.com</a>&gt; wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr"><div>Hi Aaron and Craig, I understand that \
already. But why the obscure notation is what I was asking. Surely it can be written \
clearly or more explicitly? And if you feel it needed explaining to me, it&#39;s \
going to need explaining to other players, isn&#39;t it \
Craig?<br></div><div><br></div><div>Andrew</div><div><br></div><br><div \
class="gmail_quote"><div dir="ltr">On Fri, 24 Aug 2018 at 17:39, Aaron Hill &lt;<a \
href="mailto:lilypond@hillvisions.com" \
target="_blank">lilypond@hillvisions.com</a>&gt; wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><br> <br>
Not OP, but I believe that notation means to play a sequence of single <br>
note tremolos, with the single slash indicating eighth-note <br>
subdivisions.   So each dotted half is played as six eighth notes, <br>
following the specified tuplet timing.   That is, think of `g2.:8` as `g8 <br>
8 8 8 8 8`.<br>
<br>
</blockquote></div></div>
_______________________________________________<br>
lilypond-user mailing list<br>
<a href="mailto:lilypond-user@gnu.org" target="_blank">lilypond-user@gnu.org</a><br>
<a href="https://lists.gnu.org/mailman/listinfo/lilypond-user" rel="noreferrer" \
target="_blank">https://lists.gnu.org/mailman/listinfo/lilypond-user</a><br> \
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" \
class="m_-1883707608946692007gmail_signature" data-smartmail="gmail_signature"><div \
dir="ltr"><div><div dir="ltr"><b style="font-size:12.8px">Craig Dabelstein</b><div \
style="font-size:12.8px">Maxime&#39;s Music</div><div style="font-size:12.8px"><a \
href="mailto:craig.dabelstein@gmail.com" \
target="_blank">craig.dabelstein@gmail.com</a></div><div \
style="font-size:12.8px"><i><a href="http://maximesmusic.com" \
target="_blank">http://maximesmusic.com</a></i></div></div></div></div></div> \
_______________________________________________<br> lilypond-user mailing list<br>
<a href="mailto:lilypond-user@gnu.org" target="_blank">lilypond-user@gnu.org</a><br>
<a href="https://lists.gnu.org/mailman/listinfo/lilypond-user" rel="noreferrer" \
target="_blank">https://lists.gnu.org/mailman/listinfo/lilypond-user</a><br> \
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" \
class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div \
dir="ltr"><div><div dir="ltr"><div>Trevor Bača<br></div><div><a \
href="http://www.trevorbaca.com" target="_blank">www.trevorbaca.com</a></div><div><a \
href="http://soundcloud.com/trevorbaca" \
target="_blank">soundcloud.com/trevorbaca</a></div></div></div></div></div></div></div>


--00000000000007227805744a9291--


["craig-tuplets.png" (image/png)]

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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

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