Re: Reduce width of single measure

2011-12-14 Thread Xavier Scheuer
On 14 December 2011 05:31, Nick Payne wrote: > How can I reduce the width of a single measure? i.e. in the final bar below > containing the chord of whole notes, I want the width of the measure to be > just wide enough to contain the chord. \once \override Score.SpacingSpanner #'spacing-increme

Re: Fingering Change on a chord note. Thumb in a fingering change.

2011-12-14 Thread Xavier Scheuer
On 14 December 2011 08:49, Nils wrote: > Hello, > > I want to have a fingering change on a chord note. And I mean a real > chordnote, not a second voice. > > > The manual gives only the markup method which does, AFAIK, not work on > chord members. Then use a \markup outside the chord construct.

Re: Fingering Change on a chord note. Thumb in a fingering change.

2011-12-14 Thread -Eluze
Nils Hammerfest wrote: > > > I want to have a fingering change on a chord note. And I mean a real > chordnote, not a second voice. > > > The manual gives only the markup method which does, AFAIK, not work on > chord members. > > However complex, I don't care. I am only concerned about the en

lilypond pdf error/warning messages from Evince

2011-12-14 Thread Martin Tarenskeen
Hi, When I load a Lilypond-created pdf file in Evince I see a lot of error/warning messages in my console. The PDF looks and prints fine though. Anything to worry about ? I am working on Linux Fedora 16, using lilypond 2.15.21 evince-3.2.1 ghostscript-9.04 Attached: the output from my co

Re: lilypond pdf error/warning messages from Evince

2011-12-14 Thread Francisco Vila
2011/12/14 Martin Tarenskeen : > > Hi, > > When I load a Lilypond-created pdf file in Evince I see a lot of > error/warning messages in my console. The PDF looks and prints fine though. > Anything to worry about ? > > I am working on Linux Fedora 16, using lilypond 2.15.21 > evince-3.2.1 ghostscrip

Re: lilypond pdf error/warning messages from Evince

2011-12-14 Thread Martin Tarenskeen
On Wed, 14 Dec 2011, Francisco Vila wrote: 2011/12/14 Martin Tarenskeen : Hi, When I load a Lilypond-created pdf file in Evince I see a lot of error/warning messages in my console. The PDF looks and prints fine though. Anything to worry about ? I am working on Linux Fedora 16, using lilypo

Lute Tab

2011-12-14 Thread Susanne
Hi, I'm a new user and I'm wondering what has happened to your lute tab project. I'm a writer and renaissance lute player and I would be really interested in such a function. Is anyone working on it at this moment? Best, Susanne ___ lilypond-user mail

re: recompilation failure

2011-12-14 Thread 胡海鹏 - Hu Haipeng
Dear David, I just came back from Osaka, Japan. I just tried the latest build with modified mydefs.ly, and there are errors on #(define-music-function... at the second half of the file. But some such functions don't generate error. Why? Regards Haipeng _

Re: Lute Tab

2011-12-14 Thread t . daniels
Susanne wrote .. > Hi, > > I'm a new user and I'm wondering what has happened to your lute tab project. > I'm > a writer and renaissance lute player and I would be really interested in such > a > function. Is anyone working on it at this moment? I'm afraid not. I began work on this some time

Re: recompilation failure

2011-12-14 Thread David Kastrup
胡海鹏 - Hu Haipeng writes: > Dear David, >   I just came back from Osaka, Japan. I just tried the latest build > with modified mydefs.ly, and there are errors on # > (define-music-function... at the second half of the file. But some > such functions don't generate error. Why? If you fixed the func

Re: Lute Tab

2011-12-14 Thread Federico Bruni
2011/12/14 Susanne : > I'm a new user and I'm wondering what has happened to your lute tab project. > I'm > a writer and renaissance lute player and I would be really interested in such > a > function. Is anyone working on it at this moment? If Trevor or anyone else decide to work on it in the f

Re: Fingering Change on a chord note. Thumb in a fingering change.

2011-12-14 Thread Thomas Morley
Hi Nils, 2011/12/14 Nils : > Hello, > > I want to have a fingering change on a chord note. And I mean a real > chordnote, not a second voice. > > > The manual gives only the markup method which does, AFAIK, not work on > chord members. > > However complex, I don't care. I am only concerned about

Re: lilypond pdf error/warning messages from Evince

