Re: Weird issue with E flats on Bass Tab (2.4.2)

2004-12-21 Thread Michael T. Garrison Stuber
On Tuesday 21 December 2004 11:34 pm, Michael T. Garrison Stuber wrote: > Anybody have a clue? I get the same error if I drop the commas and try to > use \relative, though the problem goes away if the E-flat is higher up the > staff. It looks like a bug to me, but maybe I'm just doing something > s

Weird issue with E flats on Bass Tab (2.4.2)

2004-12-21 Thread Michael T. Garrison Stuber
Greetings! I'm hitting a strange issue with Lilypond 2.4.2. The following works just fine: frag = { \key bes \major \time 3/4 { r2. r r r4 r c g,2 e,4 e,4 f, g,~g, a, bes,~bes, c2 d2. ees r r r r } } \context Staff << \conte

Re: Building Lily

2004-12-21 Thread dax2
On Tue, 21 Dec 2004 23:40:46 -0500 Luis wrote: > Please excuse me... now I have a strange problem: If I run lilypond as > root, it works... but if I do it as a regular user, I get this: > - > GNU LilyPond 2.4.2 > Processing `prueba.ly' > Analizando... > Interpreting music..

Re: Building Lily

2004-12-21 Thread Luis G.
Content-Transfer-Encoding: quoted-printable Please excuse me... now I have a strange problem: If I run lilypond as root, it works... but if I do it as a regular user, I get this: - GNU LilyPond 2.4.2 Processing `prueba.ly' Analizando... Interpreting music... error: can't fi

Re: Building Lily

2004-12-21 Thread Luis G.
Content-Transfer-Encoding: quoted-printable Ouch! :-) You are absolutely right; I truly apologize for it. I did "make" and "make install" despite the errors, run "mktexlsr" and the script for erasing old fonts... I even uninstalled my previous 2.2 rpm lilypond... and now I think it works!!! THANK

Re: acciaccatura problem under volta bracket !

2004-12-21 Thread Paul Scott
Albert Einstein wrote: Volta brace interprets acciaccatura as other bar. And in case of acciaccatura under second brace the brace is divided as in example. In this example I applied : \set Score.repeatCommands = #'((volta "1.") ) \partial 4 a4-- \mark\default \bar ":|" \set Score.repeatCommands =

Notes having two values contemporaneously

2004-12-21 Thread Die5Willes
Hello! I'm trying to type a piece by Robert Schumann: "Des Abends" (Evening) from the Phantasiestücke op. 12 for piano solo. The time-signature is 2/8 (no mistake!!) and the right hand plays tuplets in 16th-notes for almost the entire piece. So there are two tuplets a measure with stems down but

acciaccatura problem under volta bracket !

2004-12-21 Thread Albert Einstein
Volta brace interprets acciaccatura as other bar. And in case of acciaccatura under second brace the brace is divided as in example. In this example I applied : \set Score.repeatCommands = #'((volta "1.") ) \partial 4 a4-- \mark\default \bar ":|" \set Score.repeatCommands = #'((volta #f) end-re

Re: forte subite under the pitch

2004-12-21 Thread Paul Scott
Albert Einstein wrote: I need two words under one pitch: \f subito When I use a''\f_\markup{subito} then subito covers forte sign. What is the solution? \markup{ \dynamic f \italic subito } See: 7.4.3 Overview of text markup commands Paul Scott ___ lily

Re: forte subite under the pitch

2004-12-21 Thread Mats Bengtsson
Use text markup commands to get the desired fonts for the dynamics. See for example http://lists.gnu.org/archive/html/lilypond-user/2004-11/msg00804.html /Mats Albert Einstein wrote: I need two words under one pitch: \f subito When I use a''\f_\markup{subito} then subito covers forte sign. What

Re: forte subite under the pitch

2004-12-21 Thread Benjamin Esham
On Dec 21, 2004, at 7:00 AM, Albert Einstein wrote: I need two words under one pitch: \f subito When I use a''\f_\markup{subito} then subito covers forte sign. What is the solution? One possible solution (untested): a''\markup{\dynamic f subito} HTH, -- Benjamin D. Esham{ http://b

forte subite under the pitch

2004-12-21 Thread Albert Einstein
I need two words under one pitch: \f subito When I use a''\f_\markup{subito} then subito covers forte sign. What is the solution? Albert ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: problems with getting started

2004-12-21 Thread Michael Kallas
Hi, Kovács Roland <[EMAIL PROTECTED]> schrieb am 2004-12-21 00:02:41: > > Hi! > > I'm curious about this notation possibility, the given examples are very > nice, so I've decided to install it. > I would like to use the Windows version (on XP). I've downloaded the > setup.exe, then started the

Re: win32/cygwin lilypond on WinXP

2004-12-21 Thread Mats Bengtsson
The lilypond package was updated a few days ago but unfortunately the instructions on the web page were not updated until this morning, so if you just try again with the new version of test.ly, everything should work well. /Mats Kevin Meinert wrote: Followed this: http://lilypond.org/web/downl

Re: win32/cygwin lilypond on WinXP

2004-12-21 Thread Christ van Willegen
Hi Kevin, list, > Followed this: > > http://lilypond.org/web/download/windows.html > > double clicked this: > > http://lilypond.org/web/download/test.ly > > got this: > > test.ly:4:15: error: unknown escaped string: `\notes': It seems that the test file you've used is for 2.2, and the L

Re: betweensystemspace

2004-12-21 Thread Mats Bengtsson
David Raleigh Arnold wrote: In 2.2.6, I could get the job done by setting minimumVerticalExtent to zeroes and verticalExtent to get what I wanted. No luck so far getting the staves close enough with betweensystemspace. It's academic, because lilypond-book fails whether there's a layont block or

Re: Percent repeat questions

2004-12-21 Thread Mats Bengtsson
Both look like bugs to me. The problems with grace notes are well-known. /Mats Richard Schoeller wrote: I've been running into some issues with percent repeats and want to see if there are suggestions. If you have a line that is completely percent repeats, then RemoveEmptyStaffContext removes th

Re: Building Lily

2004-12-21 Thread Mats Bengtsson
Did you try to search the mailing list archives? This has been answered several times. /Mats Luis G. López wrote: Content-Transfer-Encoding: quoted-printable Installing autotrace solved the problem I told you. Now, I did "make" and it began to do "things" (excuse my technical terminology :)) wi