Re: Lilypond in path on Windows?

2012-11-07 Thread David Kastrup
was transferred into recompilations of the compiler that would compile a backdoor when the login program was being compiled. With no trail left in the sources, just proliferating in the binaries and surviving complete bootstraps. -- David Kastrup ___ lilypond

Re: Lilypond in path on Windows?

2012-11-07 Thread David Kastrup
Jan Nieuwenhuizen jann...@gnu.org writes: David Kastrup writes: A new _installation_ step was introduced since the previous one would not work more than a few times and left traces in the system when uninstalling that would eventually lead to failure. Who takes care of this new step

Re: helper function that should take a list argument doesn't do anything

2012-11-08 Thread David Kastrup
the trick instead (,@ is the list splicing operator, basically stripping one level of parens when inserting). -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Supporting LilyPond development financially

2012-11-08 Thread David Kastrup
Janek Warchoł janek.lilyp...@gmail.com writes: On Thu, Nov 8, 2012 at 7:12 AM, David Kastrup d...@gnu.org wrote: soundsfromsound soundsfromso...@gmail.com writes: Do you guys have a PayPal donation link or something where perhaps I could send a little something your way? I couldn't find

Re: Supporting LilyPond development financially

2012-11-08 Thread David Kastrup
in _addition_ to everything else. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Supporting LilyPond development financially

2012-11-08 Thread David Kastrup
to make an informed decision rather than provide a dumping point for LilyPond money. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Extract notes within music function

2012-11-08 Thread David Kastrup
) '(NoteEvent EventChord)) (let ((mylist (extract-named-music music '(EventChord NoteEvent is shorter here... (display-scheme-music (car mylist)) (display \n) (display-scheme-music (last mylist))) NB Aleksandr, sorry for the double messages. -- David

Re: Supporting LilyPond development financially

2012-11-08 Thread David Kastrup
little bit counts, donate here to keep LilyPond going strong --- But we don't have a reliable mechanism for turning money into LilyPond going strong. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Supporting LilyPond development financially

2012-11-08 Thread David Kastrup
can do profits from that deal, but also the depth of the stuff I can deal with, and if things in LilyPond annoy me, I have no distractions in between that would make it easier for me to accept things as they are. -- David Kastrup ___ lilypond-user

Re: Optional args in event-function not working with 2.17.6 ?

2012-11-08 Thread David Kastrup
what happened in the remaining failure cases. What do you think? -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond-user Digest, Vol 120, Issue 37

2012-11-09 Thread David Kastrup
participants can't be reasonably expected to know the fine points of how to move about on our mailing lists. So there is no point in making a spectacle out of telling them. All the best, -- David Kastrup ___ lilypond-user mailing list lilypond-user

Re: lilypond-user Digest, Vol 120, Issue 36

2012-11-09 Thread David Kastrup
were the right ones ;-) Now if Marc had deleted the trailing 100 lines he had not been replying to, this would have been a reasonably instructive example... -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: lilypond-user Digest, Vol 120, Issue 37

2012-11-09 Thread David Kastrup
was around when they evolved. But even something official like URL:http://tools.ietf.org/html/rfc1855 does not really elaborate on the fine points of quoting. I am sure there are lists where the learning experience can be a lot less pleasurable than here. All the best -- David Kastrup

Re: Increasing the size of rehearsal marks

2012-11-09 Thread David Kastrup
a warning in 2.20, and stop working in 2.22. But the second variant is easier on the eyes in my opinion. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond-user Digest, Vol 120, Issue 37

2012-11-09 Thread David Kastrup
parts in context and replying directly below makes more sense. Gnus, the Emacs built-in news/mail reader has the WYf key combination that, among some other things, reorders quote-below material into reading order. So it is not a really rare occurence... -- David Kastrup

Re: Supporting LilyPond development financially

2012-11-09 Thread David Kastrup
donations/funds increasing and get another developer on board. Well, cannot even barely sustain two developers does not sound like a huge step forward in sustainability. So one step after the other. -- David Kastrup ___ lilypond-user mailing list

Re: helper function that should take a list argument doesn't do anything

