Re: Alternative beginning on drums

2024-09-20 Thread nedsi
Hi Kieren, Thanks a lot for your feedback! It didn't help me understand the automatic behavior of Lilypond, but it did help a lot to fix it anyway and have exactly the output I wanted, thanks again! I also added an example with both alternative beginning and ending, and one with the same, but

Re: Alternative beginning on drums

2024-09-17 Thread Kieren MacMillan
Hi again, > _\markup \bold "3×" Does this not throw an error for you…? In any case, I think this may be what you’re looking for: %%% SNIPPET BEGINS \version "2.24.3" \layout { ragged-right = ##f } #(define custom-notes '( (bassdrum default #f -3) (acousticbassd

Re: Alternative beginning on drums

2024-09-17 Thread nedsi
Hi Kieren, Thanks a lot for your answer, unfortunately it still gives me the same results. Sorry for the lack of precision in my first message. You just made me realize that, while I tried to remove any variable to avoid confusion, I forgot to include 2 `\drummode`. Here are actual files to t

Re: Alternative beginning on drums

2024-09-17 Thread Kieren MacMillan
Hi there, > When compiling, I get no error... Hmmm… the code you posted throws an error for me. In any case, I really couldn’t wrap my head around your code structure, so I tried to reorganize it in a way that made sense to me: %%% SNIPPET BEGINS \version "2.25.11" global = { \bar ".|:-|"

Alternative beginning on drums

2024-09-17 Thread nedsi
Hey there, Glad to be here! I just hit a wall I absolutely can't get my head around. Indeed, I'm using 2 voices to write drums and I'd like to have an alternative beginning. Here's what I have so far: ```ly \score { << \new DrumStaff { \set DrumStaff.instrumentN

Re: Standard rhythms for drums or percussion.

2024-08-18 Thread Stefano Antonelli
Hi Michael, On Sun, 2024-08-18 at 11:02 +0200, Zlobinsky Michael wrote: > Since I only want the drums to sound in the background (so that the > student has an orientation for syncopated rhythms), it is not so > dramatic. > > I will try to create more examples for non-drummers ov

Standard rhythms for drums or percussion. (Zlobinsky Michael)

2024-08-18 Thread Zlobinsky Michael
s more specific than "Re: Contents of lilypond-user digest..." Today's Topics: 1. Re: lilyjazz fonts not working (Hans Aikema) 2. Re: lilyjazz fonts not working (Robert Garrigos) 3. Standard rhythms for drums or

Standard rhythms for drums or percussion.

2024-08-18 Thread Zlobinsky Michael
Answer to:From: Zlobinsky MichaelSubject: Standard rhythms for drums or percussion.Date: Mon, 22 Jul 2024 14:19:26 +0200With the kind help of Sébastien Richard, I was able to create some examples.I still have display problems, which are probably due to a bug in the Wiki Score plugin.Since I

Standard rhythms for drums or percussion.

2024-07-22 Thread Zlobinsky Michael
Hi,It's my first question via mailing list. I'm a guitarist, and I've made some educational tabs. I could use some simple standard rhythms (not to advanced, more suitable for an amateur band.)The results of my experiments are rather modest and very error-prone, as I still have to get used to everyt

Re: MIDI Drums to lilypond

2023-11-17 Thread Luca Fascione
Yes, sorry. I did find that after typing the email... It is the GM mapping, it's just that I didn't want to retype it all by hand, if I could parse it from somewhere, you see Thanks! L On Fri, Nov 17, 2023 at 11:05 AM Mark Knoop wrote: > You'll find it in drumpitch-init.ly, I believe it's jus

Re: MIDI Drums to lilypond

2023-11-17 Thread Mark Knoop
You'll find it in drumpitch-init.ly, I believe it's just the standard General MIDI percussion keymap. At 10:52 on 17 Nov 2023, Luca Fascione wrote: > Hi, > I'm converting a MIDI file to lilypond with a drumset track. > My process goes through MusicXML, but the `musicxml2ly` script I have > (2.22.

MIDI Drums to lilypond

2023-11-17 Thread Luca Fascione
Hi, I'm converting a MIDI file to lilypond with a drumset track. My process goes through MusicXML, but the `musicxml2ly` script I have (2.22.2) emits pitches instead of percussion notes. I can write a script to map those, but if anyone had a starting point, that'd be grand. In my mind, the mappi

Re: Beginner question about writing for drums

2023-04-28 Thread mail-login+lilypond
Nice thanks for helping. --- Original Message --- On Friday, April 28th, 2023 at 19:50, Pierre-Luc Gauthier wrote: > > > Closer to what I would want but still : > > \new DrumStaff \with { > } { > \context DrumVoice = "1" { > \override NoteHead.color = "red" > } > \context DrumVoice

Re: Beginner question about writing for drums

2023-04-28 Thread Pierre-Luc Gauthier
Closer to what I would want but still : \new DrumStaff \with { } { \context DrumVoice = "1" { \override NoteHead.color = "red" } \context DrumVoice = "2" { \override NoteHead.color = "green" } \repeat unfold 2 \grooveI | \repeat unfold 4 \grooveII | } HTH -- Pierre-Luc Gaut

Re: Beginner question about writing for drums

2023-04-28 Thread Pierre-Luc Gauthier
Sorry about that, yes the example does not show anything about the connection between voice "1" and "2". Here is one that does : \version "2.25.5" \language "english" grooveI = \drummode << << { \override NoteHead.color = "red" \repeat unfold 15 hh16 hho\laissezVibrer |

Re: Beginner question about writing for drums

2023-04-28 Thread mail-login+lilypond
No question that this is a nice example as well, but I don't see where it shows that the voices are connected somehow (most probable I just missed it when reading over it). Can you explain further? (maybe reference some lines or what to look at) Best wishes Lukas --- Original Message -

Re: Beginner question about writing for drums

2023-04-28 Thread Pierre-Luc Gauthier
Le jeu. 27 avr. 2023, à 20 h 48, a écrit : > > << > > { hh4 hh q } > > \\ > > { bd4 r bd r } > > >> > are the voices somehow linked if I create another chunk like that? Yes they are. << {…} \\ {…} >> is equivalent to \new Staff << \new Voice = "1" { \voiceOne … } \new Voice = "2" { \voic

Re: Beginner question about writing for drums

2023-04-27 Thread mail-login+lilypond--- via LilyPond user discussion
--- Original Message ---On Thursday, April 27th, 2023 at 05:03, Stu McKenzie wrote: > > > On 2023-04-26 16:24, mail-login+lilyp...@protonmail.com wrote: > > > Hi, > > > > I'm just getting started with lilypond so I hope this issue is not obv

Re: Beginner question about writing for drums

2023-04-27 Thread mail-login+lilypond
Hi, > Quasi all I write for drum is in multiple small chunks of this format : > << > { hh4 hh q } > \\ > { bd4 r bd r } > >> > > > Using lots of variables of reused patterns for hh and whatnot. Oh I like this notation. Just being curios, are the voices somehow linked if I create another chu

Re: Beginner question about writing for drums

2023-04-26 Thread Stu McKenzie
On 2023-04-26 16:24, mail-login+lilyp...@protonmail.com wrote: Hi, I'm just getting started with lilypond so I hope this issue is not obvious. As I'm playing the drums, many tutorials I found regarding lilypond do not quite apply in the details. So far the two things I've

Beginner question about writing for drums

2023-04-26 Thread mail-login+lilypond
Hi, I'm just getting started with lilypond so I hope this issue is not obvious. As I'm playing the drums, many tutorials I found regarding lilypond do not quite apply in the details. So far the two things I've found are https://lilypondcookbook.com/toc and the docs https://l

Re: How to write notes for drums?

2019-05-12 Thread Jacques Menu
Hello Andrew,Here is this example, for what it’s worth: PercussionsPourLeConcertDeMars2019.ly Description: Binary data JMLe 12 mai 2019 à 14:24, Andrew Bernard <andrew.bern...@gmail.com> a écrit :Hi Jacques,I was of course joking about drums! But I was hoping we might see a nice example her

Re: How to write notes for drums?

2019-05-12 Thread Andrew Bernard
Hi Jacques, I was of course joking about drums! But I was hoping we might see a nice example here from you on the list, which I am sure would be helpful to people. cheerio! Andrew On Sun, 12 May 2019 at 19:13, Jacques Menu wrote: > > I sent the file privately because it’s no MWE and I

Re: How to write notes for drums?

2019-05-12 Thread Jacques Menu
Hello Aaron and all, No offense, and thanks for the translation. I sent the file privately because it’s no MWE and I don’t have any way to make it available on the net. I can share it on this list of course if that fits. A nice day! JM > Le 12 mai 2019 à 10:13, Aaron Hill a écrit : > > On 2

Re: How to write notes for drums?

2019-05-12 Thread Aaron Hill
On 2019-05-12 12:37 am, Andrew Bernard wrote: Sadly, we are not all comprehensive polyglots. Oh, to be an actual polyglot I could only wish. But I have always been far more interested in writing systems and scripts than the languages themselves. As such, I am resigned to utilizing online tr

Re: How to write notes for drums?

2019-05-12 Thread David Kastrup
Andrew Bernard writes: > Sadly, we are not all comprehensive polyglots. > > I could not refer to our new friend by name as I could not figure it out. Well, From: Данил Костенков would suggest Danil to be a reasonably good guess. I find that just knowing the alphabet brings a lot of Russian int

Re: How to write notes for drums?

2019-05-12 Thread Andrew Bernard
Definitely Jacques drums should be played in private. Andrew On Sun, 12 May 2019 at 17:01, Jacques Menu wrote: > Hello Отправлено, > > I send you an example privately. > > ___ lilypond-user mailing list lilypond-user@gnu.org https:

Re: How to write notes for drums?

2019-05-12 Thread Andrew Bernard
Sadly, we are not all comprehensive polyglots. I could not refer to our new friend by name as I could not figure it out. a On Sun, 12 May 2019 at 17:26, Aaron Hill wrote: > On 2019-05-11 11:55 pm, Jacques Menu wrote: > > Hello Отправлено, > > By the by, "Отправлено с iPhone" means "Sent from

Re: How to write notes for drums?

2019-05-12 Thread Aaron Hill
On 2019-05-11 11:55 pm, Jacques Menu wrote: Hello Отправлено, By the by, "Отправлено с iPhone" means "Sent from iPhone". -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to write notes for drums?

2019-05-12 Thread Jacques Menu
Hello Отправлено, I send you an example privately. JM > Le 12 mai 2019 à 08:04, Malte Meyn a écrit : > > > > Am 12.05.19 um 07:53 schrieb Данил Костенков: >> Hello everybody! >> I want to write notes for drums. But I don’t know how it do. Give me some >> ad

Re: How to write notes for drums?

2019-05-11 Thread Malte Meyn
Am 12.05.19 um 07:53 schrieb Данил Костенков: Hello everybody! I want to write notes for drums. But I don’t know how it do. Give me some advices and instructions about this. Thank you in advance. Hi Danil, have a look at the “Percussion” section of the Notation Reference: http

How to write notes for drums?

2019-05-11 Thread Данил Костенков
Hello everybody! I want to write notes for drums. But I don’t know how it do. Give me some advices and instructions about this. Thank you in advance. Отправлено с iPhone ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Partcombine with drums?

2019-02-17 Thread Pedro Pessoa
Thanks, this is more close to what I want. I noticed the actual \partcombine doesn't behaves as I want for this case (never split voices). But still it doesn't work: when the music is different, using this method will rise errors and don't behave as desired. I see two ways of building a solution, r

Re: Partcombine with drums?

2019-02-17 Thread Aaron Hill
On 2019-02-17 2:38 pm, Pedro Pessoa wrote: Hello! Is there a known way of using partcombine with drums? I'm not familiar with it, but I tried to do it as in the notation reference. I found nothing about this limitation in neither manuals, mailing archive or LSR. Thanks! %% Snippet

Partcombine with drums?

2019-02-17 Thread Pedro Pessoa
Hello! Is there a known way of using partcombine with drums? I'm not familiar with it, but I tried to do it as in the notation reference. I found nothing about this limitation in neither manuals, mailing archive or LSR. Thanks! %% Snippet Begin \version "2.19.82" drumA = \drumm

Re: \RemoveEmptyStaves for drums?

2017-08-05 Thread Abraham Lee
Hi, Molly! On Sat, Aug 5, 2017 at 7:34 PM, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > > > However I can't seem to get it to \RemoveEmptyStaves for the \DrumStaff. > This is what I tried. > > > > \layout { > > \context { > > \Staff > > \RemoveEmptyStaves > > \DrumStaff > > \RemoveE

Re: \RemoveEmptyStaves for drums?

2017-08-05 Thread Kieren MacMillan
Hi Molly, > However I can't seem to get it to \RemoveEmptyStaves for the \DrumStaff. This > is what I tried. > > \layout { > \context { > \Staff > \RemoveEmptyStaves > \DrumStaff > \RemoveEmptyStaves > } To be honest, I'm not even sure *what* that would do… =\ Here's what I just tried, an

\RemoveEmptyStaves for drums?

2017-08-05 Thread Molly Preston
Hello, I am making parts and have glockenspiel and the non-pitched percussion on one part. However I can't seem to get it to \RemoveEmptyStaves for the \DrumStaff. This is what I tried. \layout { \context { \Staff \RemoveEmptyStaves \DrumStaff \RemoveEmptyStaves } } Thanks! Molly ___

[LSR] Pipe-band snare drums

2015-01-05 Thread Pierre Perol-Schneider
Hi All, Here's a new snippet posted by a French user : http://lsr.di.unimi.it/LSR/Item?u=1&id=970 who asked for translation help. So I've made it but engish is not my mother language and I'm no percussionist; please be so kind to tell if anything's wrong. I've also tagged it as "docs" See disuss

Re: produce midi drums but hide staff

2012-12-06 Thread vector457
n wrote: 2012/12/6 vector457 mailto:vector...@gmail.com>> That would mean Id have to write out the pitch notes (ie new staff) twice? once for the layout and then again with the drums for the midi. Of course not: melody = \relative c' { c4 d e f } \score { <<

Re: produce midi drums but hide staff

2012-12-06 Thread Marek Klein
2012/12/6 vector457 > That would mean Id have to write out the pitch notes (ie new staff) > twice? > once for the layout and then again with the drums for the midi. > Of course not: melody = \relative c' { c4 d e f } \score { << \new Staff { \melody } &g

Re: produce midi drums but hide staff

2012-12-06 Thread vector457
That would mean Id have to write out the pitch notes (ie new staff) twice? once for the layout and then again with the drums for the midi. On 12/06/2012 08:48 PM, Marek Klein wrote: Hello, 2012/12/6 vector457 mailto:vector...@gmail.com>> yeah I want to keep the drums in the midi

Re: midi ok in windows but only drums in linux

2012-12-06 Thread David Kastrup
vector457 writes: > ahh thanks David.. seems it works fine under timidity but not under > movie player.. strange as I just went thru a stack of mid files on my > pc(source unknown) and sure enough some dont work in movie player but > are fine under timidity..go figure Huh. I would have thought

Re: produce midi drums but hide staff

2012-12-06 Thread Marek Klein
Hello, 2012/12/6 vector457 > yeah I want to keep the drums in the midi output but not display it in the > pdf You can have separate \score blocks for layout and for midi - this way you can get what you want. Like this: \score { \new Staff... \layout {} } \score { \new

Re: produce midi drums but hide staff

2012-12-06 Thread vector457
yeah I want to keep the drums in the midi output but not display it in the pdf On 12/06/2012 04:32 PM, Nathan wrote: On Wed, Dec 5, 2012 at 8:07 PM, vector wrote: Hi there, Im getting the hang of this even tho it might not look it ;) thanks for all your inputs. I wanted to add a simple

Re: midi ok in windows but only drums in linux

2012-12-06 Thread vector457
: vector457 writes: I have the same script extracted from the manuals which was written and working on a windows box. I got it home and put it on the ubuntu machine and only the drums sound. I have lost the "flute" notes? (when played with movie player) Have I not assigned the midi properly

Re: midi ok in windows but only drums in linux

2012-12-06 Thread David Kastrup
vector457 writes: > I have the same script extracted from the manuals which was written > and working on a windows box. > I got it home and put it on the ubuntu machine and only the drums > sound. I have lost the "flute" notes? (when played with movie player) > Hav

midi ok in windows but only drums in linux

2012-12-06 Thread vector457
I have the same script extracted from the manuals which was written and working on a windows box. I got it home and put it on the ubuntu machine and only the drums sound. I have lost the "flute" notes? (when played with movie player) Have I not assigned the midi properly? or is it

Re: produce midi drums but hide staff

2012-12-05 Thread Nathan
On Wed, Dec 5, 2012 at 8:07 PM, vector wrote: > Hi there, > Im getting the hang of this even tho it might not look it ;) thanks for all > your inputs. > > I wanted to add a simple drumbeat to the previous script and produce a basic > chord and drums midi. D'oh! My bad.

Re: produce midi drums but hide staff

2012-12-05 Thread Nathan
On Wed, Dec 5, 2012 at 8:07 PM, vector wrote: > Hi there, > Im getting the hang of this even tho it might not look it ;) thanks for all > your inputs. > > I wanted to add a simple drumbeat to the previous script and produce a basic > chord and drums midi. > so far I have

produce midi drums but hide staff

2012-12-05 Thread vector
Hi there, Im getting the hang of this even tho it might not look it ;) thanks for all your inputs. I wanted to add a simple drumbeat to the previous script and produce a basic chord and drums midi. so far I have this working. But I want to remove the drums completely from the pdf output. ie

Re: Overlapping rests in drums score

2012-06-26 Thread David Kastrup
Riccardo Del Monte writes: > Hello. > > I'm really new to Lilypond. I think it's an interesting project, so I > started reading the first two chapters of the Learning Manual on > lilypond.org. But since I play the drums, I wanted to see how the > program worked wi

Overlapping rests in drums score

2012-06-26 Thread Riccardo Del Monte
Hello. I'm really new to Lilypond. I think it's an interesting project, so I started reading the first two chapters of the Learning Manual on lilypond.org. But since I play the drums, I wanted to see how the program worked with drums scores. Thus, as my first test with Lilypond,

Overlapping rests in drums score

2012-06-26 Thread Riccardo Del Monte
Hello. I'm really new to Lilypond. I think it's an interesting project, so I started reading the first two chapters of the Learning Manual on lilypond.org. But since I play the drums, I wanted to see how the program worked with drums scores. Thus, as my first test with Lilypond, I c

Re: Changing single drums-style entry

2012-03-30 Thread Thomas Morley
Am 30. März 2012 08:40 schrieb lesmondo : > Hi, > > I'm trying to alter the triangle entry in drums-styles. > > I've read through the manual and created the new style in a new list. > > #(define mydrums '( > > (triangle doThin #f 6) > > )) > >

Changing single drums-style entry

2012-03-30 Thread lesmondo
Hi, I'm trying to alter the triangle entry in drums-styles. I've read through the manual and created the new style in a new list. #(define mydrums '( (triangle doThin #f 6) )) This gives me the correct output for my new triangle. However, I don't want to copy the ent

Re: Drums : align triplets to eights in other voice

2011-04-06 Thread Wim Van Dijck
Interesting! Very nice thank you! I'm trying to write down a swing (it's written as eighths, but played as triplets without the middle third) on the ride, while playing triplets on the bass and the snare, as an exercise. So while playing, the last triplet of the snare should be played together

Re: Drums : align triplets to eights in other voice

2011-04-06 Thread Janek Warchoł
Hi, 2011/4/6 Wim Van Dijck : > \version "2.12.3" > > swing = \drummode { cymr4 cymr8 cymr8 cymr4 cymr8 cymr8 } > down = \drummode { \times 2/3 { bd8 sn sn } \times 2/3 { << bd hhp >> sn sn > } \times 2/3 { bd sn sn } \times 2/3 { << bd hhp >> sn sn } } > > \score { >    \new DrumStaff { > << >    

Drums : align triplets to eights in other voice

2011-04-06 Thread Wim Van Dijck
Hi all, Version : 2.12.3 on OSX via MacPorts Given \version "2.12.3" swing = \drummode { cymr4 cymr8 cymr8 cymr4 cymr8 cymr8 } down = \drummode { \times 2/3 { bd8 sn sn } \times 2/3 { << bd hhp >> sn sn } \times 2/3 { bd sn sn } \times 2/3 { << bd hhp >> sn sn } } \score { \new DrumStaf

Re: Lilypond for drums

2009-10-01 Thread Patrick Horgan
Philippe Hezaine wrote: elision done here... Hi, There is an error in the typesetting. The author writes <> Write it: 8 Cheers. Thanks! one quick global search and replace and the code compiles cleanly and gives a good output. Patrick ___

Re: Lilypond for drums

2009-10-01 Thread Philippe Hezaine
e the same beautiful output without all the complaints? \version "2.11.58" \header { title = "Drum Excersises Robin" subtitle = "week 40 - 2009" } % -- Drums -- up = \drummode { \voiceOne cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cy

Re: Lilypond for drums

2009-10-01 Thread Patrick Horgan
ithout all the complaints? \version "2.11.58" \header { title = "Drum Excersises Robin" subtitle = "week 40 - 2009" } % -- Drums -- up = \drummode { \voiceOne cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 c

Re: Lilypond for drums

2009-10-01 Thread Gilles Sadowski
Hello. > Thanks in advance. BTW, this is what I did for her three exercises (just > beginning ;-). Is this maybe rewritable to shorthand in some case? Maybe > with repeats or so? Any help wouyld be appreciated. The shorthand for cymr8 cymr8 cymr8 cymr8 would be \repeat unfold 4 { cymr

Lilypond for drums

2009-10-01 Thread Paul Rijke
? Maybe with repeats or so? Any help wouyld be appreciated. \version "2.11.58" \header { title = "Drum Excersises Robin" subtitle = "week 40 - 2009" } % -- Drums -- up = \drummode { \voiceOne cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cymr8 cy

Re: Staff.midiMaximumVolume and drums

2009-08-26 Thread Alexander Kobel
Daniel MALIK wrote: i try this code for a midi file with drums with a volume low \score { << \new Staff { \set Staff.midiMaximumVolume = #1 \NOTES } \new Staff { \set = #0.1

Staff.midiMaximumVolume and drums

2009-08-26 Thread Daniel MALIK
i try this code for a midi file with drums with a volume low \score { << \new Staff { \set Staff.midiMaximumVolume = #1 \NOTES } \new Staff { \set = #0.1

Lilypond & MIDI output of drums

2009-06-05 Thread Dave Merson Hess
Hi All, When I output to MIDI, it seems that notes on my DrumStaff do not go to channel ten--in the MIDI file, they are assigned a basic GM piano sound. Is there a way to explicitly assign MIDI channel 10 to DrumStaff? Thanks, Dave ___ lilypond-user ma

Re: get typical jazz swing in drums midi file

2009-04-19 Thread Grammostola Rosea
M Watts wrote: Grammostola Rosea wrote: Hi, It is possible to get an typical jazz swing also in the midi file, so I hear it when playback? I think you'd have to code swing drum section just for the midi output, with something like \times 2/3 { hh4 hh8 } to get swung rhythms. Just for th

Re: get typical jazz swing in drums midi file

2009-04-19 Thread Grammostola Rosea
Valentin Villenave wrote: 2009/4/19 Grammostola Rosea : It is possible to get an typical jazz swing also in the midi file, so I hear it when playback? It's a request that is already waiting in our tracker: http://code.google.com/p/lilypond/issues/detail?id=687 Ok great, so: +1 \r

RE: get typical jazz swing in drums midi file

2009-04-18 Thread Ed Ardzinski
> Grammostola Rosea wrote: > > Hi, > > > > It is possible to get an typical jazz swing also in the midi file, so > > I hear it when playback? > > > I think you'd have to code swing drum section just for the midi output, > with something like > > \times 2/3 { hh4 hh8 } to get swung rhythms. >

Re: get typical jazz swing in drums midi file

2009-04-18 Thread Valentin Villenave
2009/4/19 Grammostola Rosea : > It is possible to get an typical jazz swing also in the midi file, so I hear > it when playback? It's a request that is already waiting in our tracker: http://code.google.com/p/lilypond/issues/detail?id=687 Regards, Valentin __

Re: get typical jazz swing in drums midi file

2009-04-18 Thread M Watts
Grammostola Rosea wrote: Hi, It is possible to get an typical jazz swing also in the midi file, so I hear it when playback? I think you'd have to code swing drum section just for the midi output, with something like \times 2/3 { hh4 hh8 } to get swung rhythms. ___

get typical jazz swing in drums midi file

2009-04-18 Thread Grammostola Rosea
Hi, It is possible to get an typical jazz swing also in the midi file, so I hear it when playback? Thanks in advance, \r ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

define custom drums

2009-01-11 Thread Herman
Hi, I am working on customizing some drum notation. From the tutorial I got this #(define mydrums '( (bassdrum default #f -1) (snare default #f 0) (hihat cross #f 1) (pedalhihat xcircle "stopped" 2) (lowtom diamond #f 3))) It works but I don't know what I am doing. Wat does #f means? or "stopped

RE: drums rest

2007-04-29 Thread Fairchild
PL - Add \override Rest #'extra-offset = #'(0 . 2.5) - Bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of pascal lawrynowicz Sent: Monday, November 20, 2006 6:20 AM To: lilypond-user Subject: drums rest

Re: drums and chords at same time?

2005-11-18 Thread Mats Bengtsson
Jannik Jeppesen wrote: Hi All.. I am trying to mix drums and chords, but cant make it work. I want the chords to be played once every bar and a hh on the quarter notes to keep the beat. How does this work.. My suggestion is very bad, I think... Not at all, just make sure to tell LilyPond

drums and chords at same time?

2005-11-18 Thread Jannik Jeppesen
Hi All.. I am trying to mix drums and chords, but cant make it work. I want the chords to be played once every bar and a hh on the quarter notes to keep the beat. How does this work.. My suggestion is very bad, I think... Jannik === \version "2.6.3"

Re: drums

2005-05-18 Thread Graham Percival
On 16-May-05, at 12:35 AM, pascal lawrynowicz wrote: Has anyone write drums parts with lilypond ? Is it really possible. Need help. Please read this section of the manual: http://lilypond.org/doc/v2.5/Documentation/user/out-www/lilypond/ Rhythmic-music.html Cheers, - Graham

Re: drums

2005-05-18 Thread Gilles
> > Has anyone write drums parts with lilypond ? Yes. > Is it really possible. Yes. See: http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Percussion-staves.html#Percussion-staves > Need help. > More explicitely?

drums

2005-05-17 Thread pascal lawrynowicz
Hi, Has anyone write drums parts with lilypond ? Is it really possible. Need help. PL ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Drums & midi not working properly

2005-01-18 Thread Sebastiano Vigna
I know, this should submitted to lilypond-bugs, but I had no chance in subscribing up to now. The following source \score { \new DrumStaff << \context DrumVoice = "1" { s1 } \context DrumVoice = "2" { s1 } \drummode { << { r4 sn r sn } \\ { bd r

Drums on multiple tracks

2004-09-15 Thread R. D. Davis
While doing some MIDI file to Csound conversion, that involves separate tracks for different drums/percussion instruments, I got to thinking about Lilypond and began to wonder about putting the drums on more than one MIDI track via Lilypond ...doing so with Lilypond looked like a possibility

Drums on multiple tracks :-)

2004-09-15 Thread R. D. Davis
While doing some MIDI file to Csound conversion, that involves separate tracks for different drums/percussion instruments, I got to thinking about Lilypond and began to wonder about putting the drums on more than one MIDI track via Lilypond ...doing so with Lilypond looked like a possibility

Moving rests in \drums context

2004-08-20 Thread Cameron Horsburgh
e rest would be printed by the top voice, and the bottom voice would have a spacer note. In a \drums context, this doesn't seem to work. If I try << {hh4 hh tomml4\rest hh} \\ {bd4 bd s bd} >> I get a message telling me there's an unexpected REST when a drum note is exp

Re: drums in midi output sounds like piano

2003-12-02 Thread Aaron
lilypond gives me doesn't sound good. > > I use timidity for hearing midis, and I've tested different midi files > i found in internet wich have drums, and sounds perfect, so i suppose > that i have all correctly installed. (i think) > > But, when i listen at a lilypond mi

drums in midi output sounds like piano

2003-12-02 Thread José Luis Cruz
Hello, I need to transcribe some music with percussion, and i've notice that the midi output that lilypond gives me doesn't sound good. I use timidity for hearing midis, and I've tested different midi files i found in internet wich have drums, and sounds perfect, so i suppose

Re: Still: Drums track/notes

2001-10-15 Thread Mats Bengtsson
> On Wed, 10 Oct 2001, Amelie Zapf wrote: > > > Hi Joerg, > > > > I frequently have to write drum parts. That works, except for the midi > > playback. I define a macro: > > > > cr = { > > \property Voice.NoteHead \override #'style = #'cross > > } > > > > and > > > > ncr = { > > \prop

Still: Drums track/notes

2001-10-14 Thread Joerg Anders
On Wed, 10 Oct 2001, Amelie Zapf wrote: > Hi Joerg, > > I frequently have to write drum parts. That works, except for the midi > playback. I define a macro: > > cr = { > \property Voice.NoteHead \override #'style = #'cross > } > > and > > ncr = { > \property Voice.NoteHead \rever

Re: Drums track/notes

2001-10-10 Thread Amelie Zapf
Hi Joerg, I frequently have to write drum parts. That works, except for the midi playback. I define a macro: cr = { \property Voice.NoteHead \override #'style = #'cross } and ncr = { \property Voice.NoteHead \revert #'style } That gives me a very convenient way of switching b

Re: Drums track/notes

2001-10-10 Thread Jan Nieuwenhuizen
Joerg Anders <[EMAIL PROTECTED]> writes: > Some weeks ago there was a discussion about MIDI channel > definition in LilyPond. If I noticed this right, nobody > answered. (?) Percussion is not yet supported in LilyPond; at your own risk you may have a look at input/test/drums.ly -- Jan Nieuwen

Drums track/notes

2001-10-09 Thread Joerg Anders
Hello! Some weeks ago there was a discussion about MIDI channel definition in LilyPond. If I noticed this right, nobody answered. (?) The channel is important for drum track definition, because the drum track is on MIDI channel 10 on most soundcards. BTW: Does LilyPond offer drum notes ? (note