Re: adding 'HarmonicEvent?

2010-09-21 Thread Éditions IN NOMINE
Hi. I think I see what you want to achieve : you want to write in Scheme the function \harmonicsOn \harmonicsOff shown here ? Before I dive into Scheme, tell if I am on the right side ! Bes

Re: adding 'HarmonicEvent?

2010-09-21 Thread Marc Hohl
Éditions IN NOMINE schrieb: Hi. I think I see what you want to achieve : you want to write in Scheme the function \harmonicsOn \harmonicsOff shown here ? Hello, no, I need a "real" harmonic

Re: something like scorch for lilypond?

2010-09-21 Thread Henning Hraban Ramm
Am 2010-09-21 um 08:50 schrieb Stefan Thomas: can be done something similar to scorch-plugin by sibelius with lilypond? Perhaps in combination with lilypond-book and the beamer- class of latex? You expect us to know Sibelius, Scorch and LaTeX-beamer all at once? Please tell us what you want

Re: something like scorch for lilypond?

2010-09-21 Thread Stefan Thomas
Dear Henning, Scorch is a plugin, that allows You to read the music while You can listen to the midi-file at the same time. You can also transpose whole pieces, and You don't have to install sibelius for it. You can have a look at: http://www.sibelius.com/cgi-bin/download/get.pl?com=sh&prod=scorch

printing bar numbers on every odd measure

2010-09-21 Thread Lia Zito
Hello, I'm trying to get bar numbers to print on every odd measure: 1,3,5 etc. The \set Score.barNumberVisibility = #(first-and-every-nth-bar-number-visible 2) command puts out even numbered bar numbers every time. I even used the directions on how to print the 1st and every nth bar number (

Re: something like scorch for lilypond?

2010-09-21 Thread David Rogers
* Stefan Thomas [2010-09-21 20:15]: Dear Henning, Scorch is a plugin, that allows You to read the music while You can listen to the midi-file at the same time. You can also transpose whole pieces, and You don't have to install sibelius for it. Well, Lilypond has a transpose command to transp

Lyrics scope problem