2012-11-09 Thread David Kastrup
Janek Warchoł janek.lilyp...@gmail.com writes: On Thu, Nov 8, 2012 at 9:21 AM, David Kastrup d...@gnu.org wrote: First, let's assume 2.16 (the current development version will not accept the above syntax of \overrideProperty even in the first variant). Yes. I haven't made the switch yet

Re: helper function that should take a list argument doesn't do anything

2012-11-09 Thread David Kastrup
Janek Warchoł janek.lilyp...@gmail.com writes: On Thu, Nov 8, 2012 at 9:21 AM, David Kastrup d...@gnu.org wrote: Then you are writing a quoted list here. Inside of a quoted list, _all_ symbols are quoted, not referenced for their value. So you need either to use proper evaluated Scheme

Re: helper function that should take a list argument doesn't do anything

2012-11-09 Thread David Kastrup
David Kastrup d...@gnu.org writes: Actually, if you were using 2.17.6, you could just write staffdist = #(define-music-function (parser location distances) (list?) #{ \overrideProperty

Re: Aleatoric / modern notation

2012-11-09 Thread David Kastrup
that broke session integrity (any changes propagated to further files processed on the command line). It likely still does. The internals changed in the mean time. It was probably a mistake to ever include this regtest. It just gives people bad ideas. -- David Kastrup

Re: helper function that should take a list argument doesn't do anything

2012-11-10 Thread David Kastrup
Janek Warchoł janek.lilyp...@gmail.com writes: On Fri, Nov 9, 2012 at 10:31 PM, David Kastrup d...@gnu.org wrote: You did not copy and paste valid LilyPond code into #{ #}. You replaced a constant in a constant list by a symbol. That was not valid outside of #{ #}, and it did not became

Re: helper function that should take a list argument doesn't do anything

2012-11-10 Thread David Kastrup
Janek Warchoł janek.lilyp...@gmail.com writes: On Fri, Nov 9, 2012 at 10:19 PM, Thomas Morley thomasmorle...@googlemail.com wrote: 2012/11/9 Janek Warchoł janek.lilyp...@gmail.com: On Thu, Nov 8, 2012 at 9:21 AM, David Kastrup d...@gnu.org wrote: [...) Sorry for being grumpy - i'm

Re: Aleatoric / modern notation

2012-11-10 Thread David Kastrup
working the moment the underlying implementation was changed to something less broken. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: TupletNumber direction

2012-11-11 Thread David Kastrup
in the list archives. \tweak #'direction #DOWN \times 2/3 { c'8 c' c' } -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: helper function that should take a list argument doesn't do anything

2012-11-11 Thread David Kastrup
anything Message-ID: 509f5d84.7050...@hohlart.de Content-Type: text/plain; charset=UTF-8; format=flowed Am 10.11.2012 14:49, schrieb David Kastrup: [...] -i isn't an option of touch. It is an option of rm. The touch places a file -i in the directory. At least with POSIX sort order

Re: TupletNumber direction

2012-11-11 Thread David Kastrup
\times 2/3 { c'8 c' c' } } -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Optional args in event-function not working with 2.17.6 ?

2012-11-12 Thread David Kastrup
in a row rather than the first. The same situation with an optional and a mandatory argument of the same kind can be resolved by using \default to skip the optional argument. I am pretty sure that Extending LilyPond describes this, though probably without giving the rationale for it. -- David

Re: TupletNumber direction

2012-11-12 Thread David Kastrup
of typlet numbers? -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Bass and chords

2012-11-12 Thread David Kastrup
Thomas Morley thomasmorle...@googlemail.com writes: 2012/11/7 David Kastrup d...@gnu.org: Thomas Morley thomasmorle...@googlemail.com writes: Will do, if noone comes up with a better solution or finds a drawback. We have markup commands \note and \note-by-number. It seems to me

Re: Bass and chords

2012-11-12 Thread David Kastrup
Thomas Morley thomasmorle...@googlemail.com writes: 2012/11/12 David Kastrup d...@gnu.org: Thomas Morley thomasmorle...@googlemail.com writes: 2012/11/7 David Kastrup d...@gnu.org: Thomas Morley thomasmorle...@googlemail.com writes: Will do, if noone comes up with a better solution

Re: bmc2ly: Braille music to LilyPond conversion

2012-11-12 Thread David Kastrup
it be useful if LilyPond could export BMC? Possibly even just for verifying that your conversion has retained meaning? Would that be realistic? -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: bmc2ly: Braille music to LilyPond conversion

2012-11-12 Thread David Kastrup
Mario Lang ml...@delysid.org writes: David Kastrup d...@gnu.org writes: Would it be useful if LilyPond could export BMC? Of course! Actually, thats something that blind people are wishing for for a long time so that they could make use of the huge body of LilyPond music on Mutopiaproject

Re: Braille export

2012-11-12 Thread David Kastrup
Mario Lang ml...@delysid.org writes: David Kastrup d...@gnu.org writes: Mario Lang ml...@delysid.org writes: David Kastrup d...@gnu.org writes: Would it be useful if LilyPond could export BMC? Of course! Actually, thats something that blind people are wishing for for a long time so

Re: error: bad grob property path

2012-11-12 Thread David Kastrup
You need to use \set, not override (read about the difference in the documentation) \set Staff.fontSize = #-2 Thanks! It is not that the command did anything useful (you are lucky it did not crash, actually) before 2.17.6. 2.17.6 just checks more carefully. -- David Kastrup

Re: Optional args in event-function not working with 2.17.6 ?

2012-11-12 Thread David Kastrup
Thomas Morley thomasmorle...@googlemail.com writes: 2012/11/12 David Kastrup d...@gnu.org: Thomas Morley thomasmorle...@googlemail.com writes: c) The functions above are using two optional arguments. And I'm able to omit both optional arguments or the second. But I can't omit only

