Re: Rhytm problem

2018-02-06 Thread Torsten Hämmerle
Ondokuz Mayıs Üniversitesi Devlet Konservatuvarı wrote > But I want to use > > \clef varpercussion > > When I add this line it turns to Clef G. How can I use Clef varpercussion? Ooops, Sorry, the varpercussion clef is fairly new and only available from 2.19 onwards. That's, by the way, one of

Re: Rhytm problem

2018-02-06 Thread Dr. Emre PINARBASI
I added your codes \new RhythmicStaff \with { \consists "Clef_engraver" } { { \clef percussion But I want to use \clef varpercussion When I add this line it turns to Clef G. How can I use Clef varpercussion? 6 Şub 2018 Sal, saat 16:29 tarihinde Torsten Hämmerle < torsten.haemme...@web.de>

Re: Rhytm problem

2018-02-06 Thread Torsten Hämmerle
Ondokuz Mayıs Üniversitesi Devlet Konservatuvarı wrote > Is there any clef for percussion note? Yes, there is. \clef percussion or \clef varpercussion are two common clefs used for percussion staves. *Caveat:* By default \RhythmicStaff will not print any clef by default, because a non-pitched si

Re: Rhytm problem

2018-02-06 Thread Dr. Emre PINARBASI
I changed my code << \new RhythmicStaff { { \numericTimeSignature \time 4/4 c2 c4 \stemDown c4 } } \addlyrics { \override LyricText.font-size = #-2 Düüm Te Ke } >> Is there any clef for percussion note? 2018-02-06 15:46 GMT+03:00 Torsten Hämmerle : > Ondokuz Mayıs Üniversitesi Devlet Ko

Re: Rhytm problem

2018-02-06 Thread Torsten Hämmerle
Ondokuz Mayıs Üniversitesi Devlet Konservatuvarı wrote > Is it possible to open the gap between the measurement figures and the > first note? Merhaba Emre, First let me state that I consider using lyrics the best compromise when trying to achieve a half-way rhythmically consistent spacing in comb

Rhytm problem

2018-02-06 Thread Dr. Emre PINARBASI
I have a little question... The tails of the notes coming from the helix such as düm and te will be on top and the rhythm will be on the note. As follows... \new RhythmicStaff { \relative c' { \startStaff \numericTimeSignature \time 4/4 \override Staff.Clef #'stencil = ##f c2^\markup {Düüm} c4

Re: rhytm

2015-05-23 Thread Gianmaria Lari
rs Guide and start work. > > HTH > > -- > Phil Holmes > > > > - Original Message - > *From:* Gianmaria Lari > *To:* Phil Holmes > *Cc:* lilypond-user > *Sent:* Saturday, May 23, 2015 1:35 PM > *Subject:* Re: rhytm > > I started using lilypond

Re: rhytm

2015-05-23 Thread Phil Holmes
ntributors Guide and start work. HTH -- Phil Holmes - Original Message - From: Gianmaria Lari To: Phil Holmes Cc: lilypond-user Sent: Saturday, May 23, 2015 1:35 PM Subject: Re: rhytm I started using lilypond two weeks ago, wouldn't be a bit presumptuous for me

Re: rhytm

2015-05-23 Thread Gianmaria Lari
arial...@gmail.com> > To: > Sent: Saturday, May 23, 2015 1:16 PM > Subject: Re: rhytm > > > Thank you!! It works, very nice! >> >> Usual question (usual for me): why this functionality is not part of the >> standard lilypond? >> > > Usua

Re: rhytm

2015-05-23 Thread Phil Holmes
- Original Message - From: "Gianmaria Lari" To: Sent: Saturday, May 23, 2015 1:16 PM Subject: Re: rhytm Thank you!! It works, very nice! Usual question (usual for me): why this functionality is not part of the standard lilypond? Usual answer: http://lilypond.org/we

Re: rhytm

2015-05-23 Thread Gianmaria Lari
with? Thank you, g. -- View this message in context: http://lilypond.1069038.n5.nabble.com/rhytm-tp176916p176927.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gn

Re: rhytm

2015-05-22 Thread Nathan Ho
3/2 e8 (f8 g8) > > > Does exist any way to simply write the melody and apply to the melody this > specific rhytm ? So I would write: > > g a b c > d e f g > > ?? > Thank you, g. > Hi Gianmaria, Take a look at http://lsr.di.unimi.it/LSR/Item?id=654 Regards, Nathan _

rhytm

2015-05-22 Thread Gianmaria Lari
I'm creating in lilypond a violin study.Every measures have the same rhytmic configuration. For instance the first measure is: g4. \tuplet 3/2 a8 (b8 c8) and the second... d4. \tuplet 3/2 e8 (f8 g8) Does exist any way to simply write the melody and apply to the melody this specific

Re: Add beat hints for rhytm reading

2014-02-28 Thread Carlo Vanoni
Thanks Pierre, that's what I'm looking for. I used it almost as-is. Now I will try to understand it more in detail. Thanks MIX Il Mercoledì 26 Febbraio 2014 12:10, Pierre Perol-Schneider ha scritto: Oups, did not check your picture well enough. So here again : \version "2.18.0" \scor

Re: Add beat hints for rhytm reading

2014-02-26 Thread Pierre Perol-Schneider
Oups, did not check your picture well enough. So here again : \version "2.18.0" \score { << \new RhythmicStaff \with { \override VerticalAxisGroup.default-staff-staff-spacing = #'() } { \repeat unfold 2 { s4^1 s^2 s^3 s^4 } \repeat unfold 2 { s8^1 s^"+" s^2 s^"+" s^3 s^"+" s^4 s^"+" } }

Re: Add beat hints for rhytm reading

2014-02-26 Thread Pierre Perol-Schneider
2014-02-26 10:35 GMT+01:00 Carlo Vanoni : > I would like to reproduce this layout: > > > http://d29ci68ykuu27r.cloudfront.net/product/Look-Inside/large/2965619_02.jpg > > As you can see, there is a well aligned "1 2 3 4" beat count above the > measures. Sometimes an even more useful "1 + 2 + 3

Add beat hints for rhytm reading

2014-02-26 Thread Carlo Vanoni
I would like to reproduce this layout: http://d29ci68ykuu27r.cloudfront.net/product/Look-Inside/large/2965619_02.jpg As you can see, there is a well aligned "1  2  3  4" beat count above the measures. Sometimes an even more useful "1 + 2 + 3 + 4 +" count is used, with hints on the octave notes,