Hello list,
is it possible to specify an absolute font size in text markups?
I found this in the list archive:
http://lists.gnu.org/archive/html/lilypond-user/2005-10/msg1.html
Thomas
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lis
If you haven't added this to LSR already, could you do so? You can add
the script (and usage instructions) as a comment to the snippet.
Cheers,
- Graham
Benjamin Esham wrote:
[cc'ing to the list]
Vivian Barty-Taylor wrote:
Dear Benjamin and Nick,
This was just to let you know that I've g
Valentin Villenave wrote:
2007/8/31, Graham Percival <[EMAIL PROTECTED]>:
Hmm... I'd rather not have OS-specific info in LSR, and
application-specific info is even worse than OS-specific. OTOH, I guess
this script _is_ harmless. I'm not really certain what I think about it.
Well, mak
Hi Valentin,
Can't help you with \parallelMusic directly, but...
I would use everyday it if this was addressed
Don't forget that you can fake \parallelMusic by explicitly pushing
notes into an existing Voice context -- see snippet, below, for an
example.
It's not quite as pretty, but it a
Greetings -
I'm getting there, and I'd like to thank all of you for the wonderful
program and all the help!
I'm running LilyPond 2.11.23 under Windows XP SP2.
I'm including a snippet and the log from running the snippet. I'm using
a silent note (space holder?) to allow a different clef cue at th
Hi Ralph,
I'm using a silent note (space holder?) to allow a different clef
cue at the
beginning of the piece, and it is causing a barcheck failure. The
failure doesn't seem to produce any other problems, so should I just
ignore it? Or is there a better structure to use to get my intended
re
Hi,I'm trying to fix a setting in my music and I can't figure out how. It's not a standard setting (well, it's a relatively new contemporary notation) so I don't imagine it will be too easyI need to be able to set stems on rests. I have large sections of 16th note/ 16th note rests which would be m
2007/9/5, Michael Sperone <[EMAIL PROTECTED]>:
> Hi,I'm trying to fix a setting in my music and I can't figure out how. It's
> not a standard setting (well, it's a relatively new contemporary notation)
> so I don't imagine it will be too easyI need to be able to set stems on
> rests. I have large
2007/9/5, Valentin Villenave <[EMAIL PROTECTED]>:
> I don't see what I mean.
Oops -- I meant "I don't see what you mean", of course...
...but in this case, the former is equally true :)
Regards,
Valentin
___
lilypond-user mailing list
lilypond-user@g
Thanks, Kieren -
That works perfectly for the clef change at the beginning of the piece.
Anyone have any ideas about the TrillSpan problem?
Ralph
-Original Message-
From: Kieren MacMillan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 05, 2007 9:01 AM
To: Palmer, Ralph
Cc: lilyp
Hi Ralph...
That works perfectly for the clef change at the beginning of the
piece.
Glad to hear it!
Anyone have any ideas about the TrillSpan problem?
What about:
%%% BEGIN SNIPPET
\version "2.11.23"
\include "english.ly"
\score
{
{
\clef bass
Am 2007-09-04 um 09:30 schrieb Valentin Villenave:
LilyPond still writes a tex file (and several others) if you try to
get an EPS.
Are you sure it does? I thought it didn't anymore...
After a run of
lilypond -beps -dno-gs-load-fonts -dinclude-eps-fonts power.ly
with LilyPond 2.10.29
I have:
p
Am 2007-09-04 um 23:31 schrieb Patrick Watzka-Storm:
i've worked with lilypond for a few days now and everything went well,
but since this evening I get the following error message in the log
file, when
trying to create a pdf-file.
midi output still works without problems.
»gs -q -dDEVICEW
BTW - v. 2.11.32
On 9/4/07, Adam James Wilson <[EMAIL PROTECTED]> wrote:
> I have a StaffGroup that contains four staves. Most of the time, I
> want a SpanBar to pass through all four staves. However, there are
> some points at which I'd like the SpanBar to connect only the bottom
> three staves
Thanks again, Kieren!
That worked.
Ralph
-Original Message-
From: Kieren MacMillan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 05, 2007 1:19 PM
To: Palmer, Ralph
Cc: lilypond-user@gnu.org
Subject: Re: Barcheck and TrillSpan
Hi Ralph...
> That works perfectly for the clef cha
Hi all,
Some time ago, I asked Han-Wen about sponsoring a feature where
lengths (widths, really) could be set by duration (e.g., 16th note)
instead of staff spaces. At the time, I couldn't think of a good
example to back up my intuition of its importance, so we let it drop...
However, the
On 9/5/07, Kieren MacMillan <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Some time ago, I asked Han-Wen about sponsoring a feature where
> lengths (widths, really) could be set by duration (e.g., 16th note)
> instead of staff spaces. At the time, I couldn't think of a good
> example to back up my intui
Hi,
Is it possible to make the following tempo markup ...
\times 2/3 { r8 n4 ~ } n4 = n2
... complete with tuplet bracket (where the n4 and n2 represent simply
\note #"4" and \note #"2")?
The notation indicates that a duration of 1/6 + 1/4 (or 5/12) on the
lefthand side of the barline equal
Hi,
I try to use \transpose with a variable as parameter like
mykey = {d'}
melody = \transpose c' \mykey
\relative c' {... }
what´s wrong?
I get the message:
syntax error, unexpected STRING, expecting NOTENAME_PITCH or TONICNAME_PITCH
melody = \transpose c'
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am Mittwoch, 5. September 2007 schrieb Kieren MacMillan:
> Is there a callback function that can be used to get the width, at
> the current point in the current measure, of a given musical duration?
> If not, can such a thing be developed?
>
> In the f
Hi Trevor,
On 9/5/07, Trevor Bača <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Is it possible to make the following tempo markup ...
>
> \times 2/3 { r8 n4 ~ } n4 = n2
>
> ... complete with tuplet bracket (where the n4 and n2 represent simply
> \note #"4" and \note #"2")?
>
How about a nested score
On 9/5/07, Neil Puttock <[EMAIL PROTECTED]> wrote:
> Hi Trevor,
>
> On 9/5/07, Trevor Bača <[EMAIL PROTECTED] > wrote:
> > Hi,
> >
> > Is it possible to make the following tempo markup ...
> >
> > \times 2/3 { r8 n4 ~ } n4 = n2
> >
> > ... complete with tuplet bracket (where the n4 and n2 repre
Hello list, hello Tomas,
You wrote:
> Hi,
> I try to use \transpose with a variable as parameter like
>
> mykey = {d'}
>
> melody = \transpose c' \mykey
> \relative c' {... }
>
> what??s wrong?
>
> I get the message:
> syntax error, unexpected STRING, expecting NOTENAME_PITCH or TO
2007/9/6, Trevor Bača <[EMAIL PROTECTED]>:
> Actually this is pretty clever. And will certainly do for the snippets
> that I've got in front of me right now, so thanks very much!
I agree. LSR, anyone? :)
Regards,
Valentin
___
lilypond-user mailing list
Roland Goretzki wrote:
Hello list, hello Tomas,
You wrote:
Hi,
I try to use \transpose with a variable as parameter like
mykey = {d'}
melody = \transpose c' \mykey
\relative c' {... }
what??s wrong?
I get the message:
syntax error, unexpected STRING, expecting NOTENAME_PIT
25 matches
Mail list logo