some questions

2004-10-07 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > 2) Is LilyPond capable of doing proportional notation > easily? (This is a system where the time of attack of > a note is determined completely by its horizontal > placement on the page) If so, how would I implement > this? There is no support for this, but it is on

Message subject

2004-10-07 Thread Leonel Esparza
Premiere 7 - $60 MS Project 2003 Professional - $60 MS Exchange 2003 Enterprise Server - $60 Windows NT 4.0 Workstation - $40 MS Plus! 95 - $40 Office 97 SR2 - $40 MS SQL Server 2000 Enterprise Edition - $60 Windows 98 - $40 and more on the site http://jlfbkmne.info/?1gz6zi1X.B8qP1x

Turning warnings into errors

2004-10-07 Thread Mark Veltzer
Hello all! This is a feature request. What I'd like to see is a command line flag which turns lilypond warnings into errors. The only effect that this will have is that when lilypond emits warnings it will cause the lilypond binary to return with an error and not product any output. Cheers,

transparent stems

2004-10-07 Thread Jean-marc LEGRAND
Hi list ! Working on Lily2.2 and XP, I cannont find how to translate the "\property Staff.Stem \set #'transparent = ##t" I used on Lily2.0. I have a staff with 3 voices, and I want to make the stems of the middle voice transparent. I've tried \override Staff.Stem #'transparent = ##t and it

Re: transparent stems

2004-10-07 Thread Mats Bengtsson
Did you try convert-ly to update the syntax? Also, did you read the NEWS file for version 2.2? /Mats Jean-marc LEGRAND wrote: Hi list ! Working on Lily2.2 and XP, I cannont find how to translate the "\property Staff.Stem \set #'transparent = ##t" I used on Lily2.0. I have a staff with 3 voices

Réf. : Re: transparent stems

2004-10-07 Thread Jean-marc LEGRAND
Yes, I've read the News, and translated : \property Staff.Stem \set #'transparent = ##t into \override Staff.Stem #'transparent = ##t. But the whole notes have transparent stems, whereas I'd like just the middle voice (voicethree) like this. And when I replace Staff by Voice, it doesn't do

Re: Réf. : Re: transparent stems

2004-10-07 Thread Mats Bengtsson
A setting such as \override Stem #'transparent =##t will apply to the current Voice context and does certainly work. However, in your example, you use the construct << {...} \\ {...} >> which implicitly puts the two lines of music into separate Voice contexts named "1" and "2", respectively. The ea

Réf. : Re: Réf. : Re: transparent stems

2004-10-07 Thread Jean-marc LEGRAND
<<{\override Stem #'transparent = ##t a,2}\\{\override Stem #'transparent = ##t c}>> is OK. Thanks ! I use this type of notation for baroc viol music, in which intermediate notes in a chord are stemless.

Re: Réf. : Re: Réf. : Re: transparent stems

2004-10-07 Thread Mats Bengtsson
OK! If you want to save some typing, then you could use basseI =\notes \context Staff << \new Voice \relative c { \voiceOne \time 4/4 \clef bass f2 f \bar "||" } \new Voice \relative c { \voiceTwo f,2 f } \new Voice \relative c' {

defaultBarType

2004-10-07 Thread TS Sunhede Fulk
Hey everyone, I'm trying to typeset a 17th-century madrigal that uses dotted barlines. I would like to change the defaultBarType. I tried \set Staff.defaultBarType = #":" But that didn't change anything (no error message either). I cannot find the correct syntax in the manual or in the mailing-li

why doesn't this override work?

2004-10-07 Thread Chip
Here is a snippet of code. I want to raise the tempo marking up 2 spaces. -- \score { \notes \relative c'' { \set Score.skipBars = ##t \override Staff.MultiMeasureRest #'expand-limit = #1 \time 2/2 \tempo 2=102 \override MetronomeMark #'padding = #2.0 \clef treble \ke