Re: Stem length

2007-07-27 Thread Peter Terpstra
Peter Terpstra in <[EMAIL PROTECTED]> : > i tried: > \once \override Stem #'length = #4 > g8 [ a ] > > This does not have any effect. lilypond version is 2.10.25 -- mailto:[EMAIL PROTECTED] ___ lilypond-user mailing

Re: Stem length

2007-07-27 Thread Peter Terpstra
e Beam #'positions = #'($value . $value)" in all cases output was ugly. Then i found something else: \once \override NoteColumn #'force-hshift = #0.5 \once \override Stem #'length-fraction = #0.3 These two options make it a lot prettier for me. Not too short and a bit out of

Stem length

2007-07-27 Thread Peter Terpstra
Dear readers, How can i change the stem length so that the voice two fits between voice one and three? i tried: \once \override Stem #'length = #4 g8 [ a ] This does not have any effect. Kind Regards, Peter -- mailto:[EMAIL PROT

connecting a arpeggio

2007-08-03 Thread Peter Terpstra
Dear readers, How do i connect a arpeggio between 2 voices? case: staffClassicalGuitar = \new Staff { \set Staff.connectArpeggios = ##t \relative c' { << { \arpeggio } \\ { e,\arpeggio } >> } } ~ End This does not work. Kind Regards, Peter -- mailto

Re: connecting a arpeggio

2007-08-03 Thread Peter Terpstra
Neil Puttock in <[EMAIL PROTECTED]> : > Add the Span_arpeggio_engraver to your Staff context Thank you very much, this works!, but with the "\set Staff.connectArpeggios = ##t" option. Kind Regards, Peter -- mail

Re: connecting a arpeggio

2007-08-03 Thread Peter Terpstra
Valentin Villenave in <[EMAIL PROTECTED]> : >> Thank you very much, this works!, but with the "\set >> Staff.connectArpeggios = ##t" option. > > Absolutely; I guess you found http://lsr.dsi.unimi.it/LSR/Item?id=294 in > the LSR Sometimes i'm just searching for the dot on the i, then i'm glad lil

Righthandfingering in lilypondtool

2007-08-04 Thread Peter Terpstra
Dear Readers, Lilypondtool has prolems with the righthandfingering syntax, lilypond not. case: \version "2.10.25" #(define RH rightHandFinger) { \set strokeFingerOrientations = #'(up) 4 \set strokeFingerOrientations = #'(up) 4 } Any solution for this? Kin

Re: Righthandfingering in lilypondtool

2007-08-06 Thread Peter Terpstra
ot accessable via usenet i never had started with it. Kind regards, Peter -- mailto:[EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

How can i do this?

2007-08-07 Thread Peter Terpstra
fting the other notes. Is this possible? Kind Regards, Peter -- mailto:[EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How can i do this?

2007-08-08 Thread Peter Terpstra
Neil Puttock in <[EMAIL PROTECTED]> : > Yes, by scaling the dotted note: > > a'4.*2/3 Thanks for your answer, but now i get an extra count. Maybe this is a better example: \version "2.10.25" \new Staff \time 3/4 \relative c'' << {\key g \major \override Staff.NoteCollision #'merge-differentl

Re: How can i do this?

2007-08-08 Thread Peter Terpstra
Damian leGassick in <[EMAIL PROTECTED]> : > the extra count is because the \time 3/4 is ignored as it's not > between the braces Indeed, indeed, your'e rigth. Never had this problem with it before, but I'm a beginner :-) Kind Regards, Peter

Re: path set-up

2007-08-08 Thread Peter Terpstra
Neil Thornock in <[EMAIL PROTECTED]> : > Here's my path, something I don't fully understand but seems like it > should work. #echo $PATH Should show the path to lilypond. if not put "PATH=/usr/local/bin/:$PATH; export $PATH" in your ~.profile or ~/.zprofile (if you use zsh). It wil also work in

merge-differently-headed does not always work.

2007-08-09 Thread Peter Terpstra
tieDown e,2. ~ | }\alternative { {e | } {e\repeatTie | } } \repeat volta 2 { fis2 \Sup a4 | % 20 fis2 \Sup a4 | } } >> } ~~ End .ly snippet. http

Re: merge-differently-headed does not always work.

