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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
> }
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
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
__
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
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
19 matches
Mail list logo