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
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.
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
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
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
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
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
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
_
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
胡海鹏 - 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
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
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
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
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" \
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.
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
>
>
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
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
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
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
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
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
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
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
24 matches
Mail list logo