2007-08-09 Thread Peter Terpstra
\stemUp > a,8\laissezVibrer \stemDown > c'8 | % 21 Yes, this works! > The knee on the beams is a bit ugly, so you might want to override them > manually. You mean something with "Stem length-fraction" ? Kind Regards, Peter -- mailto:[EMAIL PROTECTED] _

Re: a modest proposal for input syntax

2007-08-10 Thread Peter Terpstra
a have the same problem, trying to study on the answers below. Typing in the good direction would save a lot off time. Kind regards, Peter -- mailto:[EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

stem doesn't fit in beam

2007-08-11 Thread Peter Terpstra
et Its about the acciaccatura, there should be something wrong with the bracket but i don' know what. Kind Regards, Peter -- mailto:[EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: stem doesn't fit in beam

2007-08-11 Thread Peter Terpstra
pid of me :-) Thanks for your answer! Peter -- mailto:[EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Soundfont and midi

2007-08-13 Thread Peter Terpstra
ve it removed? Kind Regards, Peter -- mailto:[EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Arpeggio and lefthandfingering

2007-08-13 Thread Peter Terpstra
s = #'(right) \override Fingering #'extra-offset = #'(1.2 . 0) 2.\arpeggio } \\ { a2.\arpeggio } >> } \score { \staffClassicalGuitar \layout { \context { \Staff \consists "Span_arpeggio_engraver" } } } ~ End .ly snippet

Re: Arpeggio and lefthandfingering

2007-08-14 Thread Peter Terpstra
Peter Terpstra in <[EMAIL PROTECTED]> : > Arpeggio and lefthandfingering Nobody? I tried it with " \override Arpeggio #'force-hshift" and differt other objectnames but the arpeggio doe not want to come close to the notes when there is lefthandfingering. Kind Regard

Barré sign

2007-08-16 Thread Peter Terpstra
Dear readers, Is the a barrésign macro created for lilypond? The barré sign should go over the staff! Looks a bit like this: | |_ Kind Regards, Peter -- mailto:[EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http

"Stem #'neutral-direction = #up" versus \stemup

2007-08-18 Thread Peter Terpstra
; } } % Alt \\ { \override Stem #'neutral-direction = #up \override Stem #'length-fraction = #0.2 s2. s % 3 s s % 5 s4. b=8 b b s4 c4. s } % Bass \\ { \stemDown g,=,2. r4 g' r % 3 r8 g4 g g

Re: "Stem #'neutral-direction = #up" versus \stemup

2007-08-18 Thread Peter Terpstra
Peter Terpstra in <[EMAIL PROTECTED]> : > "Stem #'neutral-direction = #up" versus \stemup Lilypond version is 2.10.29 P. -- mailto:[EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.

Re: "Stem #'neutral-direction = #up" versus \stemup

2007-08-18 Thread Peter Terpstra
Neil Puttock in <[EMAIL PROTECTED]> : Thanks for your answer! > \once \override Beam #'positions = #'(- 1.5 . -2) %This works better > than #'length-fraction This gives me errors and the stem comes down, while "#'length-fraction" works without any comp

Re: "Stem #'neutral-direction = #up" versus \stemup

2007-08-18 Thread Peter Terpstra
Peter Terpstra in <[EMAIL PROTECTED]> : > This gives me errors Sorry errors, but the stem does not get shorter. Kind regards, Peter -- mailto:[EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.or

Re: "Stem #'neutral-direction = #up" versus \stemup

2007-08-19 Thread Peter Terpstra
wn again. > Furthermore, I misunderstood why you were using #'length-fraction. Sorry, i think i was not clear about that. Kind regards and many thanks for your help! Peter ~ Start \new Staff { \clef "G_8" \relative c'' % Treble << { \time 3/4 \repeat volt

Re: Arpeggio and lefthandfingering

2007-08-19 Thread Peter Terpstra
Valentin Villenave in <[EMAIL PROTECTED]> : > For instance, > \override Staff.Arpeggio #'extra-offset = #'(2.2 . 0.0 ) > does the trick. Thank you very very much! This helps. Kind Regards, Peter -- mailto:[EMAIL PROTECTED]

Re: Barré sign

2007-08-19 Thread Peter Terpstra
Valentin Villenave in <[EMAIL PROTECTED]> : >> Is the a barrésign macro created for lilypond? > > Not to my knowledge, but if you post a picture, I'd be glad to write > it using postscript code. I would be glad to, its often used. Kind Regards, Peter -

Re: "Stem #'neutral-direction = #up" versus \stemup

2007-08-20 Thread Peter Terpstra
Peter Terpstra in <[EMAIL PROTECTED]> : > \clef "G_8" % The notation is one octave higher Found also something else. When the '\clef G_8' is removed, the errors disappear. But then the notation one octave to low (An i mis the G_8 clef). Putting the voices back t

Re: "Stem #'neutral-direction = #up" versus \stemup

2007-08-20 Thread Peter Terpstra
like #'(1.5. 1.5) fixes this. Still learning more, thank you very much. Kind Regards, Peter -- mailto:[EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Arpeggio and lefthandfingering

2007-08-20 Thread Peter Terpstra
he span context, you think this is not necessary? Kind Regards, Peter -- mailto:[EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Arpeggio and lefthandfingering

2007-08-20 Thread Peter Terpstra
hought maybe i don't need it. Kind regards, Peter -- mailto:[EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Arpeggio and lefthandfingering

2007-08-20 Thread Peter Terpstra
Mats Bengtsson in <[EMAIL PROTECTED]> : > If you want an arpeggio that spans two separate chords > in the same stave, then you certainly need the trick to > add Span_arpeggio_engraver in the Staff context. Okay, Thanks. P. -- mailto:[EMAIL PROTECTED] __

In case i forgot to say ...

2007-08-21 Thread Peter Terpstra
Thanks for all the music i now can make with lilypond! I'm happy with it. Kind regards, Peter -- mailto:[EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Barré sign

2007-08-23 Thread Peter Terpstra
script #"0.2 setlinewidth -0.5 -3 moveto -1 -3 lineto 0 10 rlineto stroke" } { \relative c'' _\barr _\barr _\barr _\barr } %%%End For some strange reason the staff gets broken into two pieces. Kind Regards, Peter -- mailto:[EMAIL PROTECTED] <>___

strange barbehavior

2007-08-28 Thread Peter Terpstra
16] | % 7 d,4 r r | g g, r | % 9 g' g g g | g2 f4 r | % 11 < e g,> | d, cis d s | % 13 f_\f f f | 2 _\p | fis,4 fis | % 15 g r fis f! | c g e g | % 17 4 r r2 | r4 _\f | % 19 r | e\ff e e e | % 21 2 fis | g4\p r

adding vertical space between systems

2007-11-01 Thread Peter Berlau
e a lost :-( my LateX header is \documentclass[a4paper]{article} \usepackage[latin1]{inputenc} \usepackage{palatino} % maybe I have to add more... or less? Can You please help me, thanks. all the best, Peter -- http://www.peterberlau.de ___ lilyp

Issue 34: Grace synchronization

2007-11-11 Thread Peter Mogensen
ntain. regards, Peter ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Forcing more systems per page

2007-11-25 Thread Peter Wright
On 25/11 15:57:26, Charles Gran wrote: > I want to have a score (choir + piano) that always created 2 systems > per page, right now I'm often getting only one. Sometimes it can be a *very* narrow margin between getting one or two (or 2-3) systems per page, especially for SATB-choir-plus-piano scor

Re: making the actual music

2007-12-17 Thread Peter Wright
On 18/12 03:35:48, henry wrote: > i just downloaded this today, and tried fiddling with a few > notes...i just can't figure out how to make the actual sheet music > document. Start with a Lilypond text file, eg. "bling.ly", then run (from a command line) "lilypond bling.ly" - it should create (amo

Re: Divisi lyrics

2008-02-13 Thread Peter Siepmann
points, the main lyrics seem to disappear, and so I tried coding them in alongside the music as in the example above... Your continued assistance is most gratefully appreciated! Peter -- Peter Siepmann BSc (Hons), LRSM, ARCO Director of Music, St Peter's & All Saints', Nottingham

Re: Divisi lyrics

2008-02-13 Thread Peter Siepmann
Bingo. Thank you!! Mats Bengtsson wrote: If I'm not mistaken, the simple solution is to remove the \\ in your code. /Mats Peter Siepmann wrote: Thanks, Mats. Though I'm afraid - due probably to my relative inexperience (I'm quite a recent convert to Lilypond!) - the

Re: Divisi lyrics

2008-02-13 Thread Peter Siepmann
Thanks, Mats. Though I'm afraid - due probably to my relative inexperience (I'm quite a recent convert to Lilypond!) - the solution to my problem doesn't jump out at me... Peter Mats Bengtsson wrote: As you might know, the documentation is going through a major revision

crescendo beginning in middle of note duration

2008-03-08 Thread Peter Kaplan
Occasionally a crescendo or decrescendo needs to begin not at the commencement of a note's duration, but rather halfway through the note. Can such a situation be properly typeset using lilypond? If so, how? ___ lilypond-user mailing list lilypond-us

dotted or dashed phrasing slurs

2008-03-08 Thread Peter Kaplan
I am interested in making phrasing slurs that are (graphically, not rhythmically) dotted or dashed, in order to differentiate them visually from ordinary legato slurs (to be represented with solid slurs). Is there a way to do this straightforwardly in lilypond? I Was not able to find it in the ma

re: crescendo beginning in middle of note duration

2008-03-10 Thread Peter Kaplan
This question is answered in the second example of the section on Dynamics in the manual. Peter, can you provide a hint on how to make it even more clear? /Mats It is very difficult to say any of this clearly and concisely. The only positively misphrased bit seems to be the

Better Midi, anyone?

2008-03-10 Thread Peter Chubb
om a piece by Messaien) `perdu', or `comme oiseaux'. It'd be possible to translate some of these into metronome markings or \ or similar; others, I have no idea about. Non-notated repeats are also going to be hard (`dal segno al coda', `dal segno al fine'

Re: Better Midi, anyone?

2008-03-10 Thread Peter Chubb
o something like, { c16 \pp \< ~ c16 ~ c16 ~ c16 ~ c16 ~ c16 ~ c16 \! ~ c16 \ff ~ c16 \> ~ c16 ~ c16 ~ c16 ~ c16 ~ c16 ~ c16 \! ~ c16 \pp } and even that doesn't give as smooth a transition as one would like. Any ideas? -- Dr Peter Chubb http://www.gelato.unsw.edu.au

German Umlaute in OOoLilyPond

2008-03-20 Thread Peter Freitag
the two UTF-8 decimal-Codes 2. Type the two Numbers with ALT+0+xxx at your Numpad. Thats it! For example: ü ALT+0195 AlT+0188 -> ü etc. (Sorry Pro's for disturbing you) Peter ___ lilypond-user mailing list lilypond-user@gnu.org http

partcombine problem

2008-03-23 Thread Peter Chubb
not in this snippet), the beams are repeated, so a beam of quavers look like semiquavers. I want the tune in a separate named voice so I can use \lyricsto. I could put it on a separate stave, but that would make the music spread over two pages. Any ideas? -- Dr Peter Chubb http:

Re: partcombine problem

2008-03-23 Thread Peter Chubb
>>>>> "Trevor" == Trevor Daniels <[EMAIL PROTECTED]> writes: Trevor> Hi Peter Forget \partcombine. Chapter 3.2 in the Learning Trevor> Manual might help. You just need to put the two voices in Trevor> parallel, like this: \version "2.11.41"

Re: Em2 chord

2008-04-02 Thread Peter Chubb
pe Em2 chord in chordmode. How can I do Michael> that? e:m2 doesn't work. Zoltan Michael> ___ Michael> lilypond-user mailing list lilypond-user@gnu.org Michael> http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Em2 chord

2008-04-02 Thread Peter Chubb
>>>>> "Peter" == Peter Chubb <[EMAIL PROTECTED]> writes: >>>>> "Michael" == Michael Watts <[EMAIL PROTECTED]> writes: Michael> e2:m Now, if only there were a manual.. Zoltan> I would like to type Em2 chord in c

Re: constructing a jazz piece

2008-04-09 Thread Peter Chubb
makes the output *look* right without acutally *being* right. Try, e.g., global= { \time 4/4 \key es \major \repeat volta 2 { s1*2 } } notes =\relative c' { es4 f es f | es f es f } \score { \unfoldRepeats \context Staff << \global \notes >> \midi{}

How to generate notes in a scale

2008-04-18 Thread Peter Chubb
on to do this yet? for example, given e return fis (if the current key is g), or given e return f (if the current key is c)? I'm a bit stuck, as I can't even work out how to get at the current key within a music-function. -- Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gel

Re: Divisi and Unison

2008-04-19 Thread Peter Kaplan
Dave mho.com> writes: > > I'm transcribing a violin piece that > has divisi and unison. The divisi portions > are not synchronsous (i.e. they have > basically different parts) and need to be > on separate staffs. How would I make a > score that has 2 staffs for the divisi > part and 1 st

Re: How to generate notes in a scale

2008-04-20 Thread Peter Chubb
I see a KeyChangeEvent in the rest of the program I update ac:current-key. Is there a better way? Does Lilypond keep track of the current key signature for me? -- Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au http://www.ertos.nicta.co

Re: How to generate notes in a scale

2008-04-21 Thread Peter Chubb
))) ))) ((eq? 'KeyChangeEvent (ly:music-property music 'name)) (set! ac:current-key music) music ) (else music)) )) articulate = #(define-music-function (parser location music) (ly:music?) "Adjust times of note

