Re: adding 'HarmonicEvent?

2010-09-21 Thread Marc Hohl
David Kastrup schrieb: Marc Hohl m...@hohlart.de writes: Hello all, I try to write a function that changes its argument to harmonics, so \makeHarmonic c4 should have the same effect as c\harmonic4 I read Notation Reference 6.3.4, but the 'HarmonicEvent is deep inside the 'elements list,

Re: adding 'HarmonicEvent?

2010-09-21 Thread Marc Hohl
Éditions IN NOMINE schrieb: Naerly the same, that works perfectly (welle I'm quite enthousiastic beacause it's my first scheme function !) : makeHarmonic = #(define-music-function (parser location note)(ly:music?) force noteHead to harmonic (let ((result-note (ly:music-deep-copy note)))

something like scorch for lilypond?

2010-09-21 Thread Stefan Thomas
Dear community, can be done something similar to scorch-plugin by sibelius with lilypond? Perhaps in combination with lilypond-book and the beamer-class of latex? ___ lilypond-user mailing list lilypond-user@gnu.org

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 http://lilypond.org/doc/v2.13/Documentation/notation/common-notation-for-unfretted-strings#harmonics ? Before I dive into Scheme, tell if I am on the right side ! Best

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 http://lilypond.org/doc/v2.13/Documentation/notation/common-notation-for-unfretted-strings#harmonics ? 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

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=shprod=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 kontrapunktste...@googlemail.com [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

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 odd

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. Cheers,

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

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

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), no.

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

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

Re: Instrument Names for Staff Groups?

2010-09-21 Thread Xavier Scheuer
2010/9/21 Orm Finnendahl o.finnend...@inm.mh-freiburg.de: 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

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 printed

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

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

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 .ly

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: c\34 This basically has the same effect but a string number

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 m...@mouries.net wrote: I used to code in Lisp but i could find by reading and googling in the doc the functions you

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 reason

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

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 reading

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

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

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 m...@mouries.net 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

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

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 aliteralmind-lilyp...@yahoo.com 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

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

Re: separating music and guitar instructions

2010-09-21 Thread David Kastrup
Patrick Schmidt p.l.schm...@gmx.de writes: Am 20.09.2010 um 20:29 schrieb Vicente Solsona: On Mon, 20 Sep 2010 18:27:37 +0200, Vicente Solsona vice...@lavabit.com wrote: To sumarise: String numbers, harmonics and right hand fingerings *must* be defined inside a chord construct even if