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
Based on the discussion in November last year, I propose two solutions \version "2.10.0" rs = { \once \override Rest #'stencil = #ly:percent-repeat-item-interface::beat-slash \once \override Rest #'thickness = #'0.48 \once \override Rest #'slope = #'1.7 r4 } comp = #(define-music-function (

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 you need to trans

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)
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, but this beat-slash is too thic

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)
Brett Duncan-2 wrote: > > 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 }

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)
Trevor Daniels wrote: > > > I've never tried it, but could you use a drum voice to avoid > transposition problems? > > In my case I cant just change to a drum voice because these measures are in the midst of a voice that does play standard notation for most of the piece, but in places I jus

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)
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.) The example below will r