Re: how to produce this symbol?

2016-01-10 Thread Andrew Bernard
Hi Abraham,

Thanks! The command pattern is under ‘Other’.


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


Re: how to produce this symbol?

2016-01-10 Thread tisimst
Andrew,

Start here and look in the sub-topics for specific function details:

http://lilypond.org/doc/v2.19/Documentation/notation/text-markup-commands

Best,
Abraham

On Sunday, January 10, 2016, Andrew Bernard [via Lilypond] <
ml-node+s1069038n185780...@n5.nabble.com> wrote:

> HI Pierre,
>
> Where are markup functions such as rotate and pattern documented?
>
> Andrew
>
>
> On 11/01/2016, 06:30, "Pierre Perol-Schneider" <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=185780&i=0> on behalf of [hidden
> email] <http:///user/SendEmail.jtp?type=node&node=185780&i=1>> wrote:
>
>
> \rotate #-45
> \pattern #4 #X #0
>
>
> ___
> lilypond-user mailing list
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=185780&i=2>
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
> ------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://lilypond.1069038.n5.nabble.com/how-to-produce-this-symbol-tp185741p185780.html
> To start a new topic under User, email ml-node+s1069038n...@n5.nabble.com
> 
> To unsubscribe from Lilypond, click here
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2&code=dGlzaW1zdC5saWx5cG9uZEBnbWFpbC5jb218Mnw4MzU3Njg3MDU=>
> .
> NAML
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/how-to-produce-this-symbol-tp185741p185781.html
Sent from the User mailing list archive at Nabble.com.___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: how to produce this symbol?

2016-01-10 Thread Andrew Bernard
HI Pierre,

Where are markup functions such as rotate and pattern documented?

Andrew


On 11/01/2016, 06:30, "Pierre Perol-Schneider" 
 wrote:

\rotate #-45
\pattern #4 #X #0 


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


Re: how to produce this symbol?

2016-01-10 Thread Pierre Perol-Schneider
I'm glad you liked it.
Just in case, re-readind it, one could think that trill elements look too
thick.
Here's another option:

\version "2.18.2"

\transpose c c'' {
  s2. r4 |
  dis8
  ^\markup {
\translate #'(-5 . 0)
\rotate #-45
\pattern #4 #X #0
%% Optional:
\scale #'(1 . .7)
\musicglyph #"scripts.trill_element"
  }
  e gis b
}

Cheers,
Pierre

2016-01-09 22:15 GMT+01:00 Bric :

> On 01/09/2016 10:48 AM, Pierre Perol-Schneider wrote:
>
>> Hi Bric,
>>
>> How about :
>>
>> \version "2.18.2"
>>
>> \transpose c c'' {
>>   s2. r4 |
>>   dis8
>>   ^\markup {
>> \translate #'(-5 . 0)
>> \rotate #-45
>> \pattern #4 #X #0 \musicglyph #"scripts.trill_element"
>>   }
>>   e gis b
>> }
>>
>
> That works great!  Michael Gerdau's code connects two distinct notes with
> a glissando; this one looks identical to the single-note ornament that is
> in the original music.
>
> thanks.
>
>
>
>
>> Cheers,
>> Pierre
>>
>> 2016-01-09 15:37 GMT+01:00 Bric mailto:b...@flight.us>>:
>>
>> attaching a png of some sort of glissando or downward run.  Does
>> anyone know how to produce it in lilypond ?
>>
>> thanks
>>
>>
>> ___
>> 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: how to produce this symbol?

2016-01-09 Thread Bric

On 01/09/2016 10:48 AM, Pierre Perol-Schneider wrote:

Hi Bric,

How about :

\version "2.18.2"

\transpose c c'' {
  s2. r4 |
  dis8
  ^\markup {
\translate #'(-5 . 0)
\rotate #-45
\pattern #4 #X #0 \musicglyph #"scripts.trill_element"
  }
  e gis b
}


That works great!  Michael Gerdau's code connects two distinct notes 
with a glissando; this one looks identical to the single-note ornament 
that is in the original music.


thanks.





Cheers,
Pierre

2016-01-09 15:37 GMT+01:00 Bric mailto:b...@flight.us>>:

attaching a png of some sort of glissando or downward run.  Does
anyone know how to produce it in lilypond ?

thanks


___
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: how to produce this symbol?

2016-01-09 Thread Pierre Perol-Schneider
Hi Bric,

How about :

\version "2.18.2"

\transpose c c'' {
  s2. r4 |
  dis8
  ^\markup {
\translate #'(-5 . 0)
\rotate #-45
\pattern #4 #X #0 \musicglyph #"scripts.trill_element"
  }
  e gis b
}

Cheers,
Pierre

2016-01-09 15:37 GMT+01:00 Bric :

> attaching a png of some sort of glissando or downward run.  Does anyone
> know how to produce it in lilypond ?
>
> thanks
>
>
> ___
> 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: how to produce this symbol?

2016-01-09 Thread Michael Gerdau
> attaching a png of some sort of glissando or downward run.  Does anyone
> know how to produce it in lilypond ?

Does http://lsr.di.unimi.it/LSR/Snippet?id=215 help ?

Kind regards,
Michael
-- 
 Michael Gerdau   email: m...@qata.de
 GPG-keys available on request or at public keyserver

signature.asc
Description: This is a digitally signed message part.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


how to produce this symbol?

2016-01-09 Thread Bric
attaching a png of some sort of glissando or downward run.  Does anyone 
know how to produce it in lilypond ?


thanks

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