2010-09-21 Thread Michael Färber
Hi all, I've recently experimented with the organisation of my Lilypond file, and I've encountered something strange while doing that. Consider the following code extract: \score{ \new Voice = "melodyVoice" \melodyNotes \new Lyrics \lyricsto melodyVoice \lyrics % I had to remove the double

Instrument Names for Staff Groups?

2010-09-21 Thread Orm Finnendahl
Hello, I'm trying to typeset a piece for 4 Percussionists. Each of them will use 4 \Staffs combined into a \StaffGroup: 2 percussion staffs and a combined bass/treble \PianoStaff for Mallets. I would like to have the name "Percussion 1" printed in front of the whole group, vertically centered and

Re: printing bar numbers on every odd measure

2010-09-21 Thread -Eluze
there is also this (quite hidden & undocumented, but working!): \override Score.BarNumber #'break-visibility = #end-of-line-invisible \set Score.barNumberVisibility = #(modulo-bar-number-visible 2 1 ) cheers! Lia Zito wrote: > > Hello, > > I'm trying to get bar numbers to print on every

Re: printing bar numbers on every odd measure

2010-09-21 Thread Graham Percival
On Tue, Sep 21, 2010 at 01:31:00PM -0700, -Eluze wrote: > > there is also this (quite hidden & undocumented, but working!): > > \override Score.BarNumber #'break-visibility = #end-of-line-invisible > \set Score.barNumberVisibility = #(modulo-bar-number-visible 2 1 ) Please add it to LSR. Ch

Re: printing bar numbers on every odd measure

2010-09-21 Thread Lia Zito
Wow! It works! Thank you so much! I had to put it with the music ( \relative c'' { \set Score. etc) , not in my \layout \context { \Score \set barNumberVisibility etc. block, for some reason, but I don't care - it works. :-D Lia On Sep 21, 2010, at 12:31 PM, -Eluze wrote: > > there is al

safe mode

2010-09-21 Thread Julien Rioux
Dear list, One can run lilypond with the --safe switch (or, in recent versions, -dsafe) to avoid a security risk when compiling .ly files. Is there an equivalent switch for lilypond-book? I'll post below a simple example. Thanks, Julien --- $ cat docu.lytex \document

Re: Lyrics scope problem

2010-09-21 Thread Michael Färber
I found the solution to my problem - everything inside the "\new Staff" statement has to be covered with << and >>. I declare my problem solved. ;) ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: safe mode

2010-09-21 Thread Graham Percival
On Tue, Sep 21, 2010 at 04:49:08PM -0400, Julien Rioux wrote: > One can run lilypond with the --safe switch (or, in recent versions, > -dsafe) to avoid a security risk when compiling .ly files. Is there > an equivalent switch for lilypond-book? Other than using --process (which you did already), n

Re: safe mode

2010-09-21 Thread Julien Rioux
On 21/09/2010 5:36 PM, Graham Percival wrote: On Tue, Sep 21, 2010 at 04:49:08PM -0400, Julien Rioux wrote: One can run lilypond with the --safe switch (or, in recent versions, -dsafe) to avoid a security risk when compiling .ly files. Is there an equivalent switch for lilypond-book? Other tha

Re: something like scorch for lilypond?

2010-09-21 Thread Henning Hraban Ramm
Am 2010-09-21 um 20:15 schrieb Stefan Thomas: Dear Henning, Scorch is a plugin, ... I could have found out of course with a short web search. I just wanted to point out that the OP should ask questions in a way that a helpful reader doesn't need to do a web search to understand the que

Re: Instrument Names for Staff Groups?

2010-09-21 Thread Xavier Scheuer
2010/9/21 Orm Finnendahl : > > Hello, > >  I'm trying to typeset a piece for 4 Percussionists. Each of them will > use 4 \Staffs combined into a \StaffGroup: 2 percussion staffs and a > combined bass/treble \PianoStaff for Mallets. I would like to have the > name "Percussion 1" printed in front of

Re: Instrument Names for Staff Groups?

2010-09-21 Thread Trevor Daniels
Orm Finnendahl wrote Tuesday, September 21, 2010 8:56 PM I'm trying to typeset a piece for 4 Percussionists. Each of them will use 4 \Staffs combined into a \StaffGroup: 2 percussion staffs and a combined bass/treble \PianoStaff for Mallets. I would like to have the name "Percussion 1" printe

Re: Instrument Names for Staff Groups?

2010-09-21 Thread -Eluze
by default, the Instrument_name_engraver does not seem to be part of the StaffGroup - so you have to add it yourself: \layout { \context { \StaffGroup \consists Instrument_name_engraver } } hth Orm Finnendahl-3 wrote: > > Hello, > > I'm trying to typeset a piece for 4 Percussi

Re: Instrument Names for Staff Groups?

2010-09-21 Thread Orm Finnendahl
Hi Trevor, thanks a lot, worked right away! -- Orm Am Tuesday, den 21. September 2010 um 23:02:02 Uhr (+0100) schrieb Trevor Daniels: > You need to add the Instrument_name_engraver to > StaffGroup, and also set shortInstrumentName. > > See > http://lilypond.org/doc/v2.13/Documentation/notati

Re: safe mode

2010-09-21 Thread Graham Percival
On Tue, Sep 21, 2010 at 05:39:30PM -0400, Julien Rioux wrote: > On 21/09/2010 5:36 PM, Graham Percival wrote: > >On Tue, Sep 21, 2010 at 04:49:08PM -0400, Julien Rioux wrote: > >>One can run lilypond with the --safe switch (or, in recent versions, > >>-dsafe) to avoid a security risk when compiling

Re: separating music and guitar instructions

2010-09-21 Thread Vicente Solsona
this doesn't work c4\3 It does! This avoids a string number indication in standard notation and leads to a correct fret number in tablature. See Default tablatures in the Notation Reference. and this does: 4 This basically has the same effect but a string number indication

Re: Function to add a "-" before finger number

2010-09-21 Thread Antheo
Is there a way that the finger number and the dash could be positioned either above (default) or below the staff? n.puttock wrote: > > On 10 August 2010 01:40, Antheo wrote: > >> I used to code in Lisp but i could find by reading and googling in the >> doc >> the functions you used. >> Is

Re: Instrument Names for Staff Groups?

2010-09-21 Thread Reinhold Kainhofer
Am Mittwoch, 22. September 2010, um 00:21:11 schrieb -Eluze: > by default, the Instrument_name_engraver does not seem to be part of the > StaffGroup - so you have to add it yourself: > > \layout { > \context { > \StaffGroup > \consists Instrument_name_engraver > } } I don't really see a

Re: safe mode

2010-09-21 Thread Julien Rioux
On 21/09/2010 5:36 PM, Graham Percival wrote: I think this is a sufficiently esoteric request Well, seeing that such a feature has made it into lilypond, there is some use-case for it. Is the maintainer of lilypond-book reading this list, and/or is there some other channel by which I can comm

Re: safe mode

2010-09-21 Thread Graham Percival
On Tue, Sep 21, 2010 at 07:35:56PM -0400, Julien Rioux wrote: > On 21/09/2010 5:36 PM, Graham Percival wrote: > >I think > >this is a sufficiently esoteric request > > Well, seeing that such a feature has made it into lilypond, there is > some use-case for it. Is the maintainer of lilypond-book re

How to get a property override into a scheme markup function?

2010-09-21 Thread Jeff Epstein
(FYI: I am a programmer, non-GUI Java, but am new to scheme.) In section 6.4.3 in the pdf Notation Reference manual (v 2.12.3), there's a markup function written in scheme. In that fashion, I've successfully created my first scheme function: #(define-markup-command (mBox layout props s_boxTex

Re: How to get a property override into a scheme markup function?

2010-09-21 Thread Jeff Epstein
I should say that I only want the box-padding setting to be overridden for this one markup-call to \box. Perhaps I should be using \once or \tweak or something related...but I don't think it changes the basic question. ___ lilypond-user mailing list lil

Re: Function to add a "-" before finger number

2010-09-21 Thread Kaz Kylheku
On Tue, 21 Sep 2010 16:09:38 -0700 (PDT), Antheo wrote: > Is there a way that the finger number and the dash could be positioned > either above (default) or below the staff? I use something like^\markup{\finger "-1"} for sliding fingerings. Replace ^ with _ to go below rather than above.

Jedit with lilypond tools

2010-09-21 Thread MING TSANG
I use jedit with lilypond tool. I also use lilypond 2.13.33 The console has the following message. However, I cannot locate the .pdf file. I do a search on c:\ drive and cannot find the file. I see the midi file. One additional question: on v2.12 after running lilypond, I can see three files

Re: How to get a property override into a scheme markup function?

2010-09-21 Thread Carl Sorensen
On 9/21/10 7:28 PM, "Jeff Epstein" wrote: > > I'm not sure what I'm missing here. Is there a translation between an ly > property and scheme? "box-padding" does exist in the Internal Reference > manual, > and I've not yet found anything in the other manuals, nor in this forum > (searching for

Suppressing chords in MIDI output

2010-09-21 Thread Christopher Meredith
I use chordmode to print the chords above the piano music, but when rendering the MIDI file, I would prefer the chords to not be played. Is there a way to have only the voices (and not the chords) output to MIDI? ___ lilypond-user mailing list lilypond-u

Re: separating music and guitar instructions

2010-09-21 Thread David Kastrup
Patrick Schmidt writes: > Am 20.09.2010 um 20:29 schrieb Vicente Solsona: > >>> On Mon, 20 Sep 2010 18:27:37 +0200, "Vicente Solsona" >>> wrote: To sumarise: String numbers, harmonics and right hand fingerings *must* be defined inside a chord construct even if there is o

Re: Suppressing chords in MIDI output

2010-09-21 Thread Peter Chubb
> "Christopher" == Christopher Meredith writes: Christopher> I use chordmode to print the chords above the piano Christopher> music, but when rendering the MIDI file, I would prefer Christopher> the chords to not be played. Is there a way to have only Christopher> the voices (and not the cho