Generate music with scheme

2022-04-11 Thread Henrik Frisk
Hi, I have not worked with scheme and lilypond for some years. I realize that this is more of a scheme question than Lilypond, but perhaps someone knows how to do this. I can generate four notes with the following: \version "2.18.0" \score { { $ (make-sequential-music (map (lambd

Re: Generate music with scheme

2022-04-11 Thread Henrik Frisk
Hi Leo! Den mån 11 apr. 2022 kl 12:49 skrev Leo Correia de Verdier < leo.correia.de.verd...@gmail.com>: > An addition: > > MarkEvent is not added to the note, but to the staff (it’s often used for > things like rehearsal marks), if you want the markup added to the actual > note you can write it l

Re: Generate music with scheme

2022-04-11 Thread Henrik Frisk
Den mån 11 apr. 2022 kl 12:30 skrev Jean Abou Samra : > > > Le 11/04/2022 à 11:50, Henrik Frisk a écrit : > > Hi, > > > > I have not worked with scheme and lilypond for some years. I realize > > that this is more of a scheme question than Lilypond, but perhaps &g

Re: Generate music with scheme

2022-04-11 Thread Henrik Frisk
> > You could also use append-map which will concatenate the lists without > the inner call to make-sequential-music: > > > { > $(make-sequential-music >(append-map > (lambda (x) (list > #{ $(ly:make-pitch 0 x) 4 #} > #{ \mark \markup \override #'(font-size . -3) 10 #} )) >

Cropped output

2023-07-20 Thread Henrik Frisk
Hi, I know that this is an old question but I'm seeing some strange behavior. On Mac OS none of the suggested alternatives appear to work though it did on Linux. The only way I can seem to get a cropped output is to output an EPS file. What tools does the cli option -dcrop='#t' use. Maybe I'm mis

Re: Cropped output

2023-07-20 Thread Henrik Frisk
> Hi, > > I know that this is an old question but I'm seeing some strange behavior. > On Mac OS none of the suggested alternatives appear to work though it did > on Linux. The only way I can seem to get a cropped output is to output an > EPS file. > > What tools does the cli option -dcrop='#t' use.

Re: Cropped output

2023-07-21 Thread Henrik Frisk
Den tors 20 juli 2023 kl 18:10 skrev Jean Abou Samra : > Le jeudi 20 juillet 2023 à 17:52 +0200, Henrik Frisk a écrit : > > None at all, but maybe I'm misunderstanding the command. Here's what I do: > > $ lilypond --pdf -dcrop='#t' test6.ly > GNU LilyPond 2

Re: Cropped output

2023-07-23 Thread Henrik Frisk
Den fre 21 juli 2023 kl 13:43 skrev Hans Aikema : > > > On 21 Jul 2023, at 13:36, Henrik Frisk wrote: > >  > > > Den tors 20 juli 2023 kl 18:10 skrev Jean Abou Samra : > >> Le jeudi 20 juillet 2023 à 17:52 +0200, Henrik Frisk a écrit : >> >> No

Text fonts

2010-11-23 Thread Henrik Frisk
Hi all, I'm using a font all the time in LaTeX (Adobe's Frutiger) that I select in my LaTeX documents with \renewcommand{\rmdefault}{pfr} Can I make this font selectable in Lilypond, and if so, how would I do it? It doesn't show up in when I run: $ lilypond -dshow-available-fonts x I have to a

Fwd: Text fonts

2010-11-25 Thread Henrik Frisk
Sorry, forgot to CC the list... -- Forwarded message -- From: Henrik Frisk Date: Thu, Nov 25, 2010 at 9:55 AM Subject: Re: Text fonts To: Werner LEMBERG > >> but I'm guessing /usr/share/fonts is just as good > > Well, yes, but I consider it a bad thing to

Transform score file before rendering

2011-01-31 Thread Henrik Frisk
Hi, For a microtonal piece I'm working on, using a 43-tone scale, I would like to enter the music diatonically, so to speak, and tranform it to microtonal notation at a later stage. In other words, if I enter c I get the first note of the 43-tone scale, cis the second note, and if I enter c' I ge

Get the pitch as number

2011-02-09 Thread Henrik Frisk
Hi all, I'm trying to write a couple of functions that will attach a given text script to a note depending on the pitch. In the example below I get the first item in the list, as expected if I run (get-text 1). If I run (get-pitch msc) I get ((0)) and if I try to compile the file or run (add-text-

Guile interpreter

2011-02-14 Thread Henrik Frisk
Hi, When I'm starting up the Guile interpreter by inserting #(module-define! (resolve-module '(guile-user)) 'lilypond-module (current-module)) #(top-repl) in my .ly file, I don't have readline support (command history, etc). How can I make sure the ice-9 and readline modules are loaded when

Re: Get the pitch as number

2011-02-14 Thread Henrik Frisk
On Fri, Feb 11, 2011 at 3:10 PM, Gilles THIBAULT wrote: > >> It appears to me that I'm getting a list rather than an integer, but if I >> run (get-text texts (ly:pitch-semitones (ly:make-pitch 0 1 0))) > > So get-pitch was probably the culprit ... > > > NB > You use : ly:pitch-semitones. You'll ge

lyqi on FC13

2011-08-08 Thread Henrik Frisk
Hi, I used to use lyqi in past but haven't recently. I decided to revisit it and downloaded it from github (https://github.com/nsceaux/lyqi). i did get a few compilation errors, primarily variants of: In lyqi:insert-opening-delimiter: lyqi.el:3050:18:Warning: `last-command-char' is an obsolete va

Re: lyqi on FC13

2011-08-09 Thread Henrik Frisk
>> I would really like to get lyqi working, so any hints are welcome. >> >> Thanks, >> >> /Henrik >> > I think your best bet, Henrik, would be to get in touch with Nicolas Sceaux, > the author of lyqui.  His email, from his home page, is > nicolas.sce...@free.fr > Thanks Colin. I will do that! /He

org babel and lilypond

2017-12-24 Thread Henrik Frisk
Hi, Today I tried to get ob-lilypond (Org Babel) to work on my OSX system and a recent versin of emacs. Anmyone using it here? I would love to get it to work. Best, Henrik ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailma

RE: org babel and lilypond

2017-12-25 Thread Henrik Frisk
s+jschlomann= > wideopenwest@gnu.org] *On Behalf Of *Henrik Frisk > *Sent:* Sunday, December 24, 2017 12:57 PM > *To:* lilypond-user@gnu.org > *Subject:* org babel and lilypond > > > > Hi, > > Today I tried to get ob-lilypond (Org Babel) to work on my OSX system an

TextScript, \column and line height

2009-05-25 Thread Henrik Frisk
Hi, I have been away from the list for a while (but it feels good to be back!) and I'm sorry if this question has been up recently. In a score I'm working on I have to do a fair amount of text mark ups like: \markup { \column { "Rear Right" "Front Right" } } With the font I'm

Re: TextScript, \column and line height

2009-05-25 Thread Henrik Frisk
Hi Kieren, [snip] > > Globally, you can use > > \layout { > \context { >\Score >\override TextScript #'baseline-skip = #1.2 > } > } > > Hope this helps! > It sure does. It was exactly what I was looking for. Now that I see it I wonder why I couldn't figure it out myself... Thanks, /H

Make a \draw-line a dotted-line?

2009-05-27 Thread Henrik Frisk
Hi, Is it possible to make something like relative c' { c4 ^\markup { \draw-line #'(0 . 3) } } and have the resulting line be dotted or dashed? I can read here http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Graphic that the \draw-line has a #'thickness property but I'm not sur

Double time signatures

2006-08-04 Thread Henrik Frisk
Hi, Just noticed an odd thing with time signatures. The following prints double time signatures at the beginning of a bar: \version "2.9.11" \score { << \new Staff \relative c' { \time 8/8 \acciaccatura c16 c4 d4 r4 r4 } \new Staff \relative c' { \time 8

Re: beaming and tuplets

2006-08-07 Thread Henrik Frisk
> > The tuplet bracket in the example below has to be manually adjusted when > > I beam the 16th note triplet with the rests. It has a slant in the wrong > > direction and collides with the beam. > > > > > > \version "2.9.11" > > > > \new Staff \relative c' { > > \times 2/3 {

Re: Double time signatures

2006-08-07 Thread Henrik Frisk
OK, I had a feeling I had seen something about it. What throws me off here is that it's the redundant \time command in the second staff that makes the difference. Mats Bengtsson <[EMAIL PROTECTED]> wrote: > Please read the section on grace notes in the manual. > > /Ma

BendAfter issues

2006-08-08 Thread Henrik Frisk
Hi, I just found the very handy BendAfter object. However, as can be seen in the example below the bend collides with the dot. This only happens on notes "in the spaces", i.e. not the ones on the lines. It also throws a warning: warning: programming error: bounds of this piece aren't breakable.

Re: Getting rid of redundant tuplet brackets in combined voices

2006-08-09 Thread Henrik Frisk
Hi, Unfortunately I couldn't compile your file (LilyPond exits with segmentation fault or bus error) - this is in Lily 2.9.13. However, I would imagine you could put a \override Voice.TupletBracket #'bracket-visibility = ##t \override Voice.TupletNumber #'transparent = ##t before your \times

Re: Getting rid of redundant tuplet brackets in combined voices

2006-08-10 Thread Henrik Frisk
Markus Schneider <[EMAIL PROTECTED]> wrote: > Hi Henrik, > > > However, I would imagine you could put a > > > > \override Voice.TupletBracket #'bracket-visibility = ##t > > \override Voice.TupletNumber #'transparent = ##t > > if I pass this to the first voice, all brackets and numbers vanish; p

Re: Getting rid of redundant tuplet brackets in combined voices

2006-08-11 Thread Henrik Frisk
Markus Schneider <[EMAIL PROTECTED]> wrote: > Hm, > > this is odd indeed, I can only assume that 2.9.14 typesets tuplet brackets > differently (ie. both at the same spot in this case). Are you running 2.9.14 and did it look OK then? > > But the problem isn't gone, I paste a section of tuplets f

More on colliding tuplet brackets.

2006-08-11 Thread Henrik Frisk
Hi, Here's another thing relating to tuplet brackets. Can someone please help on how to uncollide these brackets of the nested tuplets. I've run out of options, though I might be overlooking something... Thanks! /henrik \version "2.9.14" \score { << \new Staff { \relative c'' {

Re: More on colliding tuplet brackets.

2006-08-11 Thread Henrik Frisk
Markus Schneider <[EMAIL PROTECTED]> wrote: > Hi Henrik, > > the problem is to move apart the two consecutive "\time n/m {}" statements, > so that the overrides only affect one set of tuplets. > > See two examples below. The first one reports a "warning: ignoring too many > clashing note columns

Re: Getting rid of redundant tuplet brackets in combined voices

2006-08-11 Thread Henrik Frisk
Markus Schneider <[EMAIL PROTECTED]> wrote: > Hello Henrik, > > > > this is odd indeed, I can only assume that 2.9.14 typesets tuplet > brackets > > > differently (ie. both at the same spot in this case). > > Are you running 2.9.14 and did it look OK then? > Yes, I do and it looks OK, but I'm alm

Re: Finally I found out about "\myStaffSize 20"

2006-08-17 Thread Henrik Frisk
Eyolf Ostrem <[EMAIL PROTECTED]> wrote: > Seemingly a simple task: I want to change the global staff size of my score, > AND I want some other fonts than the defaults. > I've broken my head over this one, and I think I've got it now, but I also > think it shouldn't have taken such an effort. T

Re: Shortening ties

2006-08-17 Thread Henrik Frisk
Stewart Holmes <[EMAIL PROTECTED]> wrote: > http://www.lilypond.org/doc/v2.9/Documentation/user/lilypond/Laissez-vibrer-ties.html > > Is that of any use? You can use LaissezVibrerTieColumn #'X-extent to > lengthen them to your desired length. > Unfortunately that will not do it (as someone else

Re: Crossing of Voices in Polyphonic Music ?

2006-08-22 Thread Henrik Frisk
> Now I want to do more than just type these notes: I want to indicate > the crossing of the two voices by means of a line (better: two > lines) - a symbolism I've often seen in polyphonic scores. > Use \glissando - it prints a line between two adjacent notes. There's the followVoice pro

Re: Prevent Collision of Tuplet Brackets ???

2006-08-23 Thread Henrik Frisk
Ben Hoefer <[EMAIL PROTECTED]> wrote: > Hi, > > I have a PianoStaff and there is a triplet bracket at the top stave > overlapping a triplet bracket at the bottom stave :-(( > > What can I do to prevent any collision between the two brackets? You will want to look at the #'direction,

Re: tweak of the crescendotext

2006-08-25 Thread Henrik Frisk
yota <[EMAIL PROTECTED]> wrote: > is such a dynamic indication a TextScript or a DynamicText or something else > ?... I tried some tweaks but everything failed. > At the bottom of this page: http://lilypond.org/doc/v2.9/Documentation/user/lilypond/Dynamics.html#Dynamics I found the answer to yo

Re: tweak of the crescendotext

2006-08-25 Thread Henrik Frisk
Mats Bengtsson <[EMAIL PROTECTED]> wrote: > Quoting Henrik Frisk <[EMAIL PROTECTED]>: > > I personally like the extra-offset property since it allows me to move > > an object in any way with only one command. I would assume that 'padding' > > and '

Re: Adding a little horz. space between 2 bumping notes

2006-08-26 Thread Henrik Frisk
Rick Hansen (aka RickH) <[EMAIL PROTECTED]> wrote: > To see the change just add or remove th "\6" string indicator after > the "f,," note and you'll see what happens. It's not there... You can increase the f's #'X-extent to add space after it. For example, \override NoteColumn #'X-extent = #'(4

Re: Adding a little horz. space between 2 bumping notes

2006-08-27 Thread Henrik Frisk
Rick Hansen (aka RickH) <[EMAIL PROTECTED]> wrote: > Apparently there are numerous ways to insert horizontal whitespace. I most frequently adjust the force-hshift property of the NoteColumn object. However, in your example you would have to move both the top voice (the C after the F) and the lowe

postscrip markup broken in 2.9

2006-08-27 Thread Henrik Frisk
Hi, I just noticed that the \postscript markup command is broken in 2.9. I first thought I was doing something wrong, but when I looked in the documentation to check the syntax I noticed that in the 2.9 docs there's no output of the PS commands in the Tips and Tricks section. /henrik __

dashed GridLine

2006-08-27 Thread Henrik Frisk
Hi, Is there a way to make GridLines appear as dashed lines? Any hints appreciated! ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Benefits of OS X binary vs. Fink version?

2006-08-29 Thread Henrik Frisk
Benjamin Esham <[EMAIL PROTECTED]> wrote: > Hello all, > > I use Mac OS X, and have Lilypond installed with Fink. Recently, > however, with the transition to Intel hardware, the latest version of > Lilypond available there is 2.6.3. (2.8.2 is listed, but does not > compile for me.) What

Re: Benefits of OS X binary vs. Fink version?

2006-08-29 Thread Henrik Frisk
Mats Bengtsson <[EMAIL PROTECTED]> wrote: > Quoting Henrik Frisk <[EMAIL PROTECTED]>: > > > The one > > thing that gets to me is I don't (automatically) have access to the > > texinfo docs with > > the binary version. > > I hope you know th

Re: Rotated (instrument name) text

2006-09-05 Thread Henrik Frisk
Mark Pim <[EMAIL PROTECTED]> wrote: > Version 2.8.6 under WinXP > > Is there any way to rotate a markup (specifically an instrument name) by 90 > degrees? > See the snippet below. \score { \relative c' { c4^\markup {\rotate #90.0 {"hello"}} c4^\markup {\column {"h" "e" "l" "l" "

Re: lilypond-user Digest, Vol 46, Issue 59

2006-09-20 Thread Henrik Frisk
> Hi, > > Still working on edge-text adjustments ... > > In the snippet below, I've got exactly what I want -- thanks to much > help from the list -- with the one exception that the padding of the > two vertical spanners is off-center relative to each piece of edge > text. Notice that the solid h

Re: lilypond-user Digest, Vol 46, Issue 59

2006-09-20 Thread Henrik Frisk
Sorry for not editing the Subject in my reply... MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Trevor Ba?a <[EMAIL PROTECTED]> wrote: > On 9/20/06, Henrik Frisk <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > Still working on edge-text

Re: collision between rest of one voice and the notes of the other voice

2006-10-04 Thread Henrik Frisk
> \relative c' { << {c c c c} \\ {R1} >> } > > In the output there is a collision between the rest of the second voice and > the notes of the first voice. > > The right solution would be to put the rest on a ledger line and to lower it > until no collision occures. > > Is there a reason why li

Re: collision between rest of one voice and the notes of the other voice

2006-10-05 Thread Henrik Frisk
Mats Bengtsson <[EMAIL PROTECTED]> wrote: > > > Henrik Frisk wrote: > >> \relative c' { << {c c c c} \\ {R1} >> } > >> > >> In the output there is a collision between the rest of the second > >> voice and the notes of the fir

Re:warning: Ignoring grob for slur. avoid-slur not set?

2006-10-05 Thread Henrik Frisk
>>> {c'( d'^\flageolet)} >>> >>> gives the warning: >>> >>> Ignoring grob for slur. avoid-slur not set? >> >> Michael: you can't get rid of this warning right now. Maybe in a future >> version. >> >> >> Devel: could we set avoid-slur to something by default? If there isn't >> a specific va

Re: Sponsorhip offer: slash on beamed grace notes

2007-04-19 Thread Henrik Frisk
Hi Jamie, > This is a feature request relating to the following thread: > http://lists.gnu.org/archive/html/lilypond-user/2006-12/msg00253.html > > I would be happy to use this solution, but the slash is too short. > Perhaps I could invent some other hack by inserting postscript directly > into t

Re: dotted vertical lines between notes

2007-05-02 Thread Henrik Frisk
r this matter: http://lists.gnu.org/archive/html/lilypond-user/2006-08/msg00503.html but, despite my efforts I haven't succeeded. The work-around is to make it of a lighter shade of grey and as thin as possible. In a B&W print out the GridLines are as good as dotted. \override Sc

Re: Making tails of 1/8-notes invisible?

2007-05-05 Thread Henrik Frisk
>Is there a way to make the tails of un-beamed 1/8-notes invisible >in Lilypond? You can always change the space a note occupies by multiplying its duration with some value. E.g. c4*0.5 would make a quarter note that takes up the space of an 1/8th note, i.e. an 1/8th note without a flag. N

Re: master file in emacs lilypond mode

2007-06-08 Thread Henrik Frisk
[EMAIL PROTECTED] wrote: > > I'm working on a piece where what I'm editing is the include files, > > but what I want to run lilypond on is a master file. I've been > > enjoying just saying "C-c C-l" to run lilypond, but I can't figure out > > how to tell lilypond what the master file is. > But

Re: Arrow arpeggio

2007-06-15 Thread Henrik Frisk
> Is there any easy solution to make an arrow (up or down) out of an arpeggio? > Somenthing like \arpeggioUp or \arpeggioDown but instead of getting a zigzag > line, get a straight arrowed line. > I'd be interested in this too. From property-init.ly you can see that the stencil for the arpeggion

Extend stems beyond beam?

2005-06-01 Thread Henrik Frisk
d to do it. But I still want to figure out if, and then how this can be done. Greatful for any suggestions, Henrik Frisk ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Extending beamed stems

2005-06-22 Thread Henrik Frisk
Daniel Johnson <[EMAIL PROTECTED]> wrote: > henrikfr wrote: > > >I posted a question a while ago but didn't get any feedback, probably > >because nobody understood my question ;)... I'll give it another try: > > > >I want to extend a beamed stem so that it reaches beyond the beam, without > >ch

Re: Extending beamed stems

2005-06-23 Thread Henrik Frisk
7;length = > #12 or however long it needs to be to meet up with the beam. > > I did my research out of the 2.5 manual, so your mileage may vary; but I > don't think there's anything especially late-breaking about any of the > features I used above. The noteheads of the ei

Re: Extending beamed stems

2005-07-01 Thread Henrik Frisk
OK, that makes sense. Beginner question: Is this terminology consistent for all properties, that is, *-extent referring to spacing and *-offset to 'real' size? /henrik Mats Bengtsson <[EMAIL PROTECTED]> wrote: > > > Henrik Frisk wrote: > > Your suggested soluti

Re: Problem with update syntax in Mac OS X --- converts to 2.7.7 instead of 2.7.6

2005-08-22 Thread Henrik Frisk
I noticed the same thing. Just change the \version statement and you are good to go. Henrik Frisk > > Looks like a silly packaging error. Just edit the converted .ly file > and replace "2.7.7" with "2.7.6" in the \version statement. > > /Mats >

Re: Output other than PDF

2005-08-22 Thread Henrik Frisk
. /Henrik Frisk > Rutgers, I see what you're trying to do. (and silly me for not seeing > this before to!) > > You are trying to type the contents of lilypond.sh into the command > line. You have failed because its meant to be run as a single command. > $INSTALL in that script

epsfile include question

2005-08-23 Thread Henrik Frisk
-size - haven't checked that...) Thanks for any input. /henrik frisk ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: epsfile include question

2005-08-24 Thread Henrik Frisk
Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > Henrik Frisk wrote: > > Two questions about the \epsfile statement that I can't find in the > > documentation: > > 1. Is it not possible to move the eps graphic? I have tried \raise > > without success. >

Re: epsfile include question

2005-08-24 Thread Henrik Frisk
Mats Bengtsson <[EMAIL PROTECTED]> wrote: > > > Henrik Frisk wrote: > > Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > > > >>Henrik Frisk wrote: > >> > >>>Two questions about the \epsfile statement that I can't find in the &g

Compound time signatures

2005-08-25 Thread Henrik Frisk
Here's an expanded version of the compound-time.ly example in the Tips and Tricks section. It allows for different combinations of divisions such as 3/16 + 3/8 (provided that smaller divisions than 16ths are not used) and adjusts the spacing accordingly. A second version of the macro allows for

Re: Compound time signatures

2005-08-25 Thread Henrik Frisk
Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > cool! I would like this to be added to the tips & tricks. Just a > minor stylistic comment, for > > > (define hmoveDivOne > > (define hmoveDivTwo > > (define hmoveLastCol > > we usually use let* , ie > > (let* > ((var1 val1) > (va

Re: epsfile include question

2005-08-25 Thread Henrik Frisk
[EMAIL PROTECTED] wrote: > Henrik Frisk wrote: > > > 1. Is it not possible to move the eps > > graphic? I have tried \raise without success. > > > . . . I have tried a number of commands > > apart from \raise . . . > > > \markup { \translate #(cons

Re: lilypond-user Digest, Vol 33, Issue 88

2005-08-29 Thread Henrik Frisk
[EMAIL PROTECTED] wrote: > > Hello world, > > > > I need to create a tie that stops in the middle of a bar (the final > > note of a piece should carry a tie to nowhere to indicate `laissez > > vibrer'). > > I'd be very glad to add proper support for l.v. ties as a sponsored > feature. The synt

Laissez vibrer and TieColumn (Was: Making a quarter note...)

2005-08-30 Thread Henrik Frisk
Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > Henrik Frisk wrote: > > In any event I was about to put up a feature request for an >implementation for l.v. > > a while ago but never got around to it. > > Would you like me to send you a quote for that? Yes, s

Re: Possible tie bug?

2005-08-31 Thread Henrik Frisk
> I know that improved ties are part of the 2.7 release, and I'm sure > they are great. If they're not bugs, perhaps someone could help me > understand these things I've brought up. Thanks! I have noticed the same thing. Don't know what to do about it except for adjusting it manually using \o

2.7.8 binary OSX encounters errors

2005-08-31 Thread Henrik Frisk
Processing a lilypond file with 2.7.8 on OSX results in the following (verbose) output: Layout output to `firstMotif27.ps'...[/Applications/LilyPond.app//Contents/Resources/share/lilypond/current/fonts/type1/PFAaybabtu.pfa][/Applications/LilyPond.app//Contents/Resources/share/lilypond/current/fo

Re: 2.7.8 binary OSX encounters errors

2005-09-01 Thread Henrik Frisk
Graham Percival <[EMAIL PROTECTED]> wrote: > > On 31-Aug-05, at 12:21 PM, Han-Wen Nienhuys wrote: > > > Henrik Frisk wrote: > >> > >> The same file compiles on 2.7.7 > > > > I'll have a look at this problem once I become clairvoyan

Re: Compound time signatures

2005-09-01 Thread Henrik Frisk
Pedro Kröger <[EMAIL PROTECTED]> wrote: > Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > > > I think it would also be better if the code just used numbers, and does > > a (format "~a" NUMBER) or (number->string NUMBER) in the end. > > Here it is. I also made Graham's suggestion of switching t

tie-configuration question

2005-09-04 Thread Henrik Frisk
In a post a few weeks back I asked about the tie-configuration in mulitiple voices. Nobody responded, so either it ws a really dumb question - in which case I don't mind being told - or nobody understood what I meant... In either case, here's a snippet that doesn't change the tie behaviour. I've tr

Re: tie-configuration question

2005-09-04 Thread Henrik Frisk
Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > > 2.~ \override TieColumn #'tie-configuration = > > #'((0 . -1) (2 . 1)) > > I don't understand the problem: if I change the 2 to 4, the tie moves > up (2.7.8 cvs). > Well it doesn't in 2.7.7, and since I can't use 2.7.8 because of

Re: New slur/tie behaviour

2005-09-06 Thread Henrik Frisk
Werner LEMBERG <[EMAIL PROTECTED]> wrote: > > Well, AFAIK engraving conventions are: > > > >* outer ties point outward > >* double directions for seconds > >* direction otherwise determined by vertical position. > > This is correct, but doesn't work in cluster-like chords. > > Here

2.7.9 tie-dot collission

2005-09-07 Thread Henrik Frisk
Many of the issues regarding ties brought up in the examples in a previous post (http://lists.gnu.org/archive/html/lilypond-user/2005-09/msg00141.html) are resolved in 2.7.9. However, there is still a collission between ties and dots on notes on ledger lines with ties down (notes in spaces are fine

Re: New slur/tie behaviour

2005-09-09 Thread Henrik Frisk
I agree with you, but it seems to me that the terms you use, 'functionality' and 'looks' got mixed up in this thread. With the latest revision of 2.7.9 I think the functionality aspect is pretty close to 'good' as far as I can tell. /henrik Bec and John Silva <[EMAIL PROTECTED]> wrote: > Hi Hen

Re: putting number on top of each other

2005-09-11 Thread Henrik Frisk
> hi list, > back again with some problems: is there a way to put numbers on top > of each other. i need this for the "funktionssbezeichnung" (sorry, i > just know the german word). right now i'm using a mixture of \super > and \override TextScript #'extra-offset tweaking (picture attached),

Re: pagebreak problem

2005-09-11 Thread Henrik Frisk
Aaron Mehl <[EMAIL PROTECTED]> wrote: > Hi all, > I have a document where one line falls on a second > page. > > I tried the following: > I reduced the #(set-global-staff-size 20 ) to > #(set-global-staff-size 18) > but that didn't help. > > I tried a noPageBreak before that line but when I >

Re: putting number on top of each other

2005-09-12 Thread Henrik Frisk
> >> hi list, > >> back again with some problems: is there a way to put numbers on top > >> of each other. i need this for the "funktionssbezeichnung" (sorry, i > >> just know the german word). right now i'm using a mixture of \super > >> and \override TextScript #'extra-offset tweaking (picture at

Re: Fw: PDF Viewing / Updating a score

2005-09-13 Thread Henrik Frisk
Trent Johnston <[EMAIL PROTECTED]> wrote: > Hello everyone, > > Firstly the required out the way: > > Platform: Windows XP > Lilypond Version: 2.7.8 > > > > I have been using the new version(s) of Lilypond for a while and I find the > us of PDF file a little annoying especially when fine

Re: change staff within chord?

2005-09-15 Thread Henrik Frisk
[EMAIL PROTECTED] wrote: > hello list, > how would i change the staff within a chord (it is important that the > necks keep connected across the staves? the \change Staff command > doesn't work within the chord < ... >. You can remove the stem from the upper staff notes, and extend the stem from

Re: Command line interface for Mac OS X

2005-10-13 Thread Henrik Frisk
Graham Percival <[EMAIL PROTECTED]> wrote: > > On 12-Oct-05, at 5:36 PM, E M wrote: > > > It would be helpful if there was a way to batch > > process files, especially without the gui. Is there a > > command line version that will work on the mac? > > Absolutely! Read the README that comes wit

Re: Fink's Lilypond 2.6.3 and tex backend

2005-10-17 Thread Henrik Frisk
Christian Ebert <[EMAIL PROTECTED]> wrote: > * Julien Salort on Sunday, October 09, 2005: > > I'm using lilypond on Mac OS X 10.4.2 installed by fink (Package manager > > version: 0.24.10, Distribution version: 0.8.0.rsync). > > It works great to output Postscript. > > > > However, I can't use th

Re: Including artwork

2005-10-26 Thread Henrik Frisk
Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > Thomas Scharkowski wrote: > > Hi Mats, > > FYI: I have downloaded box.eps from your site and it worked. > > I will respect your warning - I had tried different eps-files from > > different sources and none of them worked - except box.eps you > > provid

Re: Scribus - alternative to lilybook?

2005-11-02 Thread Henrik Frisk
Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > Arthur Dyck wrote: > > I haven't seen anything on this list about Scribus, a linux-based > > desktop publishing program. I have been playing with it and it has > > some interesting features. Basically, you define your page size > > with borders and t

Re: Scribus - alternative to lilybook?

2005-11-03 Thread Henrik Frisk
Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > Henrik Frisk wrote: > >> > >>That would actually be pretty neat... > >> > >>Sponsored feature, anyone? > >> > > This sounds interesting, although I'm not quite sure what you > >

Re: Invisible notes, Scheme contexts

2005-12-15 Thread Henrik Frisk
Nicolas Sceaux <[EMAIL PROTECTED]> wrote: > Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > > > I wonder whether this should be changed too. This would mean that > > > >\clef alto > >\clef "alto" > > > > becomes > > > >\clef #"alto" > > > > or > > > >\clef #'alto > > > > This will

SVG fonts again (on OSX)

2005-12-20 Thread Henrik Frisk
I know this subject has been discussed here before, but I still can't work it out. How can I get Scribus to find the SVG fonts needed to display a page of music created by Lilypond with the SVG backend? Has anybody tried this successfully on OSX? I'm using a Fink installation of Lily and Scribus an

Re: lilypond and inkscape (again)

2006-02-24 Thread Henrik Frisk
> > > Take the PS output from lilypond and run it through the convert > > utility from the imagemagick package to create an EPS (convert > > output.ps output.eps) import the EPS into Scribus and save as > > SVG. This SVG opens in Scribus (obviously :)), Inkscape and Adobe > > Illustrator as it i

Re: lilypond and inkscape (again)

2006-02-24 Thread Henrik Frisk
> Han-Wen Nienhuys writes: > > > unlikely, as we're not putting the SVG fonts inside the svg output anyway. > > We are not? Why is that, I'm sure we did before. SVG files without > fonts will be useless for use on the web, as we cannot hope that all > clients have feta installed? > I would

Re: lilypond and inkscape (again)

2006-03-04 Thread Henrik Frisk
> >>>I would really appreciate it if the fonts where included in the > >>>output. As I have not been successful in getting the fonts to > >> > >>load in > >> > >>They are. The problem is that most SVG renderers (including > >>Inkscape and > >>Firefox) don't handle the tag, which means that th

Re: lilypond and inkscape (again)

2006-03-04 Thread Henrik Frisk
> > [lilypond svg] > > I would really appreciate it if the fonts where included in the > > output. As I have not been successful in getting the fonts to > load in > > They are. The problem is that most SVG renderers (including > Inkscape and > Firefox) don't handle the tag, which means that

avoid-slur not set

2006-07-24 Thread Henrik Frisk
Hello, I've been away from the list for some time. Noticed that convert-ly erroneously (?) changed my \epsfile markups in a file version 2.7.15 to \\epsfile when updating it to 2.9.13. This is on the OSX version. \version "2.7.15" \new Staff \relative c' { c4^\markup {\epsfi

beaming and tuplets

2006-07-24 Thread Henrik Frisk
Hello again, The tuplet bracket in the example below has to be manually adjusted when I beam the 16th note triplet with the rests. It has a slant in the wrong direction and collides with the beam. \version "2.9.11" \new Staff \relative c' { \times 2/3 { d16 [ e r16

convert-ly error (Was: avoid-slur not set)

2006-07-25 Thread Henrik Frisk
The subject on this message was wrong. Sorry about that. Dunno what happend... --- Begin Message --- Hello, I've been away from the list for some time. Noticed that convert-ly erroneously (?) changed my \epsfile markups in a file version 2.7.15 to \\epsfile when updating it to 2.9.13. This is on