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 obvious. > > As I'm playing the drums, m

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 found arehttps://l

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://lilypond.org/doc/v2.