Looking inside markup

2008-04-23 Thread Peter Chubb
) ((equal? t (markup #:line (#:sharp))) (set! alteration 1/2 but this never matches. The music looks something like: d^\markup{\flat}^\turn^\markup{\sharp} -- Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au http://www.ertos.nicta.co

How to stack scripts and textscripts?

2008-04-27 Thread Peter Chubb
script-priority moves both accidentals, not just one, even with \once. -- Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au http://www.ertos.nicta.com.au ERTOS within National ICT Australia ___ lilypond-user mailing lis

Re: Looking inside markup

2008-04-28 Thread Peter Chubb
>>>>> "Peter" == Peter Chubb <[EMAIL PROTECTED]> writes: Peter> On my quest for better MIDI, I'm trying to deal with Peter> alterations on a turn. How do I look `inside' a markup Peter> sequence? Peter> What I've tried is:

Re: Looking inside markup

2008-04-28 Thread Peter Chubb
>>>>> "Peter" == Peter Chubb <[EMAIL PROTECTED]> writes: Peter> On my quest for better MIDI, I'm trying to deal with Peter> alterations on a turn. How do I look `inside' a markup Peter> sequence? Peter> What I've tried is: Peter>

Re: Programming questions

2008-04-28 Thread Peter Chubb
pitch new-octave new-notename new-alteration Jay> In a few functions I've written they either work correctly inside Jay> a \relative section or correctly outside but not both. Is there a Jay> standard way to make them work in both? Not that I know of. -- Dr Peter Chubb

What's a moment?

2008-04-29 Thread Peter Chubb
he start of the piece? Inquiring minds want to know. -- Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au http://www.ertos.nicta.com.au ERTOS within National ICT Australia A university is a non-profit organisation only in the sense that it spends everything it

Re: What's a moment?

2008-04-30 Thread Peter Chubb
mbers, you Mats> also get multiplication and division for free. So you're saying a lilypond moment is a duration of musical time, not an instant in musical time? Is there a function to translate from lilypond moment to lilypond duration and back? -- Dr Peter Chubb http://www.gelat

Re: third down, diatonically

2008-05-01 Thread Peter Chubb
turns. See the code in http://www.nabble.com/Programming-questions-td16953318.html for diatonically up one tone, it's easy enough to adjust for down a third. -- Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au http://www.ertos.nicta.com.au ERTOS within N

Re: Help getting started with Danny Boy

2008-05-04 Thread Peter Wright
On 04/05 09:38:29, James E. Bailey wrote: > Am 04.05.2008 um 05:59 schrieb Paul Scott: [ snip plasmacarwash's questions ] >> Have you read the tutorial? >> >> We can help you better if you show us what you have tried. > > I'm sorry, if this is rude, but this is a real pet peeve of mine. > Rather th

Re: Moving a hairpin horizontally

2008-05-12 Thread Peter Chubb
ht now, e.g., by << c1 \\ {s2\< s4. \! s8} >> but the MIDI output doesn't sound right. I'm trying to get the MIDI output right, so have to explicitly do things like: \pp c64 ~ \< c64 ~ c64 ~ c64 ~ c64 ~ c64 ~\!\sf c64 ~ \> c64 ~ c64 ~ c64 ~ c64

Lilypond & Ubuntu

2008-05-13 Thread Peter Gifford
a colleagues pc and it looked superb, exactly what I need for scoring music written for our church. Thanks in anticipation.. Peter Gifford, Radlett, UK ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo

Custom lyric extender

2008-05-14 Thread Peter Johnson
but I'm sure someone out there can help. Many thanks. Peter -- View this message in context: http://www.nabble.com/Custom-lyric-extender-tp17232141p17232141.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilyp

U of Waterloo ftp site not up to date and other issues

2005-08-16 Thread Peter Teeson
ies. Should I be moving those to fink? Does that mean I have to make a package? Darn it I just want to build the thing in a straightforward way. Should I just go back to the Terminal and continue doing ./configure; make; sudo make install as I was doing? So

Re: U of Waterloo ftp site not up to date and other issues

2005-08-16 Thread Peter Teeson
Thank you Kris. I am aware of the .dmg. But that is merely an install. I want to build from scratch for a number of reasons. respect... Peter On Aug 16, 2005, at 15:41, Kris Shaffer wrote: The most "straightforward way" to build Lilypond on Mac OS X now is to download the DMG packag

Help to install

2005-08-28 Thread Peter Tregilgas
t installed and the Distiller appears that a post script error “no pdf file produced”   I looked at the web site again but I don’t get it??? Please help   peter tregilgas cultural and social enterprise services abn: 66357539575 t:  0400-191054 f/p:  08-82725842 e:  [EMAIL PROTECTED] w:  ww

Hiding staves with partial measures of only rests

2005-09-18 Thread Peter Mogensen
s "r4" seems to cause the the Staff is not hidden even though it is empty. Can this be solved? Peter ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Hiding staves with partial measures of only rests

2005-09-18 Thread Peter Mogensen
Sorry... I should have search the ML first. It's the exact same problem as: http://lists.gnu.org/archive/html/lilypond-user/2005-04/msg9.html I'd like to second that feature request (including showing R4 as r4, when not hidde

Re: midi don't ties...

2005-09-20 Thread Peter Mogensen
hestral scores.) The aim is to be able to easily transpose, quote and extract voices. It's still plagued by some bugs (lilypond and mine) though. Is there a place to submit such examples for others to see? Peter ___ lilypond-user mailing list lilypon

Re: templates

2005-09-20 Thread Peter Mogensen
D Josiah Boothby wrote: > you might try the lilypond snippet repository: > http://lsr.dsi.unimi.it/ Thanks... I was wondering. Since there's many ways to do things in Lilypond, there's also many ways to do them wrong. Are there some kind of review process when I add to the re

Re: templates

2005-09-20 Thread Peter Mogensen
Peter Mogensen wrote: > Thanks... I was wondering. Since there's many ways to do things in > Lilypond, there's also many ways to do them wrong. > Are there some kind of review process when I add to the repository? Anyway... He're an example (I think there's no cop

Re: templates

2005-09-20 Thread Peter Mogensen
with postscript-handling on Windows (which is not something which surprises me) If my PS-file works, then why not try to run my .ly file with Lilypond 2.4.5 on Windows and compare at which stages the output differs? Peter ___ lilypond-user mailing list

Re: templates

2005-09-20 Thread Peter Mogensen
Peter Mogensen wrote: > > As I said, it's not perfect. When I look at the source, I can think of > the following problem/hacks: > > * Ties are not continued into second endings oh ... one thing more... * How do I force page-breaks between ea

Ties in second endings

2005-09-20 Thread Peter Mogensen
es a'4~} \unHideNotes > a g e d\ | c1 }} > } > } Unfortunately this seems to give the same problem as when the music starts with a grace note (causing the time sign to be duplicated). Only now it's the second volta-spanner which is duplicated. So... two hacks would be required. Oh... Ap

Re: Ties in second endings (and a small rant)

2005-09-21 Thread Peter Mogensen
ater at adjust it to a new orchestra. (do a few transposed, cut a repetition, insert an extra voice and so on.) Lilypond is great for _typesetting_, but all these small hacks makes it difficult to work with when you do continious re-arranging. Peter ___

Changing font in Lilypond...

2005-09-21 Thread Peter Chubb
How do I get Lily to use a more sensible font for PDF output? Because I don't have New Centiury Schoolbok installed on my system, lyrics come out in Courier (and look awful). The documentation just says `the default font is set by Pango/font' which helps me not at all... -- Dr P

Re: Ties in second endings

2005-09-22 Thread Peter Mogensen
Fairchild wrote: > Graham - > > Here's a trim-down of the thread, for sticking in the manual, in the section > on ties, or repeats, or both. Edit to suit. > > There ought to be a better way that makes the tie more pronounced, but a > simple way eludes me. > > - Bruce >

Re: Ties in second endings

2005-09-22 Thread Peter Mogensen
; } >>> > > This is the proper way to do work around it. (and the manual should perhaps > mention the trick explicitly). Define "proper". The above requires you to add the hack to all staves if you need it in o

Re: Ties in second endings

2005-09-22 Thread Peter Mogensen
Mats Bengtsson wrote: > Peter Mogensen wrote: >> Mats Bengtsson wrote: >>> See >>> http://lists.gnu.org/archive/html/lilypond-user/2005-09/msg00444.html >>> for the simple extra work-around that's needed. >> >> Yes... I did read your post. >&

How to pause a staff with some horizontal whitespage?

2005-09-22 Thread Peter Mogensen
- Is there a not-too-much-of-a-hack way to do this? regards, Peter ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to pause a staff with some horizontal whitespage?

2005-09-22 Thread Peter Mogensen
ntal space in centimeters than in note-values. Peter > Peter Mogensen wrote: > >> Hi, >> >> I see a lot of scores with a layout like this: >> >> Segno CODA >> / / >> | intro || A-part | volta1 || volta2 || >>

Re: How to pause a staff with some horizontal whitespage?

2005-09-22 Thread Peter Mogensen
Han-Wen Nienhuys wrote: > Peter Mogensen wrote: > >> Mats Bengtsson wrote: >> >>> Read the NEWS in the documentation for version 2.6. >> >> Unless I'm mistaken \stopStaff \startStaff doesn't stop output of notes. >> Only the staff-lines. >

Co-sponsoring Was: Ties in second endings

2005-09-22 Thread Peter Mogensen
unified solution alone. I hope Han-Wen could set up some kind og "vote-with-your-money" system, so we all could contribute to get something implemented. Peter ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to pause a staff with some horizontal whitespage?

2005-09-22 Thread Peter Mogensen
Han-Wen Nienhuys wrote: > > Peter Mogensen wrote: > >> If you could specify something like: >> * Create a new set of staffs, take the music and typeset measures up to >> #72. >> * \staffbreak{2cm} >> * Create new staffs, and typeset the rest. >>

Re: Co-sponsoring Was: Ties in second endings

2005-09-22 Thread Peter Mogensen
ether this is the case, since I've not read the source. I just wanted to make it possible to "do it right", if you conclude that the cleanest way to move forward would be changing some fundamental design. (even if the feature which caused that conclussion was minor). ... and for people

Re: Ties in second endings

2005-09-23 Thread Peter Mogensen
won't work for segno/coda repeats. At least I can be glad I only have to make changes one place, once the grace bug is resolved :) Peter ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Accidental placement above/below note

2005-09-23 Thread Peter Mogensen
than the normal accidental. I believe this is one of the new features in 2.7.x See the NEWS page. \set suggestAccidentals = ##t Peter ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to pause a staff with some horizontal whitespage?

2005-09-23 Thread Peter Mogensen
Han-Wen Nienhuys wrote: > Peter Mogensen wrote: > >> Mats Bengtsson wrote: >> >>> Read the NEWS in the documentation for version 2.6. >> >> Unless I'm mistaken \stopStaff \startStaff doesn't stop output of notes. >> Only the staff-lines. >

Re: Notation

2005-09-24 Thread Peter Mogensen
so doubt that the resulting MIDI can be use directly to generate a playable score. Peter ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to pause a staff with some horizontal whitespage?

2005-09-24 Thread Peter Mogensen
Peter Mogensen wrote: > Mats Bengtsson wrote: > >>Read the NEWS in the documentation for version 2.6. > > > > Unless I'm mistaken \stopStaff \startStaff doesn't stop output of notes. > Only the staff-lines. > > To use this, it would require to insert

Re: Notation

2005-09-24 Thread Peter Mogensen
ice, and definitely not with anything more complex than a monophonic intrument. Peter ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Notation

2005-09-27 Thread Peter Mogensen
lead instruments) direct from a CD or MP3 disk I found a piece of software, which tries to help you with the listening process and a set of links to people having tried to program what you want. Maybe you find someting useful: http://www.seventhstring.com/resources/transcri

tremolos on beamed notes

2005-09-27 Thread Peter Mogensen
Hi, Are there any way to get the tremolo strokes on a beamed note to NOT align with the beam? Peter ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

<    1   2   3   4   5   6   7   8   9   10   >