How to insert a trill without the tr symbol?

2013-10-03 Thread searchfgold6789
Hi, What I'm looking for is some way to implement \startTrillSpan and \stopTrillSpan in music without having the tr symbol: so just trill line. Is there any way to do that? I checked the internals reference but that was not helpful... - R. -- View this message in context:

Re: How to insert a trill without the tr symbol?

2013-10-03 Thread Thomas Morley
2013/10/4 searchfgold6789 searchfgold67...@live.com: Hi, What I'm looking for is some way to implement \startTrillSpan and \stopTrillSpan in music without having the tr symbol: so just trill line. Is there any way to do that? I checked the internals reference but that was not helpful...

Re: How to insert a trill without the tr symbol?

2013-10-03 Thread searchfgold6789
Thanks for your suggestion, but it's not working for me. I'm using version 2.16.2, maybe that's got something to do with it. I get the following errors and then several other syntax errors: error: syntax error, unexpected '.', expecting SCM_FUNCTION or SCM_IDENTIFIER or SCM_TOKEN \set

Re: How to insert a trill without the tr symbol?

2013-10-03 Thread Eluze
searchfgold6789 wrote Thanks for your suggestion, but it's not working for me. I'm using version 2.16.2, maybe that's got something to do with it. I get the following errors and then several other syntax errors: well, you saw the version Harm indicates - instead of . you should use #' or

Re: How to insert a trill without the tr symbol?

2013-10-03 Thread Thomas Morley
2013/10/4 searchfgold6789 searchfgold67...@live.com: Thanks for your suggestion, but it's not working for me. I'm using version 2.16.2, .. Well, that's the reason why you should _always_ mention your version. Try: \version 2.16.2 { \once \override TrillSpanner #'bound-details #'left

Re: How to insert a trill without the tr symbol?

2013-10-03 Thread searchfgold6789
Thanks much, it is working now. I must remember to provide relevant info when asking for support... -- View this message in context: http://lilypond.1069038.n5.nabble.com/How-to-insert-a-trill-without-the-tr-symbol-tp151797p151808.html Sent from the User mailing list archive at Nabble.com.

Re: How to insert a trill without the tr symbol?

2013-10-03 Thread SoundsFromSound
Glad you got it working! And yes, because syntax can change over time, it's always important to include the version statement so we can get the full picture and offer correct feedback.Welcome to the LilyPond community,Ben searchfgold6789 wrote Thanks much, it is working now. I must remember to