Re: crossStaff with tieWaitForNote

2013-06-14 Thread Kieren MacMillan
Hi David, > How about this one? Amazing! Thanks. > It's sort of fishy What specifically is 'fishy' about it? > but seemingly does the trick in this simple case. Definitely. I don't think any of the other cases in this score will be any different — if I run into any thing that your fishing d

Re: crossStaff with tieWaitForNote

2013-06-14 Thread David Kastrup
Kieren MacMillan writes: > Hi Harm > >> I tried a simplified example. Though, I can make it work either for >> the Ties _or_ for the Beam. >> Seems that the notes have to be in the _same_ Voice for the Beam. >> But for the Ties with a cross-staff chord in _different_ Voices. >> >> I've no idea h

Re: crossStaff with tieWaitForNote

2013-06-14 Thread Kieren MacMillan
Hi Harm > I tried a simplified example. Though, I can make it work either for > the Ties _or_ for the Beam. > Seems that the notes have to be in the _same_ Voice for the Beam. > But for the Ties with a cross-staff chord in _different_ Voices. > > I've no idea how to solve that quandary. Thanks f

Re: Horizontal Line

2013-06-14 Thread David Nalesnik
Hi Ingmar, On Fri, Jun 14, 2013 at 11:32 AM, Ingmar Meissner wrote: > Hello, > > I would like to add a horizontal line to a fingering (Violin/Viola) to > indicate that a particular finger should stay on its place. Is there a way > to accomplish that? > > Ingmar Meissner > > Lilypond Version 2.16

Re: LilyPond identifier restrictions

2013-06-14 Thread Keith OHara
Urs Liska openlilylib.org> writes: > Am 14.06.2013 15:36, schrieb David Kastrup: > > Everything outside of ASCII is allowed into identifiers. Just within > > ASCII, the rules are more complex. > > > Because it interferes with matching rules for other elements? > Exact. LilyPond's bug/improveme

Horizontal Line

2013-06-14 Thread Ingmar Meissner
Hello, I would like to add a horizontal line to a fingering (Violin/Viola) to indicate that a particular finger should stay on its place. Is there a way to accomplish that? Ingmar Meissner Lilypond Version 2.16.2 ___ lilypond-user mailing list

Re: LilyPond identifier restrictions

2013-06-14 Thread David Kastrup
Urs Liska writes: > So what is the definition of allowed characters then? > > http://www.lilypond.org/doc/v2.16/Documentation/notation/file-structure. > html says: > "The name of a variable should have alphabetic characters only; no > numbers, underscores or dashes." > > And I think I'm not alone

Re: LilyPond identifier restrictions

2013-06-14 Thread Urs Liska
Am 14.06.2013 15:36, schrieb David Kastrup: Kieren MacMillan writes: Hi all, Curiously, this *does* appear to work (assuming the Unicode comes through email properly)! \version "2.16" Mvmnt1Voice1 = { a b c } \score { \Mvmnt1Voice1 } Everything outside of ASCII is allowed into ident

Re: LilyPond identifier restrictions

2013-06-14 Thread David Kastrup
Kieren MacMillan writes: > Hi all, > > Curiously, this *does* appear to work (assuming the Unicode comes > through email properly)! > > \version "2.16" > > Mvmnt1Voice1 = { > a b c > } > > \score { > \Mvmnt1Voice1 > } Everything outside of ASCII is allowed into identifiers. Just within ASC

Re: LilyPond identifier restrictions

2013-06-14 Thread Pierre Perol-Schneider
2013/6/14 Kieren MacMillan > and this: > > \version "2.16" > > Mvmnt𝟏Voice𝟏 = { > a b c > } > > \score { > \Mvmnt𝟏Voice𝟏 > } > 🂡🂱🃁🃑 = { a b c } \score { \🂡🂱🃁🃑 } Works fine too... That was just for fun. :) Pierre ___ lilypond-user mailing li

Re: LilyPond identifier restrictions

2013-06-14 Thread Kieren MacMillan
and this: \version "2.16" Mvmnt𝟏Voice𝟏 = { a b c } \score { \Mvmnt𝟏Voice𝟏 } On 2013-Jun-14, at 09:17, Kieren MacMillan wrote: > Hi all, > > Curiously, this *does* appear to work (assuming the Unicode comes through > email properly)! > > \version "2.16" > > Mvmnt1Voice1 = { > a b c

Re: LilyPond identifier restrictions

2013-06-14 Thread Kieren MacMillan
Hi all, Curiously, this *does* appear to work (assuming the Unicode comes through email properly)! \version "2.16" Mvmnt1Voice1 = { a b c } \score { \Mvmnt1Voice1 } Processing `/Users/kmac/Documents/01_music/scores/01_current/test.ly' Parsing... Interpreting music... Preprocessing graphi

Re: LilyPond identifier restrictions

2013-06-14 Thread Urs Liska
Am 14.06.2013 14:59, schrieb David Kastrup: Richard Shann writes: On Fri, 2013-06-14 at 11:52 +0200, David Kastrup wrote: Urs Liska writes: Maybe it's obvious but I always wondered why LilyPond identifiers are so restricted to [a-zA-Z] characters. They aren't. \version "2.16" Mvmnt1Voic

beams and ties in user defined functions

2013-06-14 Thread Paul Malcolm
I have a question on what might be possible in a user defined function with "music" passed to such a function, especially with respect to how notes are arranged in the etc in the output Suppose I have a little function like this MyPattern = #(define-music-function (parser location x y) (ly:

Re: LilyPond identifier restrictions

2013-06-14 Thread David Kastrup
Richard Shann writes: > On Fri, 2013-06-14 at 11:52 +0200, David Kastrup wrote: >> Urs Liska writes: >> >> > Maybe it's obvious but I always wondered why LilyPond identifiers are >> > so restricted to [a-zA-Z] characters. >> >> They aren't. > > \version "2.16" > > Mvmnt1Voice1 = { > a b c > }

Re: LilyPond identifier restrictions

2013-06-14 Thread Richard Shann
On Fri, 2013-06-14 at 11:52 +0200, David Kastrup wrote: > Urs Liska writes: > > > Maybe it's obvious but I always wondered why LilyPond identifiers are > > so restricted to [a-zA-Z] characters. > > They aren't. \version "2.16" Mvmnt1Voice1 = { a b c } \score { \Mvmnt1Voice1 } GNU LilyPo

Re: LilyPond identifier restrictions

2013-06-14 Thread David Kastrup
Urs Liska writes: > Maybe it's obvious but I always wondered why LilyPond identifiers are > so restricted to [a-zA-Z] characters. They aren't. > Is there a reason why one can't at least allow digits? The developer list archive is searchable, and so is the issue tracker. -- David Kastrup __

LilyPond identifier restrictions

2013-06-14 Thread Urs Liska
Maybe it's obvious but I always wondered why LilyPond identifiers are so restricted to [a-zA-Z] characters. Is there a reason why one can't at least allow digits? Urs ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/l

Re: adding a markup ("sim.") to the end of a SustainPedalBracket

2013-06-14 Thread Thomas Morley
2013/6/14 Kieren MacMillan > Hi Harm, > > it's not completely clear to me what you want to achieve. > > > I want this: > > 1. Best Option = adjust the stencil of the bracket so that \sustainOff > would print the entire grouping "/\_ sim." > > > Please look at the output from the code below and