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
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
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"
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
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
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
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
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
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
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
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,
.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
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!
____
> 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
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
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
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.)
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
= ##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
23 matches
Mail list logo