Re: My solution to rhythmic slashes and midi playback

2009-02-07 Thread M Watts
Brian wrote: Hope this helps somebody, I've been trying to get a system going for my slashes and finally found something that works! Good candidate for the LSR. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listin

My solution to rhythmic slashes and midi playback

2009-02-04 Thread Brian
Wanted to make a post after finding a good way to tackle rhythmic slashes in song without having the midi catch it on the playback: --- slashon = { \override Staff.Rest #'style = #'slash \override Staff.Rest #'glyph-name = "2slash" \over

Re: Creating lead sheet "rhythmic slashes"

2007-10-10 Thread Mats Bengtsson
seful while creating/transcribing the structure of a song and also when sharing lead sheets with guitarists or jazz musicians. I see from the manual (section 6.7.7 measure repeats http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Measure-repeats#Measure-repeats) that the "rhythmic slashes"

Creating lead sheet "rhythmic slashes"

2007-10-09 Thread Federico Grau
lypond.org/doc/v2.10/Documentation/user/lilypond/Measure-repeats#Measure-repeats) that the "rhythmic slashes" can be made ... as part of a repeat. Unfortunately I cannot figure how to _only_ make these "slashes", without any initial note or rest. Ideally the slashed could be made for m

Re: [fr: barres de notes dans un triolet] Rhythmic slashes, are just too [EMAIL PROTECTED] hard to do

2007-02-14 Thread Anthony W. Youngman
In message <[EMAIL PROTECTED]>, "Rick Hansen (aka RickH)" <[EMAIL PROTECTED]> writes Paul, I would hope/think that it would not cost much... Maybe just a cloning of the code that currently does rests, except with a different notehead and optional stems (so that durations other than quarter note

Re: Rhythmic slashes, are just too [EMAIL PROTECTED] hard to do

2007-02-14 Thread Rune Zedeler
Apart from the warnings, are there any problems with the following? \version "2.10.10" slashrests = { \override Staff.Rest #'style = #'slash \override Staff.Rest #'glyph-name = "2slash" \override Staff.Rest #'stencil = #ly:note-head::print } normalrests = { \revert Staff.Rest #'s

Re: Rhythmic slashes, are just too [EMAIL PROTECTED] hard to do

2007-02-14 Thread Mats Bengtsson
ation of each slash). /Mats Rick Hansen (aka RickH) wrote: Currently entering rhythmic slashes are a pain in the butt and have numerous kludge solutions. For example, if you simply change the noteheads to slash and set the notes to middle-line "b" the visual result and spacing is perfec

Re: [fr: barres de notes dans un triolet] Rhythmic slashes, are just too [EMAIL PROTECTED] hard to do

2007-02-13 Thread Rick Hansen (aka RickH)
Paul Scott-3 wrote: > > Rick Hansen (aka RickH) wrote: >> Currently entering rhythmic slashes are a pain in the butt and have >> numerous >> kludge solutions. For example, if you simply change the noteheads to >> slash >> and set the notes to middle-line

Re: Rhythmic slashes, are just too [EMAIL PROTECTED] hard to do

2007-02-13 Thread Paul Scott
Rick Hansen (aka RickH) wrote: Currently entering rhythmic slashes are a pain in the butt and have numerous kludge solutions. For example, if you simply change the noteheads to slash and set the notes to middle-line "b" the visual result and spacing is perfect. However the day y

Rhythmic slashes, are just too [EMAIL PROTECTED] hard to do

2007-02-13 Thread Rick Hansen (aka RickH)
Currently entering rhythmic slashes are a pain in the butt and have numerous kludge solutions. For example, if you simply change the noteheads to slash and set the notes to middle-line "b" the visual result and spacing is perfect. However the day you need to transpose, the slashes ar

Re: Rhythmic slashes

2006-11-10 Thread Brett Duncan
Rick Hansen (aka RickH) wrote: Mats, This is sort of working, but how would I set the thickness property so that the slash looks more like the "slash" notehead? Better yet, is there a way to actually use the slashed note head character instead? (the slashed note head looks like most fakebooks,

Re: Rhythmic slashes

2006-11-10 Thread Rick Hansen (aka RickH)
.org > http://lists.gnu.org/mailman/listinfo/lilypond-user > > -- View this message in context: http://www.nabble.com/Rhythmic-slashes-tf2592859.html#a7288273 Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Rhythmic slashes

2006-11-09 Thread Mats Bengtsson
Brett Duncan wrote: What if you had a rest that looked like a slash? No transposition issues, then. No input to MIDI if you have a midi block in your .ly file, for that matter. Given the slash is already part of the Feta font, I assume it should be possible - I'm just not sure how to do it!

Re: Rhythmic slashes

2006-11-09 Thread Rick Hansen (aka RickH)
____ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user > > That sounds like a very good idea, I would think the developers can easily inherit the rest "object" then just change its font character. To make something that behaves like a quarter rest in the music stream but looks like a slash. Good idea. -- View this message in context: http://www.nabble.com/Rhythmic-slashes-tf2592859.html#a7260136 Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

RE: Rhythmic slashes

2006-11-09 Thread Trevor Daniels
s+t.daniels=treda.co.u > [EMAIL PROTECTED] Behalf Of > Rick Hansen (aka RickH) > Sent: 08 November 2006 16:08 > To: lilypond-user@gnu.org > Subject: RE: Rhythmic slashes > > > > > > Trevor Daniels wrote: > > > > > > I've never tried it, but c

Re: Rhythmic slashes

2006-11-08 Thread Brett Duncan
Han-Wen Nienhuys wrote: Paul Scott escreveu: Rick Hansen (aka RickH) wrote: (snip) Here is a solution, just change the notehead! (thanks to Brett who sent me the idea) \paper { ragged-right = ##t } \new Staff \relative c' { \bar "|:" \override NoteHead #'style = #'slash b'4 b b b | b

Re: Rhythmic slashes

2006-11-08 Thread Han-Wen Nienhuys
Paul Scott escreveu: Rick Hansen (aka RickH) wrote: Rick Hansen (aka RickH) wrote: How can I get 4 slashes in a measure (in 4/4 time)? The following is the closest I've come but only gives me 3 slashes. (In pop music this is a common notation method when you just want the player to comp t

RE: Rhythmic slashes

2006-11-08 Thread Rick Hansen (aka RickH)
perly. (In my original example I still have to hide the stems, but they could be handy if you want to show a specific rhythm) -- View this message in context: http://www.nabble.com/Rhythmic-slashes-tf2592859.html#a7241284 Sent from the Gnu - Lilypond - User mailing lis

Re: Rhythmic slashes

2006-11-08 Thread Paul Scott
Trevor Daniels wrote: I've never tried it, but could you use a drum voice to avoid transposition problems? I hope someone answers that. It's been a while and several versions since I've done that. A solution really needs to exist possibly as a variation of \repeat. Paul Here is a s

RE: Rhythmic slashes

2006-11-08 Thread Trevor Daniels
08:08 > To: Rick Hansen (aka RickH) > Cc: lilypond-user@gnu.org > Subject: Re: Rhythmic slashes > > > Rick Hansen (aka RickH) wrote: > > > > Rick Hansen (aka RickH) wrote: > > > >> How can I get 4 slashes in a measure (in 4/4 > time)? The following is t

Re: Rhythmic slashes

2006-11-08 Thread Paul Scott
Rick Hansen (aka RickH) wrote: Rick Hansen (aka RickH) wrote: How can I get 4 slashes in a measure (in 4/4 time)? The following is the closest I've come but only gives me 3 slashes. (In pop music this is a common notation method when you just want the player to comp the changes in time.)

Re: Rhythmic slashes

2006-11-07 Thread Rick Hansen (aka RickH)
r "|:" \override NoteHead #'style = #'slash b'4 b b b | b4 b b b \revert NoteHead #'style \bar ":|" } -- View this message in context: http://www.nabble.com/Rhythmic-slashes-tf2592859.html#a7233073 Sent from the Gnu - Lilypond - User mailing list archive

Rhythmic slashes

2006-11-07 Thread Rick Hansen (aka RickH)
= ##t } \repeat "percent" 4 s4 -- View this message in context: http://www.nabble.com/Rhythmic-slashes-tf2592859.html#a7231559 Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-us