Re: Transposition

2018-01-10 Thread Tom van der Hoeven
Kieren and Noeck, Thanks for the answers. I worked already with the function \transpose and that works excellent. My question concerned the use of the tag \transposition. I wondered why it was used for two specific cases and not for the general case. Given both answers it seems that I haven't

Transposition

2018-01-09 Thread Tom van der Hoeven
I have a piece of music written in different transpositions. I want to transform it to a piece in one transposition. I have found \transposition to indicate the transposition of the subsequent notes. trap = \relative c'{ a \transposition f'  c e g f bes \transposition bes' c e} It is used

Transposition

2018-01-06 Thread Tom van der Hoeven
I have a piece of music written in different transpositions. I want to transform it to a piece in one transposition. I have found \transposition to indicate the transposition of the subsequent notes. trap = \relative c'{ a \transposition f'  c e g f bes \transposition bes' c e} It is used

Re: Label placed at end of \book not recognised in \paper

2014-01-21 Thread Tom van der Hoeven
{} } --- Eluze schreef op 21-1-2014 0:05: Tom van der Hoeven wrote it worked, and as a bonus it gave me an extra blanco page. I don't get a special page - example?! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Label-placed-at-end-of-book-not-recognised-in-paper

Label placed at end of \book not recognised in \paper

2014-01-20 Thread Tom van der Hoeven
Hi all, If a label placed at the end of a book, it is not recognised in the paper description. If it is placed before the last score, it is recognised. Is that correct? Tom - \version 2.18.0 \paper{ %#(define page-breaking ly:page-turn-breaking)

Re: Label placed at end of \book not recognised in \paper

2014-01-20 Thread Tom van der Hoeven
it as an indirect way to get the number of pages of a book. Or is there a name for the number of pages of a book to be used in the \paper{} context. Tom Eluze schreef op 20-1-2014 13:53: Tom van der Hoeven wrote Hi all, If a label placed at the end of a book, it is not recognised in the paper

string concatenation 2.18 vs 2.16

2014-01-16 Thread Tom van der Hoeven
under 2.16 there were no errors in this \version 2.16.2 tom = aap + noot \book { \header { title = \tom } \relative {a b c} } under 2.18 the expression tom = aap + noot seems not to be allowed ___

Re: 2.18 test.ly produce no pdf

2014-01-15 Thread Tom van der Hoeven
This problem is solved: version 2.18 is working now! I did two things: 1. Uninstall Because of some exercise with point and click I reserved a copy of output-ps.scm It looks like at uninstall the map that contains this file ... /usr/share/lilypond/current/scm/output-ps.scm was not removed. 2.

2.18 test.ly produce no pdf

2014-01-10 Thread Tom van der Hoeven
After installing version 2.18 on Windows 7 (64bit) I was not able to produce test.pdf. It did however produce test.ps I had to revert to 2.16 ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: 2.18 test.ly produce no pdf

2014-01-10 Thread Tom van der Hoeven
:34, schrieb Tom van der Hoeven: After installing version 2.18 on Windows 7 (64bit) I was not able to produce test.pdf. It did however produce test.ps I had to revert to 2.16 Hi Tom, I am sorry to hear, that the upgrade didn’t work properly for you. Could you write a bit more: What was your input

strange articulation

2013-12-15 Thread Tom van der Hoeven
Does anayone know the name of this articulation. It is from Prokofiev, Symphony No 1, Allegro, measure 42 altviolin Is it in Lilypond Tom attachment: articulatie.png___ lilypond-user mailing list lilypond-user@gnu.org

Re: strange articulation

2013-12-15 Thread Tom van der Hoeven
David Kastrup schreef op 15-12-2013 11:09: Tom van der Hoeven t...@vanderhoeven.biz writes: Does anayone know the name of this articulation. It is from Prokofiev, Symphony No 1, Allegro, measure 42 altviolin Is it in Lilypond Hard to know what you are talking about. There are two possible

Re: tranpose relative to the last pitch

2013-12-13 Thread Tom van der Hoeven
value of the g before \terts{...} Tom David Kastrup schreef op 13-12-2013 4:36: David Kastrup d...@gnu.org writes: Tom van der Hoeven t...@vanderhoeven.biz writes: Suppose I have music = \relative c'{c b a g f e e f g a b c} my instrument is limited so it cannot play the pitch f end

Re: tranpose relative to the last pitch

2013-12-13 Thread Tom van der Hoeven
of the function and after the function are needed. I can live with it, but I am striving to avoid that. I hope this clarifies my last mail. I have not yet tried your suggestion with make-relative Thanks for your time. Tom David Kastrup schreef op 13-12-2013 11:57: Tom van der Hoeven t

tranpose relative to the last pitch

2013-12-12 Thread Tom van der Hoeven
Suppose I have music = \relative c'{c b a g f e e f g a b c} my instrument is limited so it cannot play the pitch f end below I have to raise f e e f by a terts of an octave Is there a function shift or can it be made such that music = \relative c'{c b a g \terts{f e e f} g a b

place variable definition

2013-12-11 Thread Tom van der Hoeven
I am working on a piece containing several parts. Each part is in a partn.lyp file. A part can have multiple versions. So I work with variables and tags. In the master file I include the partn.lyp files. The partn.lyp files contain definitions like partname = Part N music = \relative c'' { a b

point-and-click

2013-12-10 Thread Tom van der Hoeven
If you enable point-and-click you get at each note fo instance textedit://C:/Users/Tom/Music/altviool/PROKOF%7e1/Altviool/fret.lyp:92:7:7 can the user change it to for instance fret.lyp:92:7:7 or is there only on or off. Tom ___ lilypond-user

Unaccepted #t

2013-12-09 Thread Tom van der Hoeven
The following snippet gives an error because ##t Why Tom \version 2.16.2 freeformat = #f \score{ \new Staff \relative c'{ c d e f a g a g a g a g a g a g a g a g a g a g a g a g a g a g a \break a b f} \layout { \context { \Score \override NonMusicalPaperColumn

Re: Unaccepted #t

2013-12-09 Thread Tom van der Hoeven
\override NonMusicalPaperColumn #'page-break-permission = #'allow this solves the problem, but is is strange that \override NonMusicalPaperColumn #'page-break-permission = ##f is accepted Tom Urs Liska schreef op 9-12-2013 13:30: Am 09.12.2013 13:00, schrieb Tom van der Hoeven: The following