Re: Change color after a line break

2015-07-19 Thread Marc Hohl
Am 19.07.2015 um 10:04 schrieb David Kastrup: Marc Hohl m...@hohlart.de writes: [...] This \applyContext is executed at Score level as no other contexts have yet been created. c4\pp\ d e f \break \stopStaff \applyContext #(override-color-for-all-grobs (x11-color 'red)) This

Re: Repeated Spiral Line

2015-07-19 Thread Urs Liska
Am 19. Juli 2015 10:41:44 MESZ, schrieb Malte Meyn lilyp...@maltemeyn.de: I don’t have a very clear idea but I know that the music font “Bravura” has these and similar symbols. So you might consider using this font or perhaps its LilyPond adaptation “Profondo”. As LilyPond doesn't support

Re: Change color after a line break

2015-07-19 Thread David Kastrup
Marc Hohl m...@hohlart.de writes: Thanks a lot! Just to check that I have understood the underlying mechanism, I rewrote that according to overrideColorForAll = #(define-music-function (color) (color?) #{ #@(map (lambda (dsc) (propertyOverride (list 'Score (car dsc) 'color)

Re: Change color after a line break

2015-07-19 Thread David Kastrup
David Kastrup d...@gnu.org writes: Marc Hohl m...@hohlart.de writes: Thanks a lot! Just to check that I have understood the underlying mechanism, I rewrote that according to overrideColorForAll = #(define-music-function (color) (color?) #{ #@(map (lambda (dsc)

Re: Change color after a line break

2015-07-19 Thread David Kastrup
Marc Hohl m...@hohlart.de writes: Am 17.07.2015 um 18:59 schrieb Marc Hohl: Hi list, for strange reasons, I have to color complete lines in different colors. I found http://lsr.di.unimi.it/LSR/Item?id=443 which works great for complete scores, but if I call \applyContext ... after a line

Re: Repeated Spiral Line

2015-07-19 Thread Malte Meyn
I don’t have a very clear idea but I know that the music font “Bravura” has these and similar symbols. So you might consider using this font or perhaps its LilyPond adaptation “Profondo”. Links to Bravura/SMuFL: http://www.smufl.org/fonts/ (the font) http://www.smufl.org/files/smufl-1.18.pdf

Re: Change color after a line break

2015-07-19 Thread Marc Hohl
Am 17.07.2015 um 18:59 schrieb Marc Hohl: Hi list, for strange reasons, I have to color complete lines in different colors. I found http://lsr.di.unimi.it/LSR/Item?id=443 which works great for complete scores, but if I call \applyContext ... after a line break, the color of the Staff lines

Re: Using force-hshift to create a cross-staff chord

2015-07-19 Thread Knute Snortum
Thanks Keith, that worked. Should I copy this to the bug reporting list? Knute Snortum (via Gmail) On Sat, Jul 18, 2015 at 6:19 PM, Keith OHara k-ohara5...@oco.net wrote: Knute Snortum ksnortum at gmail.com writes: I thought the answer would be to force-hshift the lower note but it

Full measure rest for time 6/8

2015-07-19 Thread MING TSANG
Dear lilyponders: http://lilybin.com/is7dml/1  The following is the log file showing barcheck failed, but the pdf display OK.   How to code full bar rest for time 6/8?Immanuel,Ming log file...Starting lilypond-windows.exe 2.18.2

TextSpanner + \mark?