2011-12-14 Thread Francisco Vila
2011/12/14 Martin Tarenskeen : > That does not seem the problem here. I still see these messages. You can produce a minimal PDF from { c' } %END and try launching it into evince. If it shows messages, send it to me. -- Francisco Vila. Badajoz (Spain) www.paconet.org , www.csmbadajoz.com

Divisi Staff with instrument name at the left

2011-12-14 Thread Caio Barros
I'm trying to write a divisi staff that appears at the middle of the system and I want to write the instrument name at the left of the beginning of the staff. Is there a way to do that? Example: I want to write "Cl. 1" a the left of the inserted staff in the code below: \new Staff = "Clarinets" \

staff to end of socre

2011-12-14 Thread Damian leGassick
Hi all In this example the second staff is left hanging << \new Staff {b b b b} \new Staff {b b} >> Can I force all staves to go to the end of the file without adding rests or spacers? thanks Damian ___ lilypond-user mailing list lilypond-user@gnu.

Re: staff to end of socre

2011-12-14 Thread Damian leGassick
On 14 Dec 2011, at 18:22, Damian leGassick wrote: > Hi all > > In this example the second staff is left hanging > > << > \new Staff {b b b b} > \new Staff {b b} >>> > > Can I force all staves to go to the end of the file without adding rests or > spacers? > > thanks > > Damian > >

Re: staff to end of socre

2011-12-14 Thread David Nalesnik
Hi Damian, On Wed, Dec 14, 2011 at 12:25 PM, Damian leGassick wrote: > On 14 Dec 2011, at 18:22, Damian leGassick wrote: > > > Hi all > > > > In this example the second staff is left hanging > > > > << > > \new Staff {b b b b} > > \new Staff {b b} > >>> > > > > Can I force all staves to go to the

Re: staff to end of socre

2011-12-14 Thread Caio Barros
I believe that what he want is the staff with less notes to extend itself with the necessary rests and measure rests until the end of the piece, together with the staff with more notes. 2011/12/14 David Nalesnik > Hi Damian, > > On Wed, Dec 14, 2011 at 12:25 PM, Damian leGassick < > damianlegass

Re: staff to end of socre

2011-12-14 Thread Damian leGassick
On 14 Dec 2011, at 19:04, David Nalesnik wrote: > Hi Damian, > > On Wed, Dec 14, 2011 at 12:25 PM, Damian leGassick > wrote: > On 14 Dec 2011, at 18:22, Damian leGassick wrote: > > > Hi all > > > > In this example the second staff is left hanging > > > > << > > \new Staff {b b b b} > > \new S

Re: staff to end of socre

2011-12-14 Thread James
Hello, On 14 December 2011 19:21, Damian leGassick wrote: > > On 14 Dec 2011, at 19:04, David Nalesnik wrote: > > Hi Damian, > > On Wed, Dec 14, 2011 at 12:25 PM, Damian leGassick > wrote: >> >> On 14 Dec 2011, at 18:22, Damian leGassick wrote: >> >> > Hi all >> > >> > In this example the second

Re: staff to end of socre

2011-12-14 Thread Xavier Scheuer
On 14 December 2011 20:21, Damian leGassick wrote: > Hi David > > thanks for the quick reply > > the to-end-of-line function is half way there, but if I modify your example > to \repeat unfold 17 there is only one staff after the line break > > what I'd like is for both staves to remain until the

Re: staff to end of socre

2011-12-14 Thread Kieren MacMillan
Hi all, Thanks to David (and my $pon$or$hip), you can also use tags. =) Cheers, Kieren. ou can also On 2011-Dec-14, at 17:05, Xavier Scheuer wrote: > On 14 December 2011 20:21, Damian leGassick wrote: >> Hi David >> >> thanks for the quick reply >> >> the to-end-of-line function is half wa

Re: staff to end of socre

2011-12-14 Thread Damian leGassick
On 14 Dec 2011, at 22:05, Xavier Scheuer wrote: > On 14 December 2011 20:21, Damian leGassick wrote: >> Hi David >> >> thanks for the quick reply >> >> the to-end-of-line function is half way there, but if I modify your example >> to \repeat unfold 17 there is only one staff after the line brea

Re: staff to end of socre

2011-12-14 Thread Xavier Scheuer
On 15 December 2011 01:00, Damian leGassick wrote: > > Thanks Xavier, this works perfectly (although couldn't get it to work > in 2.14 for some reason...) The 2.14 syntax is #(ly:export (skip-of-length longestVoiceVariableName) I'm using latest development version and this time I did not chec