Re: Suppressing a voice in the midi output

2023-09-27 Thread Sandro Santilli
Karsten, a new answer to your question arrived 5 years later, thanks to Stephen. I thought it would be useful to share back in the mailing list :) Ref: https://lists.gnu.org/archive/html/lilypond-user/2019-12/msg00276.html On Sun, Sep 24, 2023 at 03:16:59PM -0700, Stephen Riddle wrote: > Hi

Re: Remote Ensemble Playing

2020-03-30 Thread Sandro Santilli
On Sat, Mar 28, 2020 at 11:00:56AM -, Peter Gentry wrote: > I appreciate this is off topic but in these times of social isolation does > anyone have any tips. Clearly latency is the main issue - I wonder could > this be reduced by say hosting a Zoom meeting on a private router - maybe > only

Re: printing a tiny pianostaff at the beginning of a score

2020-02-18 Thread Sandro Santilli
On Tue, Feb 18, 2020 at 03:51:39PM +0100, Robin Bannister wrote: > Here is an example (Mo' better Blues) using top-level markup. Thanks, the \scale hint was very useful. Doing it before the \score block isn't convenient as I'd have to repeat the insertion in every book. Using markup in header

Re: printing a tiny pianostaff at the beginning of a score

2020-02-18 Thread Sandro Santilli
On Tue, Feb 18, 2020 at 02:55:44PM +0100, David Kastrup wrote: > \new Staff \with { \override StaffSymbol.line-count = #1 > \omit Clef > \omit KeySignature > \omit TimeSignature > \omit LedgerLineSpanner > \omit

Re: printing a tiny pianostaff at the beginning of a score

2020-02-18 Thread Sandro Santilli
On Tue, Feb 18, 2020 at 12:46:46PM +0100, Lukas-Fabian Moser wrote: > Hi Sandro, > > > I'd like to leave some indications (rythmic, mostly) > > for bass and guitar at the start of a piece. Right now > > I'm doing this with a pencil, but I'm wondering how > > to do it with lilypond. It could be a

printing a tiny pianostaff at the beginning of a score

2020-02-18 Thread Sandro Santilli
I'd like to leave some indications (rythmic, mostly) for bass and guitar at the start of a piece. Right now I'm doing this with a pencil, but I'm wondering how to do it with lilypond. It could be a smaller PianoStaff, on a line by itself. How could this be done ? Thanks in advance --strk;

Re: hiding chord symbols while keeping them in midi

2020-02-05 Thread Sandro Santilli
On Wed, Feb 05, 2020 at 10:02:15AM -0500, Kieren MacMillan wrote: > Hi Sandro, > > > When a chord is repeated in next measure I'd like it NOT to be printed > > but still be played in midi. What options do I have to do this ? > > Have you read >

hiding chord symbols while keeping them in midi

2020-02-05 Thread Sandro Santilli
When a chord is repeated in next measure I'd like it NOT to be printed but still be played in midi. What options do I have to do this ? --strk;

Re: Specifying \language for a single book

2020-01-21 Thread Sandro Santilli
On Mon, Jan 20, 2020 at 01:45:41PM -0800, Aaron Hill wrote: > \layout is your friend: Thanks! Great stAff! :) > \book { > \bookOutputSuffix "G" > \score { > \transpose c b, > \leadSheet > } > } > > \book { > \bookOutputSuffix "F-ita" > \score { > \transpose c a, >

Re: Specifying \language for a single book

2020-01-20 Thread Sandro Santilli
On Sat, Jan 18, 2020 at 11:33:15AM -0700, Klaus Blum wrote: > << > \new ChordNames \chordmode { c1 a:m f g } > \new ChordNames \chordmode { \italianChords c1 a:m f g } > \new Staff { \clef bass c1 a f g } > >> > > Does that help? Yes, but I would ideally use an \override so to keep the

Specifying \language for a single book

2020-01-18 Thread Sandro Santilli
One musician I play with prefers reading DO RE MI FA as chord symbols, but the rest of use still want C D E F... Is it possible, and how, to specify \language only for a specific /book section ? --strk;

Re: Suppressing a voice in the midi output

2019-12-20 Thread Sandro Santilli
On Fri, Dec 20, 2019 at 10:41:26AM +0100, Sandro Santilli wrote: > On Sun, Dec 15, 2019 at 12:56:22PM +0100, Karsten Reincke wrote: > > Dear friends; > > > > In the LilyPOnd tutorial I found the explanation how to assign each a voice > > a > > separate midi ch

Re: Suppressing a voice in the midi output

2019-12-20 Thread Sandro Santilli
On Sun, Dec 15, 2019 at 12:56:22PM +0100, Karsten Reincke wrote: > Dear friends; > > In the LilyPOnd tutorial I found the explanation how to assign each a voice a > separate midi channel = instrument > > http://lilypond.org/doc/v2.18/Documentation/notation/creating-midi-files > >

Re: programming error: note column without heads and stem

2019-12-02 Thread Sandro Santilli
On Sat, Nov 30, 2019 at 05:25:28PM +0100, Thomas Morley wrote: > Am Fr., 29. Nov. 2019 um 12:11 Uhr schrieb Sandro Santilli : > > > > When using \partcombine I'm getting 3 of these errors: > > > > programming error: note column without heads and stem >

programming error: note column without heads and stem

2019-11-29 Thread Sandro Santilli
quot;../lilylib/swing.scm") \include "../lilylib/range.ly" \include "../lilylib/parenthesis.ly" \header { title = "Sidewinder" %year = "1935" %poet = "DuBose Hayward" composer = "Lee Morgan" %arranger = "ar

Re: drawing a range reguardless of transposition

2019-11-29 Thread Sandro Santilli
On Fri, Nov 29, 2019 at 10:28:04AM +0100, Sandro Santilli wrote: > Uhm, I might be still not getting the 2.18.2 compatibility, as this > is what I get: > > warning: type check for `color' failed; value `# Music((origin . #) (void . #t))((name . Music) > (types general-m

Re: drawing a range reguardless of transposition

2019-11-29 Thread Sandro Santilli
On Thu, Nov 28, 2019 at 10:40:17AM -0800, Aaron Hill wrote: > On 2019-11-28 9:27 am, Sandro Santilli wrote: > > On Mon, Nov 25, 2019 at 04:40:12AM -0800, Aaron Hill wrote: > > > On 2019-11-25 2:26 am, Sandro Santilli wrote: > > > > I'm trying, for b

Re: drawing a range reguardless of transposition

2019-11-28 Thread Sandro Santilli
On Mon, Nov 25, 2019 at 04:40:12AM -0800, Aaron Hill wrote: > On 2019-11-25 2:26 am, Sandro Santilli wrote: > > I'm trying, for backward compatibility, to keep that > > highlightOutOfRange function, is that possible ? > > What compatibility are you needing? As I've

Re: drawing a range reguardless of transposition

2019-11-24 Thread Sandro Santilli
On Fri, Nov 15, 2019 at 12:42:46PM +0100, Sandro Santilli wrote: > On Fri, Nov 15, 2019 at 12:20:51PM +0100, Michael Käppler wrote: > > > > melodyRange = \override NoteHead.color = \highlightOutOfRange e' b' > > And this is great to build that library, thanks ! I'm buildin

\repeat percent not working for chordmode ?

2019-11-20 Thread Sandro Santilli
I'd like to use percent signs for chord repeats but in a \chordmode block the repeats seem to end up being just not rendered (nothing printed for the repetition measures). Is there a way to get those percent signs ? --strk;

repeat in alternative

2019-11-15 Thread Sandro Santilli
Is there a way to obtain what I'm finding in this paper sheet ? http://strk.kbt.io/tmp/repeat-in-alternative.png It's basically a repating section starting within an alternative section... --strk;

Re: drawing a range reguardless of transposition

2019-11-15 Thread Sandro Santilli
On Fri, Nov 15, 2019 at 12:20:51PM +0100, Michael Käppler wrote: > Why not put it in the underlying "input" then? > > melody = { >     \override NoteHead.color = \highlightOutOfRange e' b' >    \relative c' {  c4 d e f } > } Yep, that works > You could even define a shortcut for this: > >

Re: drawing a range reguardless of transposition

2019-11-15 Thread Sandro Santilli
On Fri, Nov 15, 2019 at 12:09:27PM +0100, Sandro Santilli wrote: > > The thing is I'm writing multiple scores with the same parts > replicated (some with all 3 voices, some with just 2 voices) > so I'd like to avoid the duplication of ranges. A range is > specific to an instrum

Re: drawing a range reguardless of transposition

2019-11-15 Thread Sandro Santilli
On Fri, Nov 15, 2019 at 12:00:09PM +0100, Michael Käppler wrote: > \score { >   << >     \new Staff \with { >   instrumentName = #"Voice" > >     } { >   \new Voice = "vocal" \with { >     \override NoteHead.color = \highlightOutOfRange e' b' >   } { \notes } > >     } > >    

Re: drawing a range reguardless of transposition

2019-11-15 Thread Sandro Santilli
On Fri, Nov 15, 2019 at 10:45:45AM +0100, Michael Käppler wrote: > While I would strongly suggest that you update to the latest development > version, which can regarded > as very stable, this would work with 2.18.2: Thanks, this works! Can I specify a different override for different voices by

Re: drawing a range reguardless of transposition

2019-11-15 Thread Sandro Santilli
On Thu, Nov 14, 2019 at 06:02:40PM +0100, k...@aspodata.se wrote: > Sandro: > > In order to determine if I'm writing something that can > > be played by an instrument, is there a way to display > > on the score the supported range by that instrument ? > > > > I'd like to have something that

Re: drawing a range reguardless of transposition

2019-11-15 Thread Sandro Santilli
On Thu, Nov 14, 2019 at 09:09:16AM -0800, Aaron Hill wrote: > \layout { > \context { \Voice > \override NoteHead.color = \highlightOutOfRange c' c'' > } > } I like the highlighting idea! Is it compatible at all with 2.18.2 ? It seems not to be: http://lilybin.com/166vv7/1

drawing a range reguardless of transposition

2019-11-14 Thread Sandro Santilli
In order to determine if I'm writing something that can be played by an instrument, is there a way to display on the score the supported range by that instrument ? I'd like to have something that doesn't change when I transpose, so to know if transpositions are possible at all... --strk; ()

Re: m7.5- transposed to sus#4 b3 ??

2019-11-12 Thread Sandro Santilli
On Mon, Nov 11, 2019 at 10:08:07PM +0100, Thomas Morley wrote: > Am Mo., 11. Nov. 2019 um 21:38 Uhr schrieb Sandro Santilli : > > > > I transcribed an A major song with this chords snippet: > > > > ees:m7.5- | aes:7 | aes:m7.5- | des:7 | > > > > When tr

m7.5- transposed to sus#4 b3 ??

2019-11-11 Thread Sandro Santilli
I transcribed an A major song with this chords snippet: ees:m7.5- | aes:7 | aes:m7.5- | des:7 | When transposing it to Eb major it is rendered as: Bbbø | Ebb7 | Ebb7sus#4 b3 | Abb7 I don't understand why the third chord (m7.5-) gets rendered as a "7sus#4 b3" chord, very hard to read ...

Re: midi instrument for ChordNames

2019-10-22 Thread Sandro Santilli
On Mon, Oct 21, 2019 at 12:15:47PM +0200, Thomas Morley wrote: > please always provide a MWE, with the lily-version in it. What's MWE ? > Anyway, I assume you're at 2.18.2 (it would have worked out of the box > with 2.19.83) Yes, it's 2.18.2 > For _Staff_ you do _Staff_.midiInstrument. > Why

midi instrument for ChordNames

2019-10-21 Thread Sandro Santilli
I can't get anything but a piano rendering of ChordNames staff, can other instruments be used ? If so, how ? This is my sheet snippet: << \new ChordNames { \set midiInstrument = "flute" % does not work here \harmony } \new Staff { \set Staff.midiInstrument =

Re: Template management for LilyPond

2019-04-25 Thread Sandro Santilli
On Wed, Apr 24, 2019 at 05:32:43PM -0400, markjulie.com wrote: > I am a new user to LilyPond 2.18.2 and Frescobaldi 2.20.0 having previously > used Finale on MacOS. I would like to save some of the templates from the > LilyPond documentation. I would like them to be available in the cloud >

Re: Turn lead sheet into a blank staff

2019-04-24 Thread Sandro Santilli
On Wed, Apr 24, 2019 at 11:45:11AM +1000, pe...@chubb.wattle.id.au wrote: > > > Sandro> I'm producing lead sheets with lyrics, melody and chords > Sandro> and would like to extract from them som blank sheets with > Sandro> just lyrics and chords so that players can take their notes > Sandro>

Re: Open glissando

2019-04-10 Thread Sandro Santilli
On Wed, Apr 10, 2019 at 10:47:14PM +0200, Thomas Morley wrote: > Part of the problem is Glissando needs NoteHeads at start/end to go > from one pitch to another. > Thus a glissando is not possible from a note-event (or rest) to a rest. > > This is quite reasonable at first thought, though I

Re: Open glissando

2019-04-10 Thread Sandro Santilli
On Wed, Apr 10, 2019 at 06:19:59AM -0700, Aaron Hill wrote: > Here's my take using scaled durations and some additional tweaks: > > > \version "2.19.82" > \paper { ragged-right = ##t } > \fixed c' { > \time 3/4 > | c'4 c' > c'4*1/2-\tweak style #'zigzag \glissando > \single

Re: Open glissando

2019-04-10 Thread Sandro Santilli
On Wed, Apr 10, 2019 at 07:42:33AM -0500, Stanton Sanderson wrote: > > > > On Apr 10, 2019, at 6:52 AM, Sandro Santilli wrote: > > > > \once \override Glissando #'style = #'zigzag > >e4 > >\glissando > >r4 r2 > > o

Re: Open glissando

2019-04-10 Thread Sandro Santilli
On Wed, Apr 10, 2019 at 10:18:43PM +1000, Andrew Bernard wrote: > Hi Sandro, > > LSR 184. Hi Andrew, that snippet only works if the bar is not followed by a break, otherwise I get: warning: forced break was overridden by some other event, should you be using bar checks? And the break does

Open glissando

2019-04-10 Thread Sandro Santilli
I'm trying to emulate the output in the attached image, but failing to do so. It is basically a glissando to an unspecified note (hidden?) during an otherwise rest period of time. What I tried: \once \override Glissando #'style = #'zigzag e4 \glissando r4 r2 But the glissando

Re: Turn lead sheet into a blank staff

2019-04-04 Thread Sandro Santilli
On Wed, Apr 03, 2019 at 11:06:37PM +0200, Lukas-Fabian Moser wrote: > The corresponding objects are Script and AccidentalCautionary. Thanks! > But your syntax is quite old (really ancient!) - which Lilypond version are > you using? GNU LilyPond 2.18.2, but my files are tagged with \version

Turn lead sheet into a blank staff

2019-04-03 Thread Sandro Santilli
I'm producing lead sheets with lyrics, melody and chords and would like to extract from them som blank sheets with just lyrics and chords so that players can take their notes onto (for solos or arrangements). My first attempt has been with using \hideNotes but that one still keeps some elements

Re: lilypond.org Productions page

2018-12-05 Thread Sandro Santilli
On Mon, Dec 03, 2018 at 11:12:31AM +0100, Henning Hraban Ramm wrote: > Am 2018-12-03 um 09:22 schrieb Urs Liska : > > > I think we should rather try to do a general collection among users (but > > this should reach more channels than just this list) to get a number of new > > entries for the

Re: Not Nice Review of the LilyPond

2018-12-02 Thread Sandro Santilli
On Sun, Dec 02, 2018 at 04:53:58PM +0100, Thomas Morley wrote: > > The proposed _ly-syntax_ is > \parenthesize > \parenthesize #'left > \parenthesize #'right > No parens. To be honest I still find that syntax hard to understand. Replace the 3 with A B and C, how would the above code render

Re: Not Nice Review of the LilyPond

2018-12-02 Thread Sandro Santilli
On Sun, Dec 02, 2018 at 03:26:44PM +0100, Thomas Morley wrote: > Am So., 2. Dez. 2018 um 14:01 Uhr schrieb Sandro Santilli : > > > > Very obscure way to put chords > > in parenthesis (I asked yesterday). > > I beg to differ. Really ? And right after this statement

Re: Not Nice Review of the LilyPond

2018-12-02 Thread Sandro Santilli
On Sun, Dec 02, 2018 at 11:01:36AM +, J Martin Rushton wrote: > "LilyPond source files appear to be written in a custom programming > language whose grammar is never discussed." > - I'm afraid this one is bang on target. Hey, I have the exact same feeling. Very obscure way to put chords in

parenthesized chord symbols

2018-12-01 Thread Sandro Santilli
How do I put chord symbols in parenthesis, across two measures ? Like in (fixed-width fonts needed): Em7 ( D7 A A7 ) || || --strk; ___ lilypond-user mailing list lilypond-user@gnu.org

Setting staff size for a single book

2018-01-30 Thread Sandro Santilli
According to the manual [1] you can use #(set-global-staff-size 14) in a book block, but when I try (using lilypond 2.18.2) the output does not change. Example: \version "2.18.2" \book { #(set-global-staff-size 48) \header { instrument = "Bass" } \score { \new Staff {

Re: aligning lyrics to hidden notes

2018-01-29 Thread Sandro Santilli
On Mon, Jan 29, 2018 at 09:51:59AM -0700, Torsten Hämmerle wrote: > In 2.18.2, you can set \override Rest.staff-position = #0 to force the rests > back, or use a development version. Thanks, the override works ! --strk; ___ lilypond-user mailing list

Re: aligning lyrics to hidden notes

2018-01-29 Thread Sandro Santilli
On Mon, Jan 29, 2018 at 03:31:42PM -, Phil Holmes wrote: > 1. Are you really using LilyPond 2.10.33? If so it's staggeringly out of > date and you should upgrade to the latest stable or development version. Uhm, it looks like no, I'm using GNU LilyPond 2.18.2 You mean that the \version

aligning lyrics to hidden notes

2018-01-29 Thread Sandro Santilli
I've been trying for some time now to align lyrics to an hidden melody but when I try that all the rests end up attached to the bottom line of the pentagram, which looks like a bug in lilypond itself, can anyone see if that's the case (a bug) or I'm doing something wrong ? Here's the .ly file: