Re: Fw: \score vs. \new Score with \midi

2007-03-08 Thread Graham Percival

Vivian Barty-Taylor wrote:
>

The situation where I have needed to explicitly define the Score
> context is to remove engravers (time signature and bar number in this 
> case.)


I would suggest adding something under 10.3.1 (Creating MIDI Files)
in  the 2.10 manual, maybe under the Bugs section.



Vivian, please send exact changes; see
http://lilypond.org/web/devel/participating/documentation-adding

I guarantee that nothing will be done unless somebody sends in an exact 
proposal.


Cheers,
- Graham


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Fw: \score vs. \new Score with \midi

2007-03-08 Thread Vivian Barty-Taylor


- Forwarded Message 
From: Vivian Barty-Taylor <[EMAIL PROTECTED]>
To: Mats Bengtsson <[EMAIL PROTECTED]>
Sent: Friday, 9 March, 2007 7:35:26 AM
Subject: Re: \score vs. \new Score with \midi

The situation where I have needed to explicitly define the Score context is to 
remove engravers (time signature and bar number in this case.)

I would suggest adding something under 10.3.1 (Creating MIDI Files) in the 2.10 
manual, maybe under the Bugs section.

- Original Message 
From: Mats Bengtsson <[EMAIL PROTECTED]>
To: Vivian Barty-Taylor <[EMAIL PROTECTED]>
Cc: lilypond-user@gnu.org
Sent: Wednesday, 7 March, 2007 10:48:42 AM
Subject: Re: \score vs. \new Score with \midi

Since you probably have read the documentation much more carefully than
I have, could you please provide
 more specific hints on where to best 
put this
information?

   /Mats

Vivian Barty-Taylor wrote:
> Would it be possible to add this to the documentation (which I checked 
> thoroughly ) for Rookie users such as myself who think they know how 
> things work and sometimes get it wrong? I guess under the sections 
> relating to Score and MIDI.
> Thanks,
> Vivian.
>
> - Original Message 
> From: Mats Bengtsson <[EMAIL PROTECTED]>
> To: Vivian Barty-Taylor <[EMAIL PROTECTED]>
> Cc: lilypond-user@gnu.org
> Sent: Wednesday, 7 March, 2007 10:05:37 AM
> Subject: Re: \score vs. \new Score with \midi
>
> As you have noticed, they are not equivalent from a syntactical point of
> view.
> From different email discussions, I have got the impression that the main
> hackers had some ideas on how to revise the syntax
 related to \book and
> \score
> blocks, but I don't know if there are any concrete plans.
>
> Actually, you write
> \score{
>   \new Score{
> ...
>   }
>   \midi{...}
> }
> if you really need to explicitly specify the Score context (I don't see
> why that
> would be needed, though).
>
>/Mats
>
>
> Vivian Barty-Taylor wrote:
> > I'm using 2.10.19 for Mac OSX
> >
> > I've just had an irritating couple of hours trying to find out why a
> > \midi block was causing an error message and stopping the file from
> > processing. It turns out that if you use \new Score instead of \score
> > then the file fails. These two commands should theoretically be
> > identical.
> > Why does this happen, and could it be changed?
>
 >
> > Compare:
> >
> >  BEGIN CODE (FAILS)
> >
> > \new Score {
> >
> > c1
> >
> > \midi { }
> > }
> >
> >
> > % BEGIN CODE (WORKS)
> >
> > \score {
> >
> > c1
> >
> > \midi { }
> >
> > }
> >
> > Cheers,
> > Vivian.
> >
> > 
> > New Yahoo! Mail is the ultimate force in competitive emailing. Find
> > out more at the Yahoo! Mail Championships
> > 
> .
>  
>
> > Plus: play games and win prizes.
> > 
> >
> > ___
> > lilypond-user mailing list
> > lilypond-user@gnu.org
> > http://lists.gnu.org/mailman/listinfo/lilypond-user
> >  
>
> -- 
> =
> Mats Bengtsson
> Signal Processing
> Signals, Sensors and
 Systems
> Royal Institute of Technology
> SE-100 44  STOCKHOLM
> Sweden
> Phone: (+46) 8 790 8463
> Fax:   (+46) 8 790 7260
> Email: [EMAIL PROTECTED]
> WWW: http://www.s3.kth.se/~mabe 
> =
>
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
> 
> New Yahoo! Mail is the ultimate force in competitive emailing. Find 
> out more at the Yahoo! Mail Championships 
> .
>  
> Plus: play games and win prizes.
> 
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>   

