Re: Pitched trills

2016-11-03 Thread Thomas Morley
2016-11-03 23:27 GMT+01:00 astow...@gmail.com :
> Oh, this one I've seen! But it uses "trill spans" (\startTrillSpan and
> \stopTrillSpan).
> As I was saying in my original message, I'm trying to show the trilled note
> but I only want the indication "tr", not the extender line.
> I couldn't find anything in the docs but it should be possible, no?

The small, parenthesized note-head is put out by the TrillSpanner.

You can observe it applying displayMusic:

\displayMusic
\relative c''
{
  \pitchedTrill
  d2\startTrillSpan fis
  d\stopTrillSpan
}

Or look at this coding, giving the _TrillSpanner_ a pitch results in
printing the small note-head.

{
  \textLengthOn

  <>^"simple TrillSpanner"
  d''2\startTrillSpan d''\stopTrillSpan

  <>^"TrillSpanner with pitch"
  d''2-\withMusicProperty #'pitch ##{ fis'' #} \startTrillSpan
  d''\stopTrillSpan
}

So you need to override TrillSpanner, leading to:

\relative c''
{
  \override TrillSpanner.style = #'none
  \pitchedTrill
  d2\startTrillSpan fis
  d\stopTrillSpan
}


HTH,
  Harm

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


Re: Pitched trills

2016-11-03 Thread Hans Åberg

> On 3 Nov 2016, at 23:21, Mark Stephen Mrotek  wrote:
> 
> Here is the complete link:
> http://lilypond.org/doc/v2.18/Documentation/notation/expressive-marks-as-lin
> es#trills

Your link somehow gets broken in the mail. Check this:
https://lists.gnu.org/archive/html/lilypond-user/2016-11/msg00132.html



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


Re: Pitched trills

2016-11-03 Thread astow...@gmail.com
Oh, this one I've seen! But it uses "trill spans" (\startTrillSpan and 
\stopTrillSpan).
As I was saying in my original message, I'm trying to show the trilled note but 
I only want the indication "tr", not the extender line. 
I couldn't find anything in the docs but it should be possible, no?

> On Nov 3, 2016, at 6:21 PM, Mark Stephen Mrotek <carsonm...@ca.rr.com> wrote:
> 
> Here is the complete link:
> http://lilypond.org/doc/v2.18/Documentation/notation/expressive-marks-as-lin
> es#trills
> This is the code given:
> \pitchedTrill
> d2\startTrillSpan fis
> d2
> c2\stopTrillSpan
> r2
> 
> Mark
> 
> -Original Message-
> From: lilypond-user
> [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of
> astow...@gmail.com
> Sent: Thursday, November 03, 2016 3:14 PM
> To: Lilypond-User <lilypond-user@gnu.org>
> Subject: Re: Pitched trills
> 
> Thanks Mark, but it's not on the page you linked to, and it doesn't work!
> 
>> On Nov 3, 2016, at 5:59 PM, Mark Stephen Mrotek <carsonm...@ca.rr.com>
> wrote:
>> 
>> As Towney,
>> 
>> According to 2.18
>> http://lilypond.org/doc/v2.18/Documentation/notation/expressive-marks-
>> as-lin
>> es#trills
>> the correct order is
>> \pitchedTrill dis'2\trill g
>> 
>> Mark
>> 
>> -Original Message-
>> From: lilypond-user
>> [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf 
>> Of As Towney
>> Sent: Thursday, November 03, 2016 2:38 PM
>> To: Lilypond-User <lilypond-user@gnu.org>
>> Subject: Pitched trills
>> 
>> Hi all,
>> I am having issues with trills. I am trying to indicate the trilled 
>> note for a simple (short) trill (no trillSpan).
>> this doesn't work:
>> dis'2 \pitchedTrill g gis'2
>> 
>> what am I doing wrong?
>> Thanks!
>> Martin
>> ___
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>> 
> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 

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


RE: Pitched trills

2016-11-03 Thread Mark Stephen Mrotek
Here is the complete link:
http://lilypond.org/doc/v2.18/Documentation/notation/expressive-marks-as-lin
es#trills
This is the code given:
\pitchedTrill
d2\startTrillSpan fis
d2
c2\stopTrillSpan
r2

Mark

-Original Message-
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of
astow...@gmail.com
Sent: Thursday, November 03, 2016 3:14 PM
To: Lilypond-User <lilypond-user@gnu.org>
Subject: Re: Pitched trills

Thanks Mark, but it's not on the page you linked to, and it doesn't work!

> On Nov 3, 2016, at 5:59 PM, Mark Stephen Mrotek <carsonm...@ca.rr.com>
wrote:
> 
> As Towney,
> 
> According to 2.18
> http://lilypond.org/doc/v2.18/Documentation/notation/expressive-marks-
> as-lin
> es#trills
> the correct order is
> \pitchedTrill dis'2\trill g
> 
> Mark
> 
> -Original Message-
> From: lilypond-user
> [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf 
> Of As Towney
> Sent: Thursday, November 03, 2016 2:38 PM
> To: Lilypond-User <lilypond-user@gnu.org>
> Subject: Pitched trills
> 
> Hi all,
> I am having issues with trills. I am trying to indicate the trilled 
> note for a simple (short) trill (no trillSpan).
> this doesn't work:
> dis'2 \pitchedTrill g gis'2
> 
> what am I doing wrong?
> Thanks!
> Martin
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 


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


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


Re: Pitched trills

2016-11-03 Thread Hans Åberg

> On 3 Nov 2016, at 23:13, astow...@gmail.com wrote:
> 
> Thanks Mark, but it's not on the page you linked to, and it doesn't work!

Try this and click on "Trills" or move to the end of the page:
http://lilypond.org/doc/v2.18/Documentation/notation/expressive-marks-as-lines


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


Re: Pitched trills

2016-11-03 Thread astow...@gmail.com
Thanks Mark, but it's not on the page you linked to, and it doesn't work!

> On Nov 3, 2016, at 5:59 PM, Mark Stephen Mrotek  wrote:
> 
> As Towney,
> 
> According to 2.18
> http://lilypond.org/doc/v2.18/Documentation/notation/expressive-marks-as-lin
> es#trills
> the correct order is
> \pitchedTrill dis'2\trill g
> 
> Mark
> 
> -Original Message-
> From: lilypond-user
> [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of As
> Towney
> Sent: Thursday, November 03, 2016 2:38 PM
> To: Lilypond-User 
> Subject: Pitched trills
> 
> Hi all,
> I am having issues with trills. I am trying to indicate the trilled note for
> a simple (short) trill (no trillSpan).
> this doesn't work:
> dis'2 \pitchedTrill g gis'2
> 
> what am I doing wrong?
> Thanks!
> Martin
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 


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


RE: Pitched trills

2016-11-03 Thread Mark Stephen Mrotek
As Towney,

According to 2.18
http://lilypond.org/doc/v2.18/Documentation/notation/expressive-marks-as-lin
es#trills
the correct order is
\pitchedTrill dis'2\trill g

Mark

-Original Message-
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of As
Towney
Sent: Thursday, November 03, 2016 2:38 PM
To: Lilypond-User 
Subject: Pitched trills

Hi all,
I am having issues with trills. I am trying to indicate the trilled note for
a simple (short) trill (no trillSpan).
this doesn't work:
dis'2 \pitchedTrill g gis'2

what am I doing wrong?
Thanks!
Martin
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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