Re: { } not sounding right.

2024-01-18 Thread Werner LEMBERG
> Try this with and without the \new Voice commented. > > \version "2.25.12" > > \language "english" > > \score { > %\new Voice > << > {bf bqf bf} > {g gqs g} > >> > \layout {} > \midi {} > } > > Obviously you would need to listen to the MIDI output. This is a limitation of

{ } not sounding right.

2024-01-18 Thread Pierre-Luc Gauthier
Hi there, Boy was that one hard to track down. Try this with and without the \new Voice commented. \version "2.25.12" \language "english" \score { %\new Voice << {bf bqf bf} {g gqs g} >> \layout {} \midi {} } Obviously you would need to listen to the MIDI output. The thing

Re: Drum notation and style

2024-01-18 Thread Stu McKenzie
Thanks, Xavier, for the instructions for lyrics above the staff - I'd tried multiple times to do this without success! There's always a solution with LilyPond! On 2024-01-18 13:02, Xavier Scheuer wrote: On Thu, 18 Jan 2024 at 21:26, Stu McKenzie wrote: > > I often use Lyrics to provide

Re: Drum notation and style

2024-01-18 Thread Xavier Scheuer
On Thu, 18 Jan 2024 at 21:26, Stu McKenzie wrote: > > I often use Lyrics to provide sticking. Hello, That would have been my suggestion as well, especially if you want the sticking to be horizontally aligned. > The lyrics are below the staff, but this can be changed. Personally, I've had

Re: chords

2024-01-18 Thread Charlie Ma
I'd use Single Staff Polyphony : << { 2} \\ { c4,, s1 } >> | [image: image.png] On Thu, Jan 18, 2024 at 7:33 AM wrote: > Send lilypond-user mailing list submissions to >

Re: chord

2024-01-18 Thread David Kastrup
Leo Correia de Verdier writes: > <\tweak duration-log 3 e, b, g e’>2 How about apparent = #(define-music-function (note) (ly:music?) (let ((duration (ly:music-property note 'duration))) (tweak '(Dots dot-count) (ly:duration-dot-count duration) (tweak '(duration-log) (ly:duration-log

Re: chord

2024-01-18 Thread Leo Correia de Verdier
<\tweak duration-log 3 e, b, g e’>2 > 18 jan. 2024 kl. 16:33 skrev Alexander Weidner : > >  > > Hello, > > how do I notate a Double stop (German: Doppelgriff), where one note has an > other duration (see image). > > Thanks! Alexander

chord

2024-01-18 Thread Alexander Weidner
Hello, how do I notate a Double stop (German: Doppelgriff), where one note has an other duration (see image). Thanks! Alexander

Re: Drum notation and style

2024-01-18 Thread Sebastien Richard
Found this LSR : https://lsr.di.unimi.it/LSR/Item?id=1181 Use this line below to get the slope you wish (Just adapt the number) :   \override StemTremolo.slope = 0.2 As for the color I cannot help you. << ... Ideally they would overwrite or replace the two beams >> I don't understand that