Questions from new lilypond user

2007-12-31 Thread guitarmiami
I'm trying to learn Lilypond by transcribing Dowland's Lacrimae Pavan from lute tablature to guitar. I have a few questions: * when I generate the PDF, each note links to the file on my desktop. Is there a way to de-link the PDF file? * In the piece below (intro to Dowland's Lachrimae Pavan) t

a suggestion

2007-12-31 Thread hhpmusic
Hi, I'm Hu Haipeng, the blind musician of China. I'm discussing an important thing with Werner, who suggests me to write to the maillist here. I have got a great progress during these few days since I began to learn Lilypond. But I find a problem at the appendix of the Notation Reference Manua

Re: caesura usage

2007-12-31 Thread Paul Scott
cst.ly Description: Binary data On Dec 31, 2007, at 5:43 AM, Wilbert Berendsen wrote: I created a file only containing: ---8<--8<-- caesuraOn = \override BreathingSign #'text = #(make-musicglyph-markup "scripts.caesura.straight") { c d \caesuraOn \breathe

Configuration file location

2007-12-31 Thread Thermo
I get this error when running Lilypond. Fontconfig error: Cannot load default config file Any ideas what file needs to be created? Where is it to be located? Thanks Graham -- View this message in context: http://www.nabble.com/Configuration-file-location-tp14563931p14563931.html Sent from the

getting line feeds and page feeds in \markup between scores

2007-12-31 Thread Jay Ricketts
Hi, I'm using \Book to put a hymnal together, and have hit a total snag trying to get some sort of intelligent pagination and line spacing to happen. I'm using \include to pull in stand-alone scores I've written, and using \markup lines between the scores to show title, composer, and copyright in

L'image de bonne année

2007-12-31 Thread Martial
la carte http://cathemline.org/ba/08/ LilyPondement ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

RE: Manual Staff switching

2007-12-31 Thread Trevor Daniels
David Your music consists of 8 bars in 2/4 plus a 1/16th upbeat, but your skip to keep the staff alive is 5 whole notes, ie 10 bars in 2/4, so there are almost 2 bars left over. Write your skips as \skip 16 \skip 2*8 and the two will end at the same time. I do not get an extra clef, though.

Re: caesura usage

2007-12-31 Thread Paul Scott
Wilbert Berendsen wrote: Op zondag 30 december 2007, schreef Paul Scott: I used to be able to replace the breath mark with something like the following which I have corrected for the new straight caesura glyph name: caesuraOn = \override BreathingSign #'text = #(make-musicglyph-markup "scrip

Re: Align of Staff.instrumentName

2007-12-31 Thread Till Rettig
Hi, this is what I thought also, but yes, you will probably have to count it for each score again (and also when scaling the notes?). Copied also to user. Greetings Till Stefan Slapeta schrieb: Two first approaches (\context {\Staff ... } ): \override InstrumentName #'self-alignment-Y

Re: Hiding Staves with Lyrics

2007-12-31 Thread Zoltan Selyem
Hi Robert, I'm afraid I don't really understand your problem, but if you don't want barlines I recommend to you that you simply use ChoirStaff instead of StaffGroup. Sorry if that doesn't help. Happy New Year! Zoltán ___ lilypond-user mailing

Re: remove Time_signature_engraver only partially

2007-12-31 Thread Kieren MacMillan
Hi Ole, In the following snippet I want to remove the Time_signature_engraver only in the second and the third bar (no timesign 6/4 and 4/4 again). How can I achive that? You can't remove the engraver from a context for only a few bars. However, you can always turn the time signature engr

remove Time_signature_engraver only partially

2007-12-31 Thread Ole Schmidt
Hi all, In the following snippet I want to remove the Time_signature_engraver only in the second and the third bar (no timesign 6/4 and 4/4 again). How can I achive that? thanks for a hint ole \version "2.11.36" staffClarinet = \new Sta

Re: caesura usage

2007-12-31 Thread Wilbert Berendsen
Op zondag 30 december 2007, schreef Paul Scott: > I used to be able to replace the breath mark with something like the > following which I have corrected for the new straight caesura glyph name: > > caesuraOn = \override BreathingSign #'text = > #(make-musicglyph-markup "scripts.caesura.straight")

Re: stem extend doe not work

2007-12-31 Thread Stefan Thomas
Dear Kieren, I don't know, what was my mistake before, but now it works. Thanks! Kieren MacMillan schrieb am 30.12.2007: >Hi Stefan, > >> unfortunately, it didn't work. > >Hmmm... works fine for me, e.g., >___ > >\version "2.11.33" > >\layout { ragged-right = ##t } > >fl

Re: automatic accidentals don't work correctly

2007-12-31 Thread Stefan Thomas
Dear Rune, Yes, true, I forgot to add the " #(set-accidental-style 'forget)" but the layout is still not convinving for me, I think it has to do with the ties: for example, at the very end of the 6th bar, there is an "e" and there should be a natural sign, but it is missing. Another thing is the t

Re: correct octave

2007-12-31 Thread Werner LEMBERG
> Sorry, the octave of rh is wrong, for I'm writing the file in my > braille computer with braille keys. I often miswrite ' to ,. Similar to the \Score vs. \score issue I discussed in another email I wonder whether it would be useful to you to have different symbols for ' and , -- for example, us

Re: correct octave

2007-12-31 Thread Werner LEMBERG
> Something you will have to deal with is that LilyPond is case > sensitive and Staff is spelled with a Capital 'S'. Well, to help visually impaired people I can imagine to create a file which contains a bunch of aliases for the most important commands so that \Score == \score (and probably == \S

Re:Layout integrating LaTeX and music

2007-12-31 Thread James E. Bailey
>Date: Sun, 30 Dec 2007 17:24:28 +0100 >From: "Patrick Schmidt" <[EMAIL PROTECTED]> >Subject: Re: Layout integrating LaTeX and music >To: lilypond-user@gnu.org > >Hi Tobias, > >>I don't use lilypond-book, but call >>lilypond from within latex. This approach has some advantages and some >>drawback