-- 
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=








 
New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at 
the Yahoo! Mail Championships. Plus: play games and win prizes.






__

Refined trick for dynamics in vocal music

2007-03-08 Thread David Feuer

On 3/1/07, Arvid Grøtting <[EMAIL PROTECTED]> wrote:

I've started using

\override DynamicText #'X-offset = #-2

in vocal pieces now.  With 2.11, you only need to move them left; skyline stuff
moves them down if possible.  This is way, *way* cool.

With very long dynamic texts, like \, you may need to put a \once
\override... with another number just before that dynamic, of course.


After several failed attempts, I believe I have discovered how to
gracefully handle dynamic marks of all lengths:

\override DynamicText #'self-alignment-X = #1
\override DynamicText #'X-offset =
 #(lambda (grob)
  (- (ly:self-alignment-interface::x-aligned-on-self grob)
  0.9))

Where the 0.9 can be adjusted to move the mark by different amounts.
I'm still not entirely pleased with the visual effect.  I think the
mark should probably not move as much to the left for low notes as it
does for high notes, I don't know how to make that kind of tweak, if
it's even possible.

David
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Absolute Beginners

2007-03-08 Thread Manuel
Chapter 1 of the guide, and a first version of chapters 2, 3 and 4,  
are now in the wiki:


http://lilypondwiki.tuxfamily.org/index.php? 
title=Guide_for_the_Absolute_Beginner


Please edit, or post your comments in the discussion page. Thank you!

Manuel


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Center-aligning objects in Scheme

2007-03-08 Thread Vivian Barty-Taylor
I posted a message to this list a few days ago about automatically 
center-aligning some text under a Hairpin object (for example "molto" or "poco" 
) but haven't received any responses. Whilst I've found how to combine markups 
using combine-at-edge I can't find how to center-align one to the other (if 
indeed this is possible, which I would hope it is.) Could someone give me some 
pointers about where to begin? It would save me a lot of time if I could get 
this working.

Thanks in advance,

Vivian. 





___ 
The all-new Yahoo! Mail goes wherever you go - free your email address from 
your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: strange \partcombine behaviour

2007-03-08 Thread Ole Hesprich
[EMAIL PROTECTED] wrote:

> it seems to be a regular behaviour of the \partcombine Indeed,
> partcombine take more than one part and put it on one staff,
> still you can follow every voices one by one, notes and rests
> wise. What I'm trying to say is that the circled rests are not
> a bug but a feature.

I can't confirm that. Enclosed a sample from the same piece.
There everything is as expected. No additional rests in the piano
score. So I'm still wondering...

> Did you tried to replace them by a "skip", s2 instead of r2 etc. ?

No, because I take the music from the vocals. If I would use a
skip I would have no rests there too...

Ole<>
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: optional note

2007-03-08 Thread Mats Bengtsson



Maarten wrote:

Hi,

I'm writing choral music for organ.
One of my chords is bigger than 1 octave, more specific it is 
My fingers are just long enough to play this chord, but I can imagine that 
others cannot. That's why I want to insert an extra optional note g (that is 1 
octave higher). I use separate voices for tenor (the b) and bass (the g and g,).


How can I mark the higher g as optional?

Suggestions:
- (g), that is: put round brackets around the g note head;
  

See the section on "Parenthesis"
- only set the higher g in a smaller fontsize and keep the lower g, in the 
original font size
  

See the example called "grob-tweak.ly" in the Regression Test document.

Is one of these suggestions possible? Or could it be done otherwise?

  

Of course it's possible. ;-)

  /Mats


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


optional note

2007-03-08 Thread Maarten
Hi,

I'm writing choral music for organ.
One of my chords is bigger than 1 octave, more specific it is 
My fingers are just long enough to play this chord, but I can imagine that 
others cannot. That's why I want to insert an extra optional note g (that is 1 
octave higher). I use separate voices for tenor (the b) and bass (the g and g,).

How can I mark the higher g as optional?

Suggestions:
- (g), that is: put round brackets around the g note head;
- only set the higher g in a smaller fontsize and keep the lower g, in the 
original font size

Is one of these suggestions possible? Or could it be done otherwise?

Thanks,

Maarten




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user