Re: Aleatoric / modern notation

2012-11-12 Thread David Kastrup
non-trivial side jobs that can cause me to deadlock for longer times. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: bmc2ly: Braille music to LilyPond conversion

2012-11-13 Thread David Kastrup
started off - I have a sense of the type of code it'd require, but it'd take time to create all the conversion rules in Scheme. Which is why I'd likely do most of them in LilyPond syntax. -- David Kastrup ___ lilypond-user mailing list lilypond-user

Re: Braille export

2012-11-13 Thread David Kastrup
Mario Lang ml...@delysid.org writes: David Kastrup d...@gnu.org writes: Taught me a lesson about optimization and computer scientists. Yes, I know about the pitfalls that premature optimisation can open. In the case I was talking about, I actually went from roughly 70 seconds runtime of my

Re: whole measure, unusual time signature

2012-11-15 Thread David Kastrup
message: programming error: stopped tuplet bracket has neither left nor right bound continuing, cross fingers Help? Don't use \times here but rather *14/16 on the duration. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: parser placement problem [was Re: Lyrics disappear with associatedVoice in a duet]

2012-11-15 Thread David Kastrup
than the effect is desired, so that everything can be coded at the right time? I think one will likely have to do this on a case-by-case basis. I don't see that there would be some magical button that could fix every problem (or even an unrelated subset) at once. -- David Kastrup

Re: Chord symbols spacing

2012-11-15 Thread David Kastrup
because it _is_. Have you tried writing \markup 7b5 ? -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Variable names?

2012-11-18 Thread David Kastrup
the documentation to provide some guideline as what to do and what not to do With some examples? I've not the knowledge to answer your questions definitely. David Kastrup could say much more about it. (And there are several discussions about that topic here on the list and on devel

Re: Variable names?

2012-11-19 Thread David Kastrup
Christopher R. Maden cr...@maden.org writes: On 11/18/2012 05:26 PM, David Kastrup wrote: At the current point of time, the rule is that alphabetic is a-z, A-Z, and _any_ non-ASCII character. This is a bit excessive, but short of a reliable is a letter test, this was easiest to implement

Re: lyrics to music

2012-11-20 Thread David Kastrup
it is an Urtext, that is not indicative of the style of Händel. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: roman numerals

2012-11-21 Thread David Kastrup
Michael Rivers michaeljriv...@gmail.com writes: Sweet! Thank you so much for that code, and thank you to whoever wrote it. Open source is amazing. Dunno who I stole this from does not meet the licensing criteria for either Open Source or Free Software. -- David Kastrup

Re: roman numerals

2012-11-21 Thread David Kastrup
also a theory teacher and the time saved would be very helpful! Numbers are not word constituents in markup, so you likely need to write f7 and 7f here. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: changing staff size in \score context