2015-07-19 Thread James Harkins
Is there a way to use a textspanner with a \mark? Rationale: accel. and rit. directions are frequently text spanners, but in the score, they aren't printed in every part (as \mark items are not printed in every part). Of course, in the parts, they must appear (as \mark's do). Currently (as far

Re: Full measure rest for time 6/8

2015-07-19 Thread David Kastrup
MING TSANG tsan...@rogers.com writes: Dear lilyponders: http://lilybin.com/is7dml/1  The following is the log file showing barcheck failed, but the pdf display OK.  How to code full bar rest for time 6/8? R2. or R8*6 or R4.*2 -- David Kastrup

Re: Full measure rest for time 6/8

2015-07-19 Thread Simon Albrecht
Excuse me, but how on earth did you get the idea of writing { R4. s4. } ? It’s got to be R2. only, of course. A ‘R’ rest is always interpreted like { | R | }, so there will be warnings if these barchecks fail. Yours, Simon Am 19.07.2015 um 15:37 schrieb MING TSANG: Dear lilyponders:

Re: TextSpanner + \mark?

2015-07-19 Thread Simon Albrecht
Unfortunately no. See https://code.google.com/p/lilypond/issues/detail?id=3176. Yours, Simon Am 19.07.2015 um 15:43 schrieb James Harkins: Is there a way to use a textspanner with a \mark? Rationale: accel. and rit. directions are frequently text spanners, but in the score, they aren't

Re: TextSpanner + \mark?

2015-07-19 Thread James Harkins
Simon Albrecht simon.albrecht at mail.de writes: Unfortunately no. See https://code.google.com/p/lilypond/issues/detail?id=3176. I had a feeling that was the answer. :( It's not a huge deal for my current project, but it's certainly a weakness. hjh

Re: un-bold font inside \tempo

2015-07-19 Thread Bruno Ruviaro
Thanks, Simon! That's great to know. On Thu, Jul 16, 2015 at 11:41 PM, Simon Albrecht simon.albre...@mail.de wrote: Hi Bruno, to avoid creating a new markup from scratch you can use LSR snippet no. 869 http://lsr.di.unimi.it/LSR/Item?id=869 http://lsr.di.unimi.it/LSR/Item?id=869 to modify

Re: Full measure rest for time 6/8

2015-07-19 Thread MING TSANG
Simon,It is clear for me now. Thank you.  No hard feeling, not at all.Immanuel,Ming. On Sunday, July 19, 2015 6:20 PM, Simon Albrecht simon.albre...@mail.de wrote: Am 20.07.2015 um 00:08 schrieb MING TSANG: Simon: I have been Using R1 before but not knowing how to use it for

Re: Tweaking in an engraver

2015-07-19 Thread Vaughan McAlley
On 20 July 2015 at 05:01, David Kastrup d...@gnu.org wrote: An engraver has the advantage that it is at the latest possible point in the pipeline. But it might be too late to actually change pitches before other engravers get to see them. From what Scheme-fiddling I’ve been doing, it seems

Re: Full measure rest for time 6/8

2015-07-19 Thread Simon Albrecht
Am 20.07.2015 um 00:08 schrieb MING TSANG: Simon: I have been Using R1 before but not knowing how to use it for others I thought R4. s4. will make up a full measure of 6/8. Which is correct :-) And the printed output does not differ, whether you use { R4. s4. } or { R2. }, since the MMR

Re: Full measure rest for time 6/8

2015-07-19 Thread MING TSANG
Thank you David. Appreciated your dedication to the goodness of lilypond.Immanuel,Ming. On Sunday, July 19, 2015 9:45 AM, David Kastrup d...@gnu.org wrote: MING TSANG tsan...@rogers.com writes: Dear lilyponders: http://lilybin.com/is7dml/1  The following is the log file showing

Re: Full measure rest for time 6/8

2015-07-19 Thread MING TSANG
Simon:I have been Using R1 before but not knowing how to use it for others I thought R4. s4. will make up a full measure of 6/8.I am learning by coming to the Lists for help. Thank you.Immanuel,Ming.  On Sunday, July 19, 2015 9:46 AM, Simon Albrecht simon.albre...@mail.de wrote:

Re: Extend piano sustain pedal indication to end of bar

2015-07-19 Thread Andrew Bernard
Hi Keith, By no means missing the point! Works fine. Thanks! I would never have thought it was so simple - I was expecting a hundred lines of Scheme code. I seem to always miss that these various properties are often in other inherited interfaces, and so have trouble finding them in the

