Edward Neeman | 1 Nov 2005 01:57
Picon

Laissez-vibrer tie directions

Laissez-vibrer ties go in unusual directions:

\version "2.7.12" 

\new Staff \relative c' {
c\laissezVibrer g''\laissezVibrer
\voiceTwo <g c,>~\laissezVibrer \voiceOne
c,,\laissezVibrer
}

The second goes down instead of up, the third up and
down instead of down; and the fourth down instead of
up.

Cheers,
Edward Neeman

		
____________________________________________________ 
Do you Yahoo!? 
Listen to over 20 online radio stations and watch the latest music videos on Yahoo! Music. 
http://au.launch.yahoo.com
Edward Neeman | 1 Nov 2005 03:54
Picon

dotted tremolo repeats

Dotted tremolo repeats with duration less than 2. show
only half of their duration.  Also double dotted
tremolos don't seem to work.

Cheers,
Edward Neeman

Example:
\version "2.6.3"

\relative c' {
	\repeat "tremolo" 3 { c32 d }
	\repeat "tremolo" 4 { c32 d }
	\repeat "tremolo" 6 { c32 d }
	\repeat "tremolo" 7 { c32 d }
	\repeat "tremolo" 8 { c32 d }
	\repeat "tremolo" 12 { c32 d }
	\repeat "tremolo" 14 {c32 d }
}

		
____________________________________________________ 
Do you Yahoo!? 
Yahoo! News: Get the latest news via video today! 
http://au.news.yahoo.com/video/
Han-Wen Nienhuys | 1 Nov 2005 09:23
Picon
Picon
Favicon

Re: Example source missing?

Fairchild wrote:
> Effort expended.  Result attached.
> 

Why

This is part of the source distribution. simply download the source 
tarball or see

http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/mutopia/W.A.Mozart/
--

-- 
  Han-Wen Nienhuys - hanwen <at> xs4all.nl - http://www.xs4all.nl/~hanwen
Mats Bengtsson | 1 Nov 2005 09:56
Picon
Picon
Favicon

Re: Example source missing?

Note that all the files also are included in several of the installation
packages. For example in the Windows (non-Cygwin) package, the
files can be found in
C:\Program Files\LilyPond\usr\share\doc\lilypond\input\mutopia\W.A.Mozart\

   /Mats

Han-Wen Nienhuys wrote:

> Fairchild wrote:
>
>> Effort expended.  Result attached.
>>
>
> Why
>
> This is part of the source distribution. simply download the source 
> tarball or see
>
> http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/mutopia/W.A.Mozart/ 
>

--

-- 
=============================================
	Mats Bengtsson
	Signal Processing
	Signals, Sensors and Systems
	Royal Institute of Technology
	SE-100 44  STOCKHOLM
	Sweden
(Continue reading)

Fairchild | 1 Nov 2005 17:02

RE: Example source missing?

Han-Wen and Mats -

Thanks.

Hadn't found the ly source on my machine.  It is fine with 2.4.6, with only
a couple of minor warnings.  Wish I had been educated before spending the
weekend creating a usable score from the early version at Mutopia.

Haven't deciphered savannah.gnu.org.

Still claim the Example needs fixing.

                          - Bruce

-----Original Message-----
From: Mats Bengtsson [mailto:mats.bengtsson <at> s3.kth.se] 
Sent: Tuesday, November 01, 2005 2:57 AM
To: Han-Wen Nienhuys
Cc: Fairchild; bug-lilypond <at> gnu.org
Subject: Re: Example source missing?

Note that all the files also are included in several of the installation
packages. For example in the Windows (non-Cygwin) package, the files can be
found in C:\Program
Files\LilyPond\usr\share\doc\lilypond\input\mutopia\W.A.Mozart\

   /Mats

Han-Wen Nienhuys wrote:

(Continue reading)

Michael Welsh Duggan | 1 Nov 2005 22:47
Picon
Favicon

Absent ligatures

In 2.7.14, it appears that Gregorian square neumes ligatures are no
longer produced.  (See the documentation, 7.7.10.2 for an example.)  I
have verified that simple neumes still work.

--

-- 
Michael Welsh Duggan
(md5i <at> cs.cmu.edu)
Han-Wen Nienhuys | 1 Nov 2005 22:56
Picon
Picon
Favicon

Re: Absent ligatures

Michael Welsh Duggan wrote:
> In 2.7.14, it appears that Gregorian square neumes ligatures are no
> longer produced.  (See the documentation, 7.7.10.2 for an example.)  I
> have verified that simple neumes still work.

Unfortunately, the Gregorian code is largely unmaintained. Apparently, 
it didn't survive the latest refactorings unscathed.

--

-- 
  Han-Wen Nienhuys - hanwen <at> xs4all.nl - http://www.xs4all.nl/~hanwen
Edward Z. Yang | 2 Nov 2005 04:40
Gravatar

Strange font selection problem


Hi. I have downloaded the 2.6.4 Lilypond for Windows installer package,
and installed on my fairly normal (I hope) Windows XP rig.

Most output works fine for lilypond, however, when I try entering text,
I get this strange result. Here is an example:

The Text:   This text is in Vera Bold
The Output:    s       s      r

I believe this stems from Lilypond incorrectly selecting the special
fonts for music symbols to be used for actual text. Since most glyphs
are not defined, there are loads of empty spaces, and the ones that are
defined are in really small font.

Unfortunantely, nothing seems to change this font: I have tried manually
overriding the font using the instructions given here:
<http://lilypond.org/doc/v2.6/Documentation/user/out-www/lilypond/Font-selection.html#Font-selection>

This is what I tried:

==.ly fragment==
{
  c'1_\markup {
    \override #'(font-name . "Times New Roman")
      { This text is in Vera Bold }
  }
}
==

(Continue reading)

Graham Percival | 2 Nov 2005 05:12
Picon

Re: critial \relative failure on OSX 10.4.2 and 2.6.4-1


On 30-Oct-05, at 10:43 AM, Chris Sawer wrote:

> Fortunately, LilyPond 2.6.3 still works, I notice that the link on the 
> download site still points to 2.6.3 for Mac OS X. More importantly, 
> the recent 2.7 series builds still work on Tiger - for me at least - 
> so I think we can write 2.6.4-1.dmg off as some weird build problem.

Ah, thanks.  I was wondering why it didn't point to 2.6.4...

Cheers,
- Graham
Graham Percival | 2 Nov 2005 05:22
Picon

Re: lilypond bug in version 2.6.3


On 25-Oct-05, at 2:27 PM, Dylan Nicholson wrote:

>>>  If there was a way of specifying *which* staves \mark events would 
>>> appear above (and ideally below also) I would be able to use 
>>> realistically use lilypond for doing large orchestral scores.
>> Easy, just  add the engraver that handles rehearsal marks to the 
>> corresponding
>> Staff contexts:
>> <<
>>  \new Staff {\flute}
>>  \new Staff \with{\consists "Mark_engraver"}{\corno}
>> >>
>
> Ah...thank you. That should definitely be in "Tips and tricks"!

Could you add it to LSR?  At some point in the future, "tips and 
tricks" will be a subset of LSR; having a working example will make it 
easier to include in the distribution.

Cheers,
- Graham

Gmane