2012-11-21 Thread David Kastrup
to push out 2.18 rather soon, or nobody will be able to help the poor sods stuck with 2.16 any more. I don't think that a backport of the backward-compatible parts of this patch set (basically only \override and \revert) would be appropriate for a stable release series. -- David Kastrup

Re: convert-ly not handling footnotes correctly

2012-11-21 Thread David Kastrup
} Footnotes don't work as articulation, and moving them in front of the footnoted material is too hard to do automatically. You need to change this manually to \footnote ... c The order of the \footnote arguments, however, should be juggled around correctly by convert-ly. -- David Kastrup

Re: changing staff size in \score context

2012-11-22 Thread David Kastrup
the idea here? -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: convert-ly not handling footnotes correctly

2012-11-22 Thread David Kastrup
in the respective conversion step. It is, however, worth noting that footnotes were becoming usable only in the 2.15 release series and documented only in 2.15.21, so the probability of stable version users getting bitten by this are not high. -- David Kastrup

Re: review of a Mutopia file (why TabStaff gives error here?)

2012-11-24 Thread David Kastrup
ignore those settings, and within a tabstaff, Staff is aliased to TabStaff. The disadvantage is that if you use \barre outside of any staff, it will create a default Staff rather than a TabStaff. -- David Kastrup ___ lilypond-user mailing list lilypond

Re: Stem #'stroke-style

2012-11-24 Thread David Kastrup
a \version 2.14.0 header before it. This should convert to the currently valid form. In general, that's what you should do when trying to run examples from the current LSR (which is still on 2.14) on 2.16.x. -- David Kastrup ___ lilypond-user

Re: (unknown)

2012-11-24 Thread David Kastrup
of being considered a Staff-starter. Automatically started staffs might not have been the best possible idea, particularly in parallel music. It is usually least problematic to explicitly specify all of your staffs. -- David Kastrup ___ lilypond-user

Re: Centering / Indenting a paragraph?

2012-11-24 Thread David Kastrup
Bric b...@flight.us writes: Since it's developing so fast, it might be a good idea to mention versions to a newbie. Ubuntu still has nothing newer than 2.14 in its repositories. Raring has 2.16.0: URL:https://launchpad.net/ubuntu/+source/lilypond -- David Kastrup

Re: Slurs inside beams

2012-11-24 Thread David Kastrup
and bottom slurs get shaped. Starting with 2.17.4, you can use \shape on individual slurs. That allows writing something like c ^\shape ... ( _\shape ... ( I am just mentioning this for completeness: I definitely hope that there is a more convenient solution than that. -- David Kastrup

Re: \breathe at the bottom in \voiceTwo ???

2012-11-25 Thread David Kastrup
' \tweak #'Y-offset #-2 \breathe c' } Maybe this should be the default. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: include header conflicts

2012-11-25 Thread David Kastrup
, \\ replaced and other things), so you just need to add it to your book or whatever. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: review of a Mutopia file (why TabStaff gives error here?)

2012-11-26 Thread David Kastrup
-music 'TextSpanEvent 'span-direction (sel '(-1 1))) (ly:music-property m 'articulations) (list last first))) mus) -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Harmonics and regular notes same measure different voices

2012-11-26 Thread David Kastrup
= #'harmonic-mixed e'4 f' g' \revert NoteHead #'style } \\ {a4 b c} -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Error Message

2012-11-26 Thread David Kastrup
is. Should be tupletSpannerDuration with no capitalization of the first letter. I verified that the manual contains no instance of TupletSpannerDuration. copy and paste has a rather fixed meaning that is usually not meant to include read and manually retyped. -- David Kastrup

Re: first-time user, a couple of questions

2012-11-27 Thread David Kastrup
work for adapting your examples and incorporating the replies, but that are the conditions one has to work under these times. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: first-time user, a couple of questions

2012-11-27 Thread David Kastrup
. But that would require actually changing the parser and recompiling LilyPond. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: 2.17.7 won't compile

2012-11-27 Thread David Kastrup
/texmf-dist/metapost/base/mfplain.mp texlive-binaries: /usr/bin/mfplain texlive-metapost: /usr/share/texlive/texmf-dist/metapost/config/mfplain.ini $ Do you have texlive-metapost installed? -- David Kastrup ___ lilypond-user mailing list lilypond-user

