Re: Partial measure alignment at end of score

2011-02-24 Thread Nick Payne
On 25/02/11 11:55, Ben Finney wrote: Howdy all, I'm writing a score that has a partial measure at the beginning and at the end. LilyPond is complaining that the measure at the end fails its bar check. See the Known issues and warnings in the section of the Notation Reference on upbeats. \part

Re: Partial measure alignment at end of score

2011-02-24 Thread Keith OHara
Ben Finney benfinney.id.au> writes: > > I'm writing a score that has a partial measure at the beginning and at > the end. LilyPond is complaining that the measure at the end fails its > bar check. > The usual way to handle this is to skip the bar check "|" on the final measure, because you know

Re: Counter in Markup

2011-02-24 Thread Francisco Vila
2011/2/25 Francisco Vila : > 2011/2/24 Adam Good : >> Hi All, >> I'm wanting to use this great counter markup code: >> >> "Implementing a counter in markup text" >> http://lsr.dsi.unimi.it/LSR/Snippet?id=543 >> >> though I would like to use it with \mark for example: >> \mark \markup {\counter #"my

Re: Counter in Markup

2011-02-24 Thread Francisco Vila
2011/2/24 Adam Good : > Hi All, > I'm wanting to use this great counter markup code: > > "Implementing a counter in markup text" > http://lsr.dsi.unimi.it/LSR/Snippet?id=543 > > though I would like to use it with \mark for example: > \mark \markup {\counter #"mycounter"} > > But it gives results I

Partial measure alignment at end of score

2011-02-24 Thread Ben Finney
Howdy all, I'm writing a score that has a partial measure at the beginning and at the end. LilyPond is complaining that the measure at the end fails its bar check. The source file is available at http://dpaste.org/OeUJ/> for a few weeks. The output from LilyPond is: = $ lilypond "The Wallop

use a custom soundfont

2011-02-24 Thread lilypond
How can I attach a custom soundfont to Lilypond? I know a general Midi soundfont can not be attached. My custom soundfont uses less then 16 channels. So that should be sufficient. Thanks. ___ lilypond-user mailing list lilypond-user@gnu.org http:

Counter in Markup

2011-02-24 Thread Adam Good
Hi All, I'm wanting to use this great counter markup code: "Implementing a counter in markup text" http://lsr.dsi.unimi.it/LSR/Snippet?id=543 though I would like to use it with \mark for example: \mark \markup {\counter #"mycounter"} But it gives results I don't expect and I'm having difficulty

Re: Lilypond Manuals

2011-02-24 Thread Francisco Vila
2011/2/24 Michel Camiré : > Hello , > >  i try to download the manuals from the web site but to no avail . How is one > supposed to proceed in order to download the literature? Try this link: http://lilypond.org/all It is available from http://lilypond.org/manuals -- Francisco Vila. Badajoz (Spa

Re: Lilypond Manuals

2011-02-24 Thread Phil Holmes
- Original Message - From: "Michel Camiré" To: Sent: Thursday, February 24, 2011 3:32 PM Subject: Lilypond Manuals Hello , i try to download the manuals from the web site but to no avail . How is one supposed to proceed in order to download the literature? Many thanks ! For the

Re: Ancient and modern from same source

2011-02-24 Thread Shane Brandes
I glanced over the wiki and saw the following slightly puzzling phrase on the IRC page. So, if one day typesetting with LilyPond is really getting on your knees, don't give up but ask help on #lilypond channel! suggest "getting on your nerves" or "really putting you on your knees" or better yet

Lilypond Manuals

2011-02-24 Thread Michel Camiré
Hello , i try to download the manuals from the web site but to no avail . How is one supposed to proceed in order to download the literature? Many thanks ! ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo

Re: Ancient and modern from same source

2011-02-24 Thread Dmytro O. Redchuk
On Thu 24 Feb 2011, 14:59 BenkőPál wrote: > > > please take a look at my wiki pages upgraded to 2.13.51. > > I beg my pardon, would you please remind the URL? > > sorry, my bad! > http://wiki.lilynet.net/index.php/ > Benkop_projects#Ancient_and_modern_from_one_source Thank you!-) > p -- Dmytr

Re: Fingering font in Measure numbers

2011-02-24 Thread Xavier Scheuer
On 24 February 2011 02:00, MusFelix wrote: > > How do I set the font used in the measure numbers at the beginning of each > system to use the number fonts used in fingerings? \override Score.BarNumber #'font-encoding = #'fetaText seems to do the trick. Cheers, Xavier -- Xavier Scheuer _

Re: Ancient and modern from same source

2011-02-24 Thread BenkőPál
> > please take a look at my wiki pages upgraded to 2.13.51. > I beg my pardon, would you please remind the URL? sorry, my bad! http://wiki.lilynet.net/index.php/ Benkop_projects#Ancient_and_modern_from_one_source p ___ lilypond-user mailing list lily

Re: remove system_start_delimiter

2011-02-24 Thread Phil Holmes
- Original Message - From: "Peter Buhr" To: Sent: Thursday, February 24, 2011 2:24 PM Subject: remove system_start_delimiter I'm creating a glyph to include in a picture showing the range of notes on a classical guitar (see below). 1. How do I remove the system_start_delimiter (lar

Alignment of notes across staves with negative horizontal shift

2011-02-24 Thread Li Jie Wong
Hi, Suppose I have the following system: << \new Staff << a' \\ e' >> \new Staff << a' \\ e' >> >> I can nudge one of the notes to the right, keeping the alignment of the other three notes using an override of NoteColumn's force-hshift property. How do I nudge one of the notes to the left while

Re: remove system_start_delimiter

2011-02-24 Thread Matthias Hüsken
> 1. How do I remove the system_start_delimiter (large opening brace) at the > start >of the score? I've tried a number of things to remove the brace but none >were successful. You can remove the opening brace by setting the following for the PianoStaff context (add to your \layout block)

Re: remove system_start_delimiter

2011-02-24 Thread James Worlton
On Thu, Feb 24, 2011 at 8:24 AM, Peter Buhr wrote: > I'm creating a glyph to include in a picture showing the range of notes on a > classical guitar (see below). > > 1. How do I remove the system_start_delimiter (large opening brace) at the > start >   of the score? I've tried a number of things

remove system_start_delimiter

2011-02-24 Thread Peter Buhr
I'm creating a glyph to include in a picture showing the range of notes on a classical guitar (see below). 1. How do I remove the system_start_delimiter (large opening brace) at the start of the score? I've tried a number of things to remove the brace but none were successful. 2. How do I g

Re: Ancient and modern from same source

2011-02-24 Thread Dmytro O. Redchuk
On Wed 23 Feb 2011, 19:46 BenkőPál wrote: > hi all, > > please take a look at my wiki pages upgraded to 2.13.51. I beg my pardon, would you please remind the URL? Thank you. -- Dmytro O. Redchuk Bug Squad ___ lilypond-user mailing list lilypond-u