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
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 (
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
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,
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
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!
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
}
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
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
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
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
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
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
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.)
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
15 matches
Mail list logo