Re: include header conflicts

2012-11-27 Thread David Kastrup
Eluze elu...@gmail.com writes: David Kastrup wrote You could suck the whole file into one score and get just the music back out again using ly:score-music, something like #(ly:score-music #{ \score { \include xxx.ly } #}) The music will already be scorified (repeat chords expanded

Re: no key signature, bar line, but clef key signature on each new line

2012-11-28 Thread David Kastrup
} \context {\Staff \remove Time_signature_engraver} } } -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: fingerings

2012-11-28 Thread David Kastrup
thing. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: review of a Mutopia file (why TabStaff gives error here?)

2012-11-28 Thread David Kastrup
-event for '(rhythmic-event event-chord) -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

End of year finances (was: fingerings)

2012-11-29 Thread David Kastrup
. And I am glad that a small but crucial minority manages to take over most of my bills in return for the work I do as part of a common project for the sake of musicians. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: fingerings

2012-11-29 Thread David Kastrup
on it. The only question is: warning or error? I tend towards the latter. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Appoggiatura help

2012-11-29 Thread David Kastrup
-4) Slur \appoggiatura ... ? -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: chords

2012-12-02 Thread David Kastrup
are you using? -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: printKeyCancellation, a way to never show key cancellations?

2012-12-02 Thread David Kastrup
Thomas Morley thomasmorle...@googlemail.com writes: How about adding \override Staff.KeyCancellation #'break-visibility = #'#(#f #f #f) to your score? Seems to work. I'd write ##(#f #f #f) instead. Vectors written as #(...) are already constants (including quoting the contents). -- David

Re: printKeyCancellation, a way to never show key cancellations?

2012-12-02 Thread David Kastrup
Thomas Morley thomasmorle...@googlemail.com writes: 2012/12/2 David Kastrup d...@gnu.org: Thomas Morley thomasmorle...@googlemail.com writes: How about adding \override Staff.KeyCancellation #'break-visibility = #'#(#f #f #f) to your score? Seems to work. I'd write ##(#f #f #f) instead

Re: printKeyCancellation, a way to never show key cancellations?

2012-12-02 Thread David Kastrup
all the hash-signs and speculated, the # before the bracket was a typo. The '-sign gives a little structure to it, at least. Well, as I said I find it irritating as compared to ##f and ##t. -- David Kastrup ___ lilypond-user mailing list lilypond-user

Re: Parameterizing a LilyPond function

2012-12-02 Thread David Kastrup
?) #{ \once \override Glissando #'(bound-details left Y) = #offset \once \override Glissando #'(bound-details right Y) = #offset #}) Check the Extending LilyPond Guide for define-music-function. -- David Kastrup ___ lilypond-user mailing

Re: Slurs, phrasing slurs and fingering

2012-12-02 Thread David Kastrup
of \shape. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Slurs, phrasing slurs and fingering

2012-12-02 Thread David Kastrup
David Kastrup d...@gnu.org writes: Noeck noeck.marb...@gmx.de writes: Why has that been inverted? To me, \shape PhrasingSlur #… is easier to read than \shape #… PhrasingSlur. Could someone briefly explain the reason for that? The old syntax was \shape PhrasingSlur #'((0 . 1) (0

Re: Align notes in accord

2012-12-02 Thread David Kastrup
the complete \voiceFour instead of just \stemDown. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Parameterizing a LilyPond function

2012-12-03 Thread David Kastrup
should only be using stable versions. Using unstable versions makes sense only when you are planning on frequent updates. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: chords with artificial harmonics

2012-12-04 Thread David Kastrup
, and converting that to \tweak font-size ... is outside of the expertise of the \single command. So you need to do turn this into a \tweak manually, unfortunately. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: chords with artificial harmonics

2012-12-04 Thread David Kastrup
David Kastrup d...@gnu.org writes: From 2.17.6 (?) on, you should be able to write e \single\harmonicsOn e' \tweak font-size -2 e''4 [...] For harmonics, there are a few more predefined commands for producing them; looking at them might make sense. The solution using \single was just

Re: Align notes in accord

2012-12-04 Thread David Kastrup
Rustik r.ala...@mail.ru writes: David Kastrup wrote \stemDown here messes up the assumptions for \voiceThree, so you'd likely be better off using the complete \voiceFour instead of just \stemDown. How it will look in the context of my example? You replace \stemDown with \voiceFour

