Re: Enhancement request, add a new command to fill the rest of staff with blank space

2013-05-15 Thread ghe
. This is quite natural on the Internet. Perhaps I should consider creating myself a new identity with a real first name? By the way, ghe is not shorter than Ian, and can be pronounced (unlike kvz for example) ;-) Best, --ghe ___ lilypond-user mailing list

Re: Modern custodes?

2013-05-14 Thread ghe
does not depend on the particular custode style chosen, I guess that it is not necessary to modify them, and that adding another style can be done by defining or adapting a Scheme function. Best, --ghe ___ lilypond-user mailing list lilypond-user

Re:

2013-05-12 Thread ghe
cis\major d4 b) c\) d \bar |. \hfill } I see, I guess that the \once is there to prevent that the \spaceRight takes effect on all the staffs, which is indeed better. (But I don't understand why \override BarLine had to be changed.) --ghe

Re:

2013-05-12 Thread ghe
instead of downgrading, but I did not have the time to do so. --ghe ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Modern custodes?

2013-05-12 Thread ghe
styles are supported (vaticana, medicaea, hufnagel, mensural), but using any of these in a modern score would not be appropriate I think. --ghe ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Set midi volume per voice?

2013-05-11 Thread ghe
{ \Staff \remove Staff_performer } \context { \Voice \consists Staff_performer } } } I would be happy to hear about cleaner ways to achieve the same effect (for instance to set the volume of individual tracks/voices in the \midi block). Best, --ghe

[no subject]

2013-05-11 Thread ghe
, --ghe ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Set midi volume per voice?

2013-05-11 Thread ghe
Thank you, Nathan! Use midiMinimumVolume and midiMaximumVolume to set the volume ranges of each staff or voice. They don't seem to have any effect if you don't place any dynamics. This is exactly the information I was missing. \score {       \new Staff \with {      

Re:

2013-05-11 Thread ghe
Thank you, Thomas! Not sure I understood correct. Though, how about: \version 2.16.2 Alas, I use 2.14.2... spaceRight = #(define-music-function (parser location space)(number?) (let* ((amount (+ space 0.5)) (space-right `(extra-space . ,amount))) #{ %% Maybe additional

Re:

2013-05-11 Thread ghe
You didn't mention your version. ;) Yes, sorry for that, my fault. Try the following version. Though, 2.16.2 returned better Slurs/PhrasingSlurs at linebreak: \version 2.14.2 spaceRight = #(define-music-function (parser location space)(number?) (let* ((amount (+ space 0.5))

Set midi volume per voice?

2013-05-10 Thread ghe
c d } two = { d\ e f g } But is it possible to do this in the \score definition, that is, without touching the definitions of 'one' and 'two'? Thanks! --ghe ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Two questions

2013-05-02 Thread ghe
-style 'forget) does not). --ghe ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Breathes placement

2013-05-02 Thread ghe
work, and move the bar after f2, but there is a large space between f2 and the \breathe. --ghe ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Breathes placement

2013-05-02 Thread ghe
systematic way of doing this, instead of typing *1/2 ... s4 each time? --ghe ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Breathes placement

2013-05-02 Thread ghe
-rhythms#automatic-note-splitting Thank you for the pointer, but alas it is not what I want to do... --ghe ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Two questions

2013-05-01 Thread ghe
very close to what I try to do, but alas, it does not work (or perhaps I did not understand something): it simply prevents bars from being drawn altogether. So it means that when I do want to put a bar somewhere I cannot do it: a \bar | will have no visible effect. --ghe

Re: Two questions

2013-05-01 Thread ghe
be tolerable). --ghe ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Two questions

2013-05-01 Thread ghe
even adapt automatically to the staff bars :) Thank you very much! --ghe ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Two questions

2013-05-01 Thread ghe
, but thanks for mentioning it; it's one question less that I will not ask to the list! --ghe ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Two questions

2013-05-01 Thread ghe
\relative c' { \repeat unfold 32 { c4 g'8 g } \bar | \repeat unfold 32 { c4 g'8 g } \bar |. } \layout { \set Score.defaultBarType = # } You should also choose your \accidentalStyle judiciously. You mean, put #(set-accidental-style 'voice)? No. The default accidental styles

Re: Two questions

2013-05-01 Thread ghe
Not in 2.14 IIRC. You can use \displayLilyMusic on music setting the accidental style and see whether you can hand-translate this into a layout definition. This looks a bit too complicated to me at the moment; I started using LilyPond yesterday... In 2.16, you just put the

Re: Two questions

2013-05-01 Thread ghe
= empty } worked perfectly. Moreover, the positions of the bars in 2.16.0 seems to be less optimal than in 2.14.2. So I downgraded to 2.14.2 again. --ghe ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Breathes placement

2013-05-01 Thread ghe
: is there a way to force LilyPond to put breathe symbols always after the previous note, i.e. as close as possible to that note? Thank you in advance! --ghe ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Note between bars

2013-04-30 Thread ghe
with the wicked. Any ideas? Thanks in advance, --ghe ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Note between bars

2013-04-30 Thread ghe
g...@sdf.org wrote: I looked carefully in the Lilypond manuals, but did not find a way to put a note (usually a full or a half note) between two bars, like this : |o|, or between two double bars, like this : ||o||. This notation is for example often used in psalmody, to mean that the same

Two questions

2013-04-30 Thread ghe
failed at: message. Is it possible to circumvent the problem, or to disable these warnings? Thanks in advance, --ghe ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Two questions

2013-04-30 Thread ghe
that this error message does not occur anymore with \cadenzaOn. --ghe ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user