extra measure in verse of vocal music

2015-07-19 Thread Peter Hiltz
A particular song has four verses and a refrain. Verses 2 and 3 have one extra measure about 5 measures before the refrain. I am confused on how best to handle the issue. Any suggestions would be appreciated. ___ lilypond-user mailing list

Re: Using force-hshift to create a cross-staff chord

2015-07-19 Thread Knute Snortum
I see that you submitted patch. Thank you. Knute Snortum (via Gmail) On Sun, Jul 19, 2015 at 6:13 AM, Knute Snortum ksnor...@gmail.com wrote: Thanks Keith, that worked. Should I copy this to the bug reporting list? Knute Snortum (via Gmail) On Sat, Jul 18, 2015 at 6:19 PM, Keith OHara

Re: Tweaking in an engraver

2015-07-19 Thread Timothy Lanfear
Mistyped on my phone first time. I am after something like your solution. Part of my motivation was to learn how engravers work. I can follow up with more detail in a few days when I return home. Sent from my iPod On 19 Jul 2015, at 19:12, Peter Gentry peter.gen...@sunscales.co.uk wrote:

Re: TextSpanner + \mark?

2015-07-19 Thread David Kastrup
James Harkins jamshar...@qq.com writes: Is there a way to use a textspanner with a \mark? Rationale: accel. and rit. directions are frequently text spanners, but in the score, they aren't printed in every part (as \mark items are not printed in every part). Of course, in the parts, they must

RE: Tweaking in an engraver

2015-07-19 Thread Peter Gentry
The OP described wanting to tweak a note property depending on its pitch. Now I may be missing something but do you need to create an engraver for this. My instrumentranges.ly examines note pitch an based on a suplied criterion changes notehead colour and style - is this the sort of thing you

Re: Repeated Spiral Line

2015-07-19 Thread tisimst
On Sunday, July 19, 2015, Urs Liska [via Lilypond] ml-node+s1069038n178808...@n5.nabble.com wrote: Am 19. Juli 2015 10:41:44 MESZ, schrieb Malte Meyn [hidden email] http:///user/SendEmail.jtp?type=nodenode=178808i=0: I don’t have a very clear idea but I know that the music font “Bravura”

Re: extra measure in verse of vocal music

2015-07-19 Thread tisimst
I definitely have lots of suggestions, but I wonder if you can provide a minimal example showing what you are at and why it's not what you want? That way I know if any of my suggestions are of any help. Thanks! Also, have you read through the Learning and Notation manual's sections on using

Re: TextSpanner + \mark?

2015-07-19 Thread Dominic
Lack of easy tempo spanners is one of Lilypond's most prominent weaknesses. A rall... spanner as a tempo mark for all players is absolutely standard notation. Attached is a template I arrived at a while ago with the help of some other forum users, that solves the problem in most cases, and

Re: Tweaking in an engraver

2015-07-19 Thread Timothy Lanfear
Sent from my iPod On 19 Jul 2015, at 19:12, Peter Gentry peter.gen...@sunscales.co.uk wrote: The OP described wanting to tweak a note property depending on its pitch. Now I may be missing something but do you need to create an engraver for this. My instrumentranges.ly examines note

Re: Tweaking in an engraver

2015-07-19 Thread David Kastrup
Peter Gentry peter.gen...@sunscales.co.uk writes: My instrumentranges.ly examines note pitch an based on a suplied criterion changes notehead colour and style - is this the sort of thing you had in mind. \version 2.19.15 %

Re: Tweaking in an engraver

2015-07-19 Thread David Kastrup
Peter Gentry peter.gen...@sunscales.co.uk writes: The OP described wanting to tweak a note property depending on its pitch. Now I may be missing something but do you need to create an engraver for this. Yes and no. If you quote music in a different transposition and still want stuff to work