Re: Rhythmic staff MIDI

2021-01-27 Thread ebenezer
Hello Martin, No, I can use DrumStaff. I'm still experimenting with LilyPond, finding out what works easily and what doesn't. Aesthetically, a RhythmicStaff looks better, so if it's something I can accomplish without too much effort (~1 day), I would delve deeper. Since posting I have

Re: Rhythmic staff MIDI

2021-01-27 Thread Martín Rincón Botero
Oops, missed a couple of curly braces: \context DrumStaff = "bongo" \with { \override StaffSymbol.line-count = #2 drumStyleTable = #bongos-style instrumentName = \markup { Bongo } shortInstrumentName = \markup

Re: Rhythmic staff MIDI

2021-01-27 Thread Martín Rincón Botero
Hello, is there any reason for not using DrumStaff if that works fine for MIDI? Regards, Martín. www.martinrinconbotero.com On 27. Jan 2021, 11:52 +0100, ebenezer , wrote: > Hello everyone, > I am attempting to use a percussion staff for a bongo part in a score. > staffBongo = \drummode { >

Re: Rhythmic staff MIDI

2021-01-27 Thread Martín Rincón Botero
Well, I don't use the RhythmicStaff for bongos and wouldn't recommend it either. What I use looks something like this: \context DrumStaff = "bongo" \with { \override StaffSymbol.line-count = #2 drumStyleTable = #bongos-style

Solution "Midi Through Port-0"?

2021-01-27 Thread andy c
Hello there, I am a new Lilypond/Frescobaldi (and also Linux (Ubuntu20)) user,  found out MIDI output is not working on Frescobaldi. In preferences-MIDI settings the only player output options is "Midi Through Port-0" in Denemo the MIDI output works just fine, couldn't find anything on

Re: Rhythmic staff MIDI

2021-01-27 Thread Martín Rincón Botero
Great! Glad it helped. www.martinrinconbotero.com On 27. Jan 2021, 19:02 +0100, ebenezer , wrote: > Thank you Martín, > That snippet has helped enormously. I had tried to incorporate drumStyleTable > earlier but it didn't work the way I was using it. I tried > StaffSymbol.line-count = #1 and

Re: \repeat unfold 0 times?

2021-01-27 Thread Lukas-Fabian Moser
Hi Zachary, I have found a way to use a scheme conditional to check if repeatcount is greater than zero before evaluating repeat. Here's the snippet: ​\version "2.20.0" m = #0 n = #1 o = #2 \new Staff {   \repeat unfold #m dis'1   #(let ((x #{ \repeat unfold #m dis1 #}))         (if (> m

\repeat unfold 0 times?

2021-01-27 Thread Pine, Zachary V
Hello All, I have a little scheme function which gives me the number of times to repeat a particular bit of music in my composition. Sometimes I want that number to be zero and thus print no music at all. I'm using the "\repeat unfold repeatcount" syntax. However, when repeatcount is zero,

Re: Solution "Midi Through Port-0"?

2021-01-27 Thread Jean Bréfort
Hi, This has been discussed some time ago on the french list. The solution is described there (in french): https://lists.gnu.org/archive/html/lilypond-user-fr/2016-02/msg00051.html You can also add the command to your .profile (that's what I did and it works). The actual command is: timidity

Re: Rhythmic staff MIDI

2021-01-27 Thread ebenezer
Thank you Martín, That snippet has helped enormously. I had tried to incorporate drumStyleTable earlier but it didn't work the way I was using it. I tried StaffSymbol.line-count = #1 and that looks good, too :) Cheers! On 2021-01-27 15:32, Martín Rincón Botero wrote: Oops, missed a couple

Re: Solution "Midi Through Port-0"?

2021-01-27 Thread Silvain Dupertuis
Curious. I am on Ubuntu (18.04 on my main machine) and use Frescobaldi Midi output works fine for me. I did not play with settings so far... For midi ports, I have Output reader = TiMidity port 0 Entry port = Midi Through Port-0 The only thing : If I just press the button (whatever it is called

avoid alignment of hairpin and dynamic text

2021-01-27 Thread Werner LEMBERG
How can I avoid the vertical alignment of a hairpin and a dynamic text that starts or stops the hairpin? For example, in this situation { f1\< | e''\p } I want to make LilyPond position the `\p` independently of the the crescendo – in particular, I don't want to fiddle with `padding`,

Re: Solution "Midi Through Port-0"?

2021-01-27 Thread Federico Bruni
Sorry, I hit reply before finishing... On Wed, Jan 27 2021 at 11:33:58 PM +0100, Federico Bruni wrote: On Wed, Jan 27 2021 at 08:24:50 PM +0100, Silvain Dupertuis wrote: I am on Ubuntu (18.04 on my main machine) and use Frescobaldi Midi output works fine for me. I did not play with

Re: \path in markup dashed line

2021-01-27 Thread Aaron Hill
Sending to mailing list for visibility... On 2021-01-27 5:37 pm, Dimitris Marinakis wrote: For some reason in both of my systems (Mac & PC), tested with all recent versions, this code only works correctly in 2.19.xx . With the other versions only the default path gets displayed. All the dashed

Re: Remove "Solo" text when using part combiner

2021-01-27 Thread Karlin High
On 1/27/2021 9:03 PM, Calvin Ransom wrote: I am combining some piano parts and LilyPond engraves the word "Solo" in various places, is there any way to prevent this from happening? \new Staff \with {

Remove "Solo" text when using part combiner

2021-01-27 Thread Calvin Ransom
New LilyPond user here, I am combining some piano parts and LilyPond engraves the word "Solo" in various places, is there any way to prevent this from happening? Thanks, Calvin

Re: Solution "Midi Through Port-0"?

2021-01-27 Thread Federico Bruni
On Wed, Jan 27 2021 at 08:24:50 PM +0100, Silvain Dupertuis wrote: I am on Ubuntu (18.04 on my main machine) and use Frescobaldi Midi output works fine for me. I did not play with settings so far... For midi ports, I have Output reader = TiMidity port 0 Entry port = Midi Through Port-0 You

Scheme: help with "Center text below hairpin dynamics"

2021-01-27 Thread David Stephen Grant
Hi all, For "Center text below hairpin dynamics" in the LSR (http://lsr.di.unimi.it/LSR/Snippet?id=233) I'd like the text to scale with the staff size for ossia staves. Does anyone have any pointers? hairpinWithCenteredText = #(define-music-function (parser location text) (markup?) #{

Re: Scheme: help with "Center text below hairpin dynamics"

2021-01-27 Thread Thomas Morley
Am Mi., 27. Jan. 2021 um 21:32 Uhr schrieb David Stephen Grant : > > Hi all, > > For "Center text below hairpin dynamics" in the LSR > (http://lsr.di.unimi.it/LSR/Snippet?id=233) I'd like the text to scale > with the staff size for ossia staves. Does anyone have any pointers? > >

Re: Scheme: help with "Center text below hairpin dynamics"

2021-01-27 Thread David Stephen Grant
Many thanks for this! For my case the hairpin-attached text will have a different size to other text anyway, so a slight difference is perfectly fine. Best, David On Wed, 27 Jan 2021 at 22:59, Thomas Morley wrote: > > Am Mi., 27. Jan. 2021 um 21:32 Uhr schrieb David Stephen Grant > : > > > > Hi

Rhythmic staff MIDI

2021-01-27 Thread ebenezer
Hello everyone, I am attempting to use a percussion staff for a bongo part in a score. staffBongo = \drummode { boh4_\markup { \sans boh } boho8 bohm8 % -- and so on... } partBongo = \new RhythmicStaff \with { } \staffBongo doesn't output any MIDI. Note that using a DrumStaff works