Hello all,
If anyone's interested, I've started work on a Sibelius plug-in to
export Lilypond data. I know there were rumors of such a thing
floating around for a while, but I got tired of waiting and searching,
so I just started to cobble one together.
As of yet, all it can get from the score i
Hello,
I found Lilypond 2.13 is on the download page, but the links contain no file
at all. Is 2.13 really out?
Haipeng
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
On 3/22/09 6:26 PM, "MonAmiPierrot" wrote:
>
> Thanks Peter, but it seems I didn't explain myself:
> what I need is sometihng like this (the syntax is invented: I don't know
> scheme] directly IN lily files:
>
> LilyVers = [Get lilypond version: "2.10" or "2.12"]
> IF LilyVers = "2.10" THEN N
On 3/22/09 6:26 PM, "MonAmiPierrot" wrote:
>
>
>
>
> Peter Chubb-6 wrote:
>>
>>> "Peter" == Peter Chubb writes:
>>
>> Peter> I embed Lily in a shell script for that kind of thing (I'm
>> Peter> running on Unix):
>>
>>
>>
>
> Thanks Peter, but it seems I didn't explain myself:
>
On 3/22/09 10:20 AM, "Marc Hohl" wrote:
> Carl, thanks for your answer.
>
You're welcome.
>>
>> How about
>>
>> #(define (x-tab-format str context event)
>> (make-whiteout-markup
>> (make-vcenter-markup
>> (markup #:musicglyph "noteheads.s2cross"
>>
>> x = #(define-mus
Peter Chubb-6 wrote:
>
>> "Peter" == Peter Chubb writes:
>
> Peter> I embed Lily in a shell script for that kind of thing (I'm
> Peter> running on Unix):
>
>
>
Thanks Peter, but it seems I didn't explain myself:
what I need is sometihng like this (the syntax is invented: I don't know
2009/3/22 Stefan Thomas :
> Dear Lilypond-users,
> I've got a new problem, concerning the TimeSig-Context.
> I don't understand, why the Time-Signature takes so much space in this
> example, when the bar starts with a rest.
> How can I change it?
You can make it take up no space using 'extra-spaci
Neil Puttock wrote Sunday, March 22, 2009 12:44 PM
2009/3/19 Trevor Daniels :
Yes, I see the same with 2.12.1 on Vista and viewed with Adobe
Reader 8.1.3.
See attached. A minor bug, but a definite one for a program in
which
beautifully typeset music is the main objective. Valentin?
NR 1.5
> "Peter" == Peter Chubb writes:
Peter> I embed Lily in a shell script for that kind of thing (I'm
Peter> running on Unix):
(I've just noticed you're using Windows ... you'll need to ask someone
who's a Windows expert as to how to script it, as you won't
necessarily have the Bourne shell ava
I embed Lily in a shell script for that kind of thing (I'm running on
Unix):
Something like this which is meant to make MIDI only output:
---
#!/bin/sh
LILY=/usr/local/bin/lilypond
LILYVERSION=`$LILY | sed -n 's/^GNU Lilypond \([12]\.[0-9]*\.[0-9]*\).*$/\1/p'`
case "$LILYVERSION" in
2009/3/22 Maarten Deen :
> Is this a bug or is there a syntax that will make it work?
Move the \addlyrics block outside the \staff block.
\score {
\new Staff = "Zang" {
\set Score.skipBars = ##t
\transpose c d { << \znAchtendertig \outlineAchtendertig >> }
\pageBreak
}
Am 22.03.2009 um 22:50 schrieb Jay Hamilton:
TenorIIexaminer = \relative c
{
\set Staff.shortInstrumentName = "T-II"
\clef "treble_8"
} then
\addlyrics { }
so I'm not sure if \context is there or not, it's not explicit.
So then you want to make it explicit. \new Voice = "Tenor II". I
You
Maybe check your printer driver settings to see if the printer is using its
own internal fonts instead of downloading fonts.
Nick
> -Original Message-
> From: lilypond-user-bounces+nick.payne=internode.on@gnu.org
> [mailto:lilypond-user-bounces+nick.payne=internode.on@gnu.org] On
Am 22.03.2009 um 19:42 schrieb Jay Hamilton:
\book{
\score
{
\new StaffGroup
<<
\new Staff \with { instrumentName = "Alto I" }
<< \global \AltoIconscience >>
\new Staff \with { instrumentName = "Alto II" }
<< \global \AltoIIdoubter >>
\new Staff \with
hi all
my time signatures and dynamics now print in a sans serif font.
the change is that i'm using a laser rather than inkjet printer
i've tried 2.12.1 and 2.13.x, i've tried copying all fonts into the /
fonts folder and the otf fonts into a /.fonts folder
mac osx 10.5.6
views fine in prev
Am 22.03.2009 um 17:36 schrieb Jay Hamilton:
>> However when I add \new Lyrics \lyricsto "Tenor II" \text
>> to the layout, I get the text but suddenly the stems are back on
>> the noteheads. Don't understand how to have both text and no
stems.
>> Ideas? Pointers? Thanks
I don't quite un
I have this snippet (in 2.10):
\score {
\new Staff = "Zang" {
\set Score.skipBars = ##t
\transpose c d { << \znAchtendertig \outlineAchtendertig >> }
\addlyrics { << \zgAchtenendertig >> }
\pageBreak
}
\header {
piece = "Vers 38"
}
}
\score {
Ok that didn't work still have the same problem. As soon as I read your
response I realized that all you were suggesting was to remove the \new the
piece still compiled but the stems are still there.
On Sun, Mar 22, 2009 at 8:55 AM, wrote:
> Date: Sun, 22 Mar 2009 16:55:59 +0100
> From: "James
Carl, thanks for your answer.
Carl D. Sorensen schrieb:
On 3/21/09 1:48 PM, "Marc Hohl" wrote:
[Sorry, the attached eps was too big; I converted it to png]
I have a wishlist of features for the tablature and guitar _notation_
feature request.
I don't know how far the work on the features
Am 22.03.2009 um 16:49 schrieb David Raleigh Arnold:
On Saturday 21 March 2009, patrick duka wrote:
Hi,
I have a set of measures that I want to repeat several times at
different
times of the score.
I want to put the letter A at the beginning of this set of measures,
and B
at the end,
the
Copying to list.
I don't know if one can nest contexts. Why are you nesting contexts?
Am 22.03.2009 um 16:00 schrieb Jay Hamilton:
James,
Thank you for the suggestion I will try it, however can one have a
\context within a \context?
Yours-
Jay
Jay Hamilton
www.soundand.com
206-328-7694
On Saturday 21 March 2009, patrick duka wrote:
> Hi,
> I have a set of measures that I want to repeat several times at
different
> times of the score.
>
> I want to put the letter A at the beginning of this set of measures,
and B
> at the end,
>
> then I want A-B to repeat at some time later on
For whom it may be interested:
I just put
#(ly:set-option 'midi-extension "midi")
in my files
This .mid thing is weird... I can't understand why they changed it.
-
Piero Faustini, PhD student
Dipartimento di Scienze Storiche
Sezione musicologia
Università di Ferrara
Software used:
- LyX
I need to write some music to be understood by Lilypond 2.10 but I want to
include some commands which are brand new in 2.12, in a manner that if I
run 2.12 they are already present (and work). How can I tell Lilypond to
ignore a line if it's version is older, and viceversa?
It seems to be very s
Dear Lilypond-users,
I've got a new problem, concerning the TimeSig-Context.
I don't understand, why the Time-Signature takes so much space in this
example, when the bar starts with a rest.
How can I change it?
\version "2.12.1"
\include "compound.ly"
%taktarten
zwozwodrei = { \compoundMeter #'(2 2
2009/3/19 Trevor Daniels :
> Yes, I see the same with 2.12.1 on Vista and viewed with Adobe Reader 8.1.3.
> See attached. A minor bug, but a definite one for a program in which
> beautifully typeset music is the main objective. Valentin?
NR 1.5.2 Multiple voices:
When using merge-differently-hea
Frederick Dennis wrote:
Dear All,
I tried to install Frescobaldi with openSuse but keep getting the
message: cmake - no such program. I'm a novice at linux.
Also, --exec-prefix produced an error.
Is there an easier way of getting it to work?
Thanks for your attention.
Do you have cmake install
On Sun, Mar 22, 2009 at 02:58:33AM -0400, Craig Bakalian wrote:
> Hi,
> I am just curious, is anyone running a 64 bit chip with Lilypond on
> Windows Vista or some form of Linux? If so, how is it working.
I run LilyPond on a 32-bit and 64-bit machine (Arch Linux), and it
works great on bo
28 matches
Mail list logo