Re: substitution for numerator

2011-09-19 Thread Jan-Peter Voigt
Hello Stefan, you probably have to code the scaled note in scheme: --snip-- numerator = #(define-music-function (parser location x) (integer?) (make-music 'EventChord 'elements (list (make-music 'NoteEvent 'duration (ly:make-duration 0 0 3 x) 'pitch (ly:make-pitch

svg output

2011-09-19 Thread Peter O'Doherty
Hi, When I run this on terminal lilypond -dbackend=svg finalscore.ly instead of each page of the score as seperate svg files I get one, empty, file named finalscore.svg. Any idea where it might be going wrong? (There is no error message.) Thanks, Peter

Re: building faillure

2011-09-19 Thread Phil Holmes
-- Phil Holmes - Original Message - From: Bernardo Barros bernardobarr...@gmail.com To: lilypond-user lilypond-user@gnu.org Sent: Monday, September 19, 2011 6:33 AM Subject: Re: building faillure The error happens here: -g -pipe -fexceptions -fstack-protector

Re: building faillure

2011-09-19 Thread Bernardo Barros
Yes, the same... I also tried to manually do python ./stepmake/bin/make-version.py ./lily/../VERSION version.hh But no luck either...Any ideas? rm -f ./out/relocate.dep; DEPENDENCIES_OUTPUT=./out/relocate.dep ./out/relocate.o g++ -c -Woverloaded-virtual -I/usr/include/python2.7

Re: building faillure

2011-09-19 Thread Phil Holmes
- Original Message - From: Bernardo Barros bernardobarr...@gmail.com To: Phil Holmes m...@philholmes.net Cc: lilypond-user lilypond-user@gnu.org Sent: Monday, September 19, 2011 5:12 PM Subject: Re: building faillure Yes, the same... I also tried to manually do python

Re: building faillure

2011-09-19 Thread Bernardo Barros
With this system and installation (Fedora 15) it is the first time I try. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: building faillure

2011-09-19 Thread Phil Holmes
- Original Message - From: Bernardo Barros bernardobarr...@gmail.com To: Phil Holmes m...@philholmes.net Cc: lilypond-user lilypond-user@gnu.org Sent: Monday, September 19, 2011 5:31 PM Subject: Re: building faillure With this system and installation (Fedora 15) it is the first time I

Re:substitution for numerator

2011-09-19 Thread Stefan Thomas
Dear Jan-Peter, I would like to create a music function which allows You to build a slur lasting some eigth-triplet and some sixtheenth-quintuplet notes. I dream of something like: music = \relative c' { \times 2/3 {c8 d e } \times 4/5 {c16 a g f e } } slurs = { \tripletquintupletslur #2 #5 %

How to reset a SystemStartBracket-override?

2011-09-19 Thread harm6
Hi, in the (simplified) example below I can't revert the \override of the SystemStartBracket, although I set \once and tried with \revert. I want the \override to be printed only at the first time occuring in the score. What am I missing? Regards, Harm \version 2.14.2 one = \relative c' {

Re: How to reset a SystemStartBracket-override?

2011-09-19 Thread harm6
harm6 wrote: Hi, in the (simplified) example below I can't revert the \override of the SystemStartBracket, although I set \once and tried with \revert. I want the \override to be printed only at the first time occuring in the score. What am I missing? Regards, Harm Ooops,

Re: How to reset a SystemStartBracket-override?

2011-09-19 Thread David Nalesnik
On Mon, Sep 19, 2011 at 6:06 PM, harm6 thomasmorle...@googlemail.comwrote: harm6 wrote: Hi, in the (simplified) example below I can't revert the \override of the SystemStartBracket, although I set \once and tried with \revert. I want the \override to be printed only at the first

Re: How to reset a SystemStartBracket-override?

2011-09-19 Thread David Nalesnik
On Mon, Sep 19, 2011 at 7:15 PM, David Nalesnik david.nales...@gmail.comwrote: \version 2.14.2 #(define (my-callback grob) (let* ((orig (ly:grob-original grob)) (siblings (if (ly:grob? orig) (ly:spanner-broken-into orig) '(

Re: How to reset a SystemStartBracket-override?

2011-09-19 Thread David Nalesnik
On Mon, Sep 19, 2011 at 7:23 PM, David Nalesnik david.nales...@gmail.comwrote: On Mon, Sep 19, 2011 at 7:15 PM, David Nalesnik david.nales...@gmail.comwrote: \version 2.14.2 #(define (my-callback grob) (let* ((orig (ly:grob-original grob)) (siblings (if (ly:grob? orig)