Re: Horizontal bar below staff

2014-09-14 Thread Marc Hohl
Am 14.09.2014 um 19:53 schrieb Jakob Schöttl: That's almost perfect, thank you both. But there is still the edge case, when I need the same kind of line below only one single note, e. g. in a partial measure! Any ideas? Or a hack with something like a zero-length skip "s" note for the span...

Re: Rest with tie behaving differently than note

2014-09-14 Thread David Bellows
>So it will ignore any intermediate RestEvents being of a different type altogether. So I think you’ll have to work with that. Thanks Simon, and it is as I feared. My workaround is inelegant but it does work. Dave On Sun, Sep 14, 2014 at 2:45 PM, Simon Albrecht wrote: > Hello David, > > Am 14.

Re: How do I define an Lilypond/Scheme alist as cons of two a lists?

2014-09-14 Thread David Nalesnik
Hi Jay, On Sun, Sep 14, 2014 at 4:48 PM, Jay Vara wrote: > David, > > For some reason I am no longer able to post to gmane. It keeps complaining > that I am top_posting. All I was trying to do was to post a new query. > Try adding this line at the top of your post: > I'm not top posting. (Hop

Re: Rest with tie behaving differently than note

2014-09-14 Thread Simon Albrecht
Hello David, Am 14.09.2014 um 18:58 schrieb David Bellows: In the following code Lilypond correctly creates the tie to the note even when it's left out (a tie just to a duration): \version "2.19.13" \score{ \new Staff {d4~ 16} } But if you try to do this with a rest: \version "2.19.13" \sc

Problematic example in LM (was: Re: Multiple voices tie across barline into single voice?)

2014-09-14 Thread Urs Liska
Am 14.09.2014 17:34, schrieb Mark Stephen Mrotek: Joey, "Tying notes across voices" located at http://www.lilypond.org/doc/v2.18/Documentation/learning/other-uses-for-tweaks would be a good place to start. Oh, looking at this I find the example is actually _wrong_. The second image shows

Re: Replace clef symbol

2014-09-14 Thread Jakob Schöttl
Thank you all :) Cool solutions, and I was able to implement each one in my Python/Abjad program. I like the last solution, Thomas, because it's essentially only two commands: - The normal \clef command - The override for the middleCPosition I also like the add-new-clef function, but here I

Re: Horizontal bar below staff

2014-09-14 Thread Jakob Schöttl
That's almost perfect, thank you both. But there is still the edge case, when I need the same kind of line below only one single note, e. g. in a partial measure! Any ideas? Or a hack with something like a zero-length skip "s" note for the span... -- Jakob Schöttl Telefon: 08024 478247 Mo

Re: Replace clef symbol

2014-09-14 Thread Jakob Schöttl
clef-settings = { \set Staff.middleCPosition = #-6 \set Staff.middleCClefPosition = #-6 } Cool solution, but what is the set middleCClefPosition for? It seems to make no difference. By the way, is the dash ("-") ok in variable names? It works, but the doc says The name of a variab

Rest with tie behaving differently than note

2014-09-14 Thread David Bellows
In the following code Lilypond correctly creates the tie to the note even when it's left out (a tie just to a duration): \version "2.19.13" \score{ \new Staff {d4~ 16} } But if you try to do this with a rest: \version "2.19.13" \score{ \new Staff {r4~ 16} } It prints a note (middle C) inste

RE: Multiple voices tie across barline into single voice?

2014-09-14 Thread Mark Stephen Mrotek
Joey, “Tying notes across voices” located at http://www.lilypond.org/doc/v2.18/Documentation/learning/other-uses-for-tweaks would be a good place to start. Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Beh

Multiple voices tie across barline into single voice?

2014-09-14 Thread Joey Di Nardo
Looking for a solution to something like the following: { %measure 1 \time 1/4 << {\voiceOne r16 c8.~} \\ {\voiceTwo r8 e8~} >> | %measure 2 4 } Anyone have any leads? Thanks, Joey ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu

lack of data in *.notes files

2014-09-14 Thread Samuel DA MOTA
Hi, I'm working on a toy project based on lilypond a.t.m. The goal is basically to do something similar to MidiSheetMusic (http://midisheetmusic.sourceforge.net/index.html) but using the real lilypond music sheet instead of an equivalent one extracted from the midi file. I'm using the event-liste

Re: Henle Music font

2014-09-14 Thread Kieren MacMillan
Hi all, > I would really like to see [a font like the 1953/6 versions] being combined > with Kieren's Henle stylesheets. I would really like to put that example together! =) Cheers, Kieren. ___ Kieren MacMillan, composer www: email: i...

Re: pitched note annotation

2014-09-14 Thread Orm Finnendahl
Hi, Am Sonntag, den 14. September 2014 um 09:21:28 Uhr (+0200) schrieb Pierre Perol-Schneider: > Try : > ... > thanks a lot, that worked! I wrapped that in the definition below. Two issues remain: 1. If the note is at the end of a bar, the annotation gets printed in the following bar. The def

Re: Replace clef symbol

2014-09-14 Thread Thomas Morley
2014-09-13 21:31 GMT+02:00 Jakob Schöttl : > Hello, > > I'd like to have a staff in violin clef but not with a violin clef symbol > but a tabulature symbol. Only another SYMBOL should be displayed! > > This is for a tabulature for diatonic harmonica. And I have to write it in > normal violin clef b

Re: Replace clef symbol

2014-09-14 Thread Pierre Perol-Schneider
Hi Jakob, 2014-09-13 21:31 GMT+02:00 Jakob Schöttl : > But how can I display one of this tabulature symbols instead in a normal > staff: > > \version "2.19.7" > \new TabStaff { \clef tab s \clef moderntab } > Try : \version "2.19.7" \score { { a' } \layout { \context { \St

Re: Henle Music font

2014-09-14 Thread Martin Tarenskeen
On Sat, 13 Sep 2014, Urs Liska wrote: I can definitely say that I like the Beethoven 1953 and the Mozart 1956 most (with a small preference towards 1953). But I'm quite aware that this can be simply due to the fact that there are the scores I'm most familiar with. +1 for 1953 I just did a

Re: Horizontal bar below staff

2014-09-14 Thread Nick Payne
On 14/09/14 17:10, Marc Hohl wrote: Am 13.09.2014 um 22:14 schrieb Jakob Schöttl: Hello, for a tabulature for diatonic harmonica I need a strong horizontal bar or line below the notes. This is for indicating bellow "push/blow" (in contrast to "pull/draw"). Please see the attached image for ho

Re: pitched note annotation

2014-09-14 Thread Pierre Perol-Schneider
Hi Orm, 2014-09-13 22:19 GMT+02:00 Orm Finnendahl < orm.finnend...@selma.hfmdk-frankfurt.de>: > To show what I mean, the following snippet gives the desired result: > > > %<--- > \version "2.19.5" > > { < g' >16 \sf \new Cu

Re: Horizontal bar below staff

2014-09-14 Thread Marc Hohl
Am 13.09.2014 um 22:14 schrieb Jakob Schöttl: Hello, for a tabulature for diatonic harmonica I need a strong horizontal bar or line below the notes. This is for indicating bellow "push/blow" (in contrast to "pull/draw"). Please see the attached image for how it should look. The bar should can