I personally am finding that I prefer to work in
Frescobaldi/LilyPond, BUT...many of those with
whom I collaborate use MuseScore/Finale/Sebelius
When I previously used MuseScore it was easy to
export musicXML that My collaborators could import/
But I don't see any such export options from LilyPond
To answer your second question, The Mutopia Project is a good place to make
non-copyrighted music in LilyPond available. See
http://www.mutopiaproject.org/
---
Knute Snortum
(via Gmail)
On Thu, Mar 2, 2017 at 4:21 AM, Don Gingrich
wrote:
> I personally am finding that I prefer to work in
> Fre
Is it possible to convert a symbol (such as `'bes'`) to a pitch (in this
case `(ly:make-pitch 1 0 0)`)? I know you can do `#{ bes' #}` to get a
pitch, but that only appears to work for constants.
Or, for a more general question: is there some way to eval() a string as
Lilypond code?
Am 02.03.2017 um 22:28 schrieb caag...@gmail.com:
> Is it possible to convert a symbol (such as `'bes'`) to a pitch (in
> this case `(ly:make-pitch 1 0 0)`)? I know you can do `#{ bes' #}` to
> get a pitch, but that only appears to work for constants.
>
> Or, for a more general question: is there
caag...@gmail.com writes:
> Is it possible to convert a symbol (such as `'bes'`) to a pitch (in
> this case `(ly:make-pitch 1 0 0)`)? I know you can do `#{ bes' #}` to
> get a pitch, but that only appears to work for constants.
>
> Or, for a more general question: is there some way to eval() a str
On Thu, Mar 2, 2017 at 4:55 PM, Urs Liska wrote:
>
>
> Am 02.03.2017 um 22:28 schrieb caag...@gmail.com:
>> Is it possible to convert a symbol (such as `'bes'`) to a pitch (in
>> this case `(ly:make-pitch 1 0 0)`)? I know you can do `#{ bes' #}` to
>> get a pitch, but that only appears to work for
Urs Liska writes:
> Am 02.03.2017 um 22:28 schrieb caag...@gmail.com:
>> Is it possible to convert a symbol (such as `'bes'`) to a pitch (in
>> this case `(ly:make-pitch 1 0 0)`)? I know you can do `#{ bes' #}` to
>> get a pitch, but that only appears to work for constants.
>>
>> Or, for a more g
On 03/02/17 23:41, Jeffery Shivers wrote:
Where does the string originate? If it is produced by some other
programming interface/language, maybe it be easier to adjust your code
so that the string is wrapped in something like `\myMusic = { }`.
What does the input look like? A bunch of strings
On 03/02/17 23:39, David Kastrup wrote:
caag...@gmail.com writes:
Is it possible to convert a symbol (such as `'bes'`) to a pitch (in
this case `(ly:make-pitch 1 0 0)`)? I know you can do `#{ bes' #}` to
get a pitch, but that only appears to work for constants.
Or, for a more general questio
caag...@gmail.com writes:
> On 03/02/17 23:41, Jeffery Shivers wrote:
>> Where does the string originate? If it is produced by some other
>> programming interface/language, maybe it be easier to adjust your code
>> so that the string is wrapped in something like `\myMusic = { > here> }`.
>>
>> Wha
Hi there,
In a violin score, I saw something similar to the following code, but
the second voice b4 was displayed as a triangle. I can not recognize it,
and don't know how to input it into lilypond. Any help? Thanks in advance.
\relative c' {
\key g \major
<< {dis16 [fis b, ais]} \\ {s \
On Thu, Mar 2, 2017 at 9:24 PM, Jinsong Zhao wrote:
> Hi there,
>
> In a violin score, I saw something similar to the following code, but the
> second voice b4 was displayed as a triangle.
>
Do you have a screenshot or small image you could attach which shows
the notehead you want? Was it definit
I'm using custom font of which I have only regular italic variant; while it
makes expression text look good, it also makes dynamics made in \markup
appear like they were typed in this font instead with my music font.
MWE (somewhat):
\version "2.19.55"
...
c\sfz-\markup { \italic "cresc." } %work
On 2017/3/3 10:35, Jeffery Shivers wrote:
On Thu, Mar 2, 2017 at 9:24 PM, Jinsong Zhao wrote:
Hi there,
In a violin score, I saw something similar to the following code, but the
second voice b4 was displayed as a triangle.
Do you have a screenshot or small image you could attach which shows
On Thu, Mar 2, 2017 at 9:48 PM, Jinsong Zhao wrote:
> On 2017/3/3 10:35, Jeffery Shivers wrote:
>>
>> On Thu, Mar 2, 2017 at 9:24 PM, Jinsong Zhao wrote:
>>>
>>> Hi there,
>>>
>>> In a violin score, I saw something similar to the following code, but the
>>> second voice b4 was displayed as a tria
15 matches
Mail list logo