RE: Subject: Score/Part creating tool

2012-10-18 Thread Peter Gentry
Thanks Mark that failed again using IE9 master cannot be downloaded but worked using Chrome. Without me noticing a folder structure was created in my downloads folder. No little cloud visible (or web page) and the whole process happened without further input. Another quirk of IE9 to ponder...:)

Re: Script objects avoid notes in other voices?

2012-10-18 Thread Wim van Dommelen
Use the tags for this problem, not different voices at all! Daniel's example modified: \version 2.16.0 music = \relative c'' { b g'-\tag #'part \upbow d d,-\tag #'part \downbow } \keepWithTag #'part { \music } Using this will NOT print the tagged strings in the score. Multiple tags are

Re: please help with updating old scheme code

2012-10-18 Thread TaoCG
Ok, it seems my main problem for now is that I don't know how to determine if a NoteEvent is part of an EventChord. Previously this was easy because every note was an EventChord and you could simply check for the length of its elements. -- View this message in context:

Re: please help with updating old scheme code

2012-10-18 Thread David Kastrup
TaoCG tao_lilypondu...@gmx.net writes: Ok, it seems my main problem for now is that I don't know how to determine if a NoteEvent is part of an EventChord. Previously this was easy because every note was an EventChord and you could simply check for the length of its elements. Well, now a

Re: please help with updating old scheme code

2012-10-18 Thread TaoCG
David Kastrup wrote TaoCG lt; tao_lilyponduser@ gt; writes: Ok, it seems my main problem for now is that I don't know how to determine if a NoteEvent is part of an EventChord. Previously this was easy because every note was an EventChord and you could simply check for the length of

RE: Script objects avoid notes in other voices?

2012-10-18 Thread Daniel Rosen
Wim, thanks for the help--your solution worked best. To be honest, I had thought that the tag solution looked promising, but I was finding the NR (http://www.lilypond.org/doc/v2.16/Documentation/notation/different-editions-from-one-source#using-tags) pretty dense. I think part of it was the

Re: Vertical text at the end of score (help request)

2012-10-18 Thread Dominique Faure
Replying to myself... :( Nevertheless, this solution isn't fully satisfactory, since I need to render several lines of text with some placement control on the result (at least centered on the staff group). BTW, is there a mean (other than altering the ragged-right parameter) to ensure that

Re: Vertical text at the end of score (help request)

2012-10-18 Thread Eluze
Dominique Faure wrote Well, I more or less found a solution for my both problems (see following code): According to debugging skylines, the \markup related directive enable extra width handling as requested, but I couldn't move the rendered text without relying on the extra-offset

Re: Script objects avoid notes in other voices?

2012-10-18 Thread Wim van Dommelen
Hi Daniel, You're welcome! Actually it is a construct I've used many times. Typical use for me it for example the texts in scores for multiple players versus the parts. There is one thing which might interest you even more and that is a scheme script produced by Nicolas Sceaux, some years

LAC 2013: the Linux Audio Conference - Call for Participation

2012-10-18 Thread Florian Hollerweger - LAC 2013 Organizing Team
sorry for please We are happy to announce the next issue of the Linux Audio Conference (LAC), May 9-12, 2013 @ IEM, the Institute of Electronic Music and Acoustics, in Graz, Austria. The Linux Audio Conference is an international conference that brings together musicians, sound artists,

Re: Vertical text at the end of score (help request)

2012-10-18 Thread Dominique Faure
On Thu, Oct 18, 2012 at 4:46 PM, Eluze elu...@gmail.com wrote: Dominique Faure wrote Well, I more or less found a solution for my both problems (see following code): According to debugging skylines, the \markup related directive enable extra width handling as requested, but I couldn't move

positioning markup text outside of score

2012-10-18 Thread jwvh
Hi all, I'm working on a songbook for a church. Following the convention in modern hymnals, the words and music credits are to the left, after the score. So this is, in essence, the pattern I'm using: \score { } \markup { \column { Words: Josephine Blow

Bar numbers for broken measures

2012-10-18 Thread Daniel Rosen
The piece I'm working on has a repeat that ends in the middle of a measure, with a line break at the same point: \version 2.16.0 \relative c' { \time 4/4 \repeat volta 2 { c d e } \break f | g a b } \paper { ragged-right = ##t } I would like to have a bar number, perhaps in parentheses, at

Re: Bar numbers for broken measures

2012-10-18 Thread Mark Witmer
Hi Daniel, Here is one possible solution. The first \set permits the display of measure numbers over barlines in the middle of bars, and the second formats the bar numbers with parentheses. A few variables you can tweak for displaying bar numbers are listed at

Re: Bar numbers for broken measures

2012-10-18 Thread Mark Witmer
Oops, missing a paren... \version 2.16.0 \relative c' { \time 4/4 \repeat volta 2 { c d e } \once \set Score.barNumberVisibility = #(lambda (bar-number measure-position) #t) \once \set Score.barNumberFormatter = #(lambda (bar-number measure-position alternative-number

Re: Subject: Score/Part creating tool

2012-10-18 Thread Mark Witmer
Yes, I'm a Linux user. Glad to know you got it to download! MW On Thu, Oct 18, 2012 at 5:51 AM, Peter Gentry peter.gen...@sunscales.co.ukwrote: Thanks Mark that failed again using IE9 master cannot be downloaded but worked using Chrome. Without me noticing a folder structure was created in