Re: use of 1/2 staff divisio maior in gregorian chant.

2012-12-04 Thread David Kastrup
persist as it has been fixed in 2.17.7, and since the code is clever, all bets are off just what will be entailed to reliably change it to the way you prefer. Cf. URL:https://codereview.appspot.com/6778050#msg11. -- David Kastrup ___ lilypond-user mailing

Re: new and context

2012-12-05 Thread David Kastrup
, I see some differences in the stem directions, but it's not clear to me why. I would be very happy, if anyone could explain that to me. The former uses a single Voice context, the latter uses two. The latter also uses \voiceOne and \voiceTwo in the respective two contexts. -- David Kastrup

Re: Slurs, phrasing slurs and fingering

2012-12-05 Thread David Kastrup
to discuss anything new you find on the LilyPond issue tracker before it gets cast in (rather soft) stone. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: minor chord produces syntax error

2012-12-05 Thread David Kastrup
affect how the stuff is used afterwards, just what kind of input is accepted. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: midi ok in windows but only drums in linux

2012-12-06 Thread David Kastrup
to the limited number of instruments supported by free samples on Ubuntu. If you try timidity whatever.midi you should likely get a warning on the terminal if the file contains unsupported instruments. -- David Kastrup ___ lilypond-user mailing list lilypond

Re: midi ok in windows but only drums in linux

2012-12-06 Thread David Kastrup
would have thought that in the absence of a hardware Midi player, _everything_ would get routed through timidity, so I am somewhat surprised at the difference. No idea just _what_ the movie player does here. -- David Kastrup ___ lilypond-user mailing

Re: new and context

2012-12-06 Thread David Kastrup
, a small chance, but it is somewhat optimistic to assume that one will get through and that the original pathmakers were just too stupid to see the simpler way. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: new and context

2012-12-07 Thread David Kastrup
Noeck noeck.marb...@gmx.de writes: Am 07.12.2012 07:43, schrieb David Kastrup: Noeck noeck.marb...@gmx.de writes: Staff var { a4 } Staff var …or even (?) \var … Staff and var are valid lyrics. Most complex syntactic constructs start with a keyword starting with backslash

Re: how to display Arpeggio in TabStaff in 2.17?

2012-12-08 Thread David Kastrup
on it. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: how to display Arpeggio in TabStaff in 2.17?

2012-12-08 Thread David Kastrup
David Kastrup d...@gnu.org writes: Federico Bruni fedel...@gmail.com writes: I used to display the Arpeggio in TabStaff this way: \revert Arpeggio #'stencil I know that David made a big change in the code and the synthax is changed, but I can't make it work. \revert Arpeggio.stencil

Re: how to display Arpeggio in TabStaff in 2.17?

2012-12-08 Thread David Kastrup
a fix to staging, should become part of 2.17.9 and be in master in a few hours at most. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: NoteHead X-offset, conflict with ly:grob-relative-coordinate?

2012-12-08 Thread David Kastrup
but I got this error: Unbound variable: notecol Well, there is a difference between notecol and note-col isn't it? -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: new and context

2012-12-08 Thread David Kastrup
figuring out the whereabouts of parser problems. And that is, indeed, not useful for the average user. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Harmonic Analysis

2012-12-08 Thread David Kastrup
the (considerably) updated version of this file found here: http://www.mail-archive.com/lilypond-user@gnu.org/msg69861/rN.ly Might be worth copying the second over the first? -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Two bits of markup at the same point in the music?

2012-12-10 Thread David Kastrup
. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Two bits of markup at the same point in the music?

2012-12-10 Thread David Kastrup
. 2.17.6 (?) makes \tweak and \override and other commands look nicer, but 2.16.0 is not there yet. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Two bits of markup at the same point in the music?

2012-12-10 Thread David Kastrup
to you. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Aleatoric / modern notation

2012-12-10 Thread David Kastrup
will the sandbox allow me to do this? The behavior is undefined if I remember correctly: an error is not guaranteed by the standard. I think Guilev2 will produce an error, but LilyPond is still at Guilev1. -- David Kastrup ___ lilypond-user mailing list lilypond

<    3   4   5   6   7   8   9   10   11   12   >