Re: Creating orchestral score

2017-11-05 Thread Francisco Vila
On 05/11/17 02:33, Daniel Mehdizadeh wrote: > I've been trying to figure out how to creat parts and use them to > compile an orchestral score. I've finally made some sense of it all > however am facing one problem: > I've successfully created some random parts: horn,

Re: Creating orchestral score

2017-11-05 Thread Jacques Menu Muzhic
Hello Daniel, Maybe you have \score blocks or the like in the .ly files you include? JM > Le 5 nov. 2017 à 02:33, Daniel Mehdizadeh a écrit : > > I've been trying to figure out how to creat parts and use them to compile an > orchestral score. I've finally made some sens

Re: Creating orchestral score

2017-11-05 Thread Orm Finnendahl
Hi Daniel, you have to separate the music content from the score/layout in the parts. You end up with something like 1. files for the music content of each part 2. files with the score/layout block for each part, which have an include statement for the respective music content file(s). 3. O

Creating orchestral score

2017-11-04 Thread Daniel Mehdizadeh
I've been trying to figure out how to creat parts and use them to compile an orchestral score. I've finally made some sense of it all however am facing one problem: I've successfully created some random parts: horn, violin, flute and trumpet and they all have this layout: \v

Re: Orchestral score: bottom staff position

2014-04-22 Thread Gilberto Agostinho
rto -- View this message in context: http://lilypond.1069038.n5.nabble.com/Orchestral-score-bottom-staff-position-tp161720p161755.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https:/

Re: Orchestral score: bottom staff position

2014-04-22 Thread Gilberto Agostinho
ew this message in context: http://lilypond.1069038.n5.nabble.com/Orchestral-score-bottom-staff-position-tp161720p161754.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Orchestral score: bottom staff position

2014-04-22 Thread David Kastrup
dding . 0) (stretchability . 0)) >> } >> >> [...] >> >> What is the problem you’re seeing? > > You are totally right, this works as expected (sorry, I read too quickly > your first message and I swore you wrote ragged-last-bottom instead of > last-bottom

Re: Orchestral score: bottom staff position

2014-04-22 Thread Kieren MacMillan
Hi Gilberto, > You are totally right, this works as expected (sorry, I read too quickly > your first message and I swore you wrote ragged-last-bottom instead of > last-bottom-spacing) I wrote both. =) > I believe LilyPond is taking in consideration the distance > between the lowest grob, and no

Re: Orchestral score: bottom staff position

2014-04-22 Thread Gilberto Agostinho
roblem you’re seeing? You are totally right, this works as expected (sorry, I read too quickly your first message and I swore you wrote ragged-last-bottom instead of last-bottom-spacing). This, for instance, fixes the LSR snippet before. But on my orchestral score, the last staff still keep mov

Re: Orchestral score: bottom staff position

2014-04-22 Thread Kieren MacMillan
Hi Gilberto, >> Does setting ragged-bottom = ##f and last-bottom-spacing appropriately not >> work? > Not really. This looks fine to me: \version "2.18.2" \paper { ragged-bottom = ##f last-bottom-spacing = #'((basic-distance . 0) (minimum-distance . 0) (padding . 0) (stretchability . 0))

Re: Orchestral score: bottom staff position

2014-04-22 Thread Gilberto Agostinho
ck. My guess is that ragged-bottom only forces a system to the bottom when there is more than one system , but not staves inside of a system. On my own orchestral score, I have both ragged-bottom = ##f and ragged-last-bottom = ##f. Take care, Gilberto -- View this message in context: http://li

Re: Orchestral score: bottom staff position

2014-04-22 Thread Kieren MacMillan
Hi Gilberto, Does setting ragged-bottom = ##f and last-bottom-spacing appropriately not work? Cheers, Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Orchestral score: bottom staff position

2014-04-22 Thread Gilberto Agostinho
hy and I will not try to figure this out since I don't use Sibelius anymore), but notice how in all other pages the bottom staff keeps a constant distance from the margin. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Orchestral-score-bottom-staff-position-tp161720p

Re: Orchestral score: bottom staff position

2014-04-22 Thread Gilberto Agostinho
hen flick around the pages around. You will notice that the bottom staff does not keep a constant distance from the bottom of the page (the difference is particularly strong between pages 2 and 3). Best, Gilberto -- View this message in context: http://lilypond.1069038.n5.nabble.com/Orchest

Re: Orchestral score: bottom staff position

2014-04-22 Thread Urs Liska
It's cool to have someone around with such a good and current knowledge of the LSR :-) Pierre Perol-Schneider schrieb am 22.04.2014: >2014-04-22 1:10 GMT+02:00 Gilberto Agostinho >: > >> Hello LilyPonders, >> > >Hi Gilberto, > > >> >> I a

Re: Orchestral score: bottom staff position

2014-04-22 Thread Pierre Perol-Schneider
2014-04-22 1:10 GMT+02:00 Gilberto Agostinho : > Hello LilyPonders, > Hi Gilberto, > > I am current writing a orchestral score with a lot of instruments on it, > meaning that I will always have only a single system per page (no hidden > staves). The thing is, the distance

Orchestral score: bottom staff position

2014-04-21 Thread Gilberto Agostinho
Hello LilyPonders, I am current writing a orchestral score with a lot of instruments on it, meaning that I will always have only a single system per page (no hidden staves). The thing is, the distance between the bottom staff (the Double Bass in my case) and the bottom of the page keeps changing

Re: Orchestral score, can't find error

2012-10-07 Thread David Kastrup
Thomas Morley writes: > 2012/10/7 Jay Hamilton : > >> I can see where some brackets are missing but it seems now that you point >> them out that the log/error file and Frescobaldi should have been able to >> point them out too. And neither did. > > Not sure what you want to say. > Compiling your

Re: Orchestral score, can't find error

2012-10-07 Thread Thomas Morley
2012/10/7 Jay Hamilton : > I can see where some brackets are missing but it seems now that you point > them out that the log/error file and Frescobaldi should have been able to > point them out too. And neither did. Not sure what you want to say. Compiling your code after deleting a _needed_ bra

Re: Orchestral score, can't find error

2012-10-06 Thread Jay Hamilton
Mr. Morley- Thank you for the response. I can see where some brackets are missing but it seems now that you point them out that the log/error file and Frescobaldi should have been able to point them out too. And neither did. So I will put in the ones I can find and try to compile,thanks jay

Re: Orchestral score, can't find error

2012-10-06 Thread Thomas Morley
2012/10/6 : > Hello- > > I 'think' I copied the info out of the 2.16 manual for the score below but > both my editor and Frescobaldi won't compile it and both say they can't find > errors. > > It looks weird to me but that's because I am not used to the 'new' format > for this but what's missing.

Orchestral score, can't find error

2012-10-06 Thread info
Hello- I 'think' I copied the info out of the 2.16 manual for the score below but both my editor and Frescobaldi won't compile it and both say they can't find errors. It looks weird to me but that's because I am not used to the 'new' format for this but what's missing. If there are some >>'s

Re: Orchestral score

2008-01-10 Thread Valentin Villenave
2008/1/10, Mats Bengtsson <[EMAIL PROTECTED]>: > What I tried was just a copy of the example in > http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Vertical-spacing-inside-a-system#Vertical-spacing-inside-a-system > (without the paper-size and staff-size settings and removing the > unnecess

Re: Orchestral score

2008-01-10 Thread Mats Bengtsson
What I tried was just a copy of the example in http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Vertical-spacing-inside-a-system#Vertical-spacing-inside-a-system (without the paper-size and staff-size settings and removing the unnecessary \book{...}) where I replaced the current setting

Re: Orchestral score

2008-01-10 Thread Valentin Villenave
2008/1/10, Mats Bengtsson <[EMAIL PROTECTED]>: > Have you tried > \override VerticalAlignment #'max-stretch = #1000 Wow, I didn't know that one. I tried to add it to the LSR, but I seem to have misunderstood how it works: http://lsr.dsi.unimi.it/LSR/Item?id=371 Can you enlighten me? Cheer

Re: Orchestral score

2008-01-10 Thread Mats Bengtsson
#f ) worked great. The issue here is just that in a 32 pages orchestral score, the total vertical height of the score increases and decreases with the number of ledger lines and text and I find the "look" of the score awkward as I read through the pages. Is there a way to instruc

Re: Orchestral score

2008-01-08 Thread Thies Albrecht
Hi Jeremiah! I'm still running v2.8.X and I don't know what has changed since. Nevertheless I'm going to show you how I handle score layout. Perhaps my logical approach can give you the right clou... Reilly schrieb: I have a score with 22 staves, one system to a page. I want Lilypond to lay

Re: Orchestral score

2008-01-07 Thread Reilly
ode or music to post. This is a different problem from my prior question asking how to even out the staves over multiple pages in orchestral parts. The solution offered (to set ragged-last-bottom = #f ) worked great. The issue here is just that in a 32 pages orchestral score, the total vertical

Orchestral score

2008-01-06 Thread Jeremiah Reilly
I am stumped. I have a score with 22 staves, one system to a page. I want Lilypond to layout the score so that the the score "fills" the page. It would be very nice if the first staff and last staff on each page lined up when laid side by side. In other words, I want Lilypond to stretch the i

Re: Orchestral score file organization

2006-09-20 Thread Rick Hansen (aka RickH)
ncertoNo3.ly: > > \include "myMusic_ForConcertoNo3.ly" > \include "myStructure_ViolinI.ly" > \include "myStructure_Orchestra.ly" > > \myOrchestralScore > > This is a more structured approach than splitting the syntax across > file

Re: Orchestral score file organization

2006-09-20 Thread Rick Hansen (aka RickH)
a more structured approach than splitting the syntax across > files. Perhaps it is already possible to do this -- I haven't tried. > > Thoughts? > >-Dave > > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user > > -- View this message in context: http://www.nabble.com/Orchestral-score-file-organization-tf2288589.html#a6413345 Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Orchestral score file organization

2006-09-20 Thread Mats Bengtsson
David Greene wrote: This is a more structured approach than splitting the syntax across files. Perhaps it is already possible to do this -- I haven't tried. Try it! You will be positively surprised. /Mats ___ lilypond-user mailing list lilypon

Re: Orchestral score file organization

2006-09-20 Thread David Greene
Rick Hansen (aka RickH) wrote: \include CommonHeader.ly% contains header block and begins a score block and begins a nested choir staff block \include AltoSax1.ly % generic template for alto sax and transposes for Eb \include AltoSax2.ly

Re: Orchestral score file organization

2006-09-18 Thread Rick Hansen (aka RickH)
l items to variables and use them > throughout a piece. This helps a lot, thanks! > > -- View this message in context: http://www.nabble.com/Orchestral-score-file-organization-tf2288589.html#a6368078 Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. __

Re: Orchestral score file organization

2006-09-17 Thread Rick Hansen (aka RickH)
x27;Y-offset = #0.08 > > \override MultiMeasureRest #'expand-limit = 1 > > Then after that, there's the actual music. Each file has that part up > there in common, with only the file name and the instrument name changed. > If I need to transpose anything or use a d

Re: Orchestral score file organization

2006-09-17 Thread Rick Hansen (aka RickH)
OnionRingOfDoom wrote: > > I'm working on writing out a full orchestral score, and I have a lot of > the individual instruments done. I was just wondering, what would be the > best way to combine all the pieces into the score itself? Should I keep > each part as a seperate file a

A nice example for orchestral score set-up

2005-11-30 Thread Trevor Bača
New syntax in 2.7.19 to nest brackets and braces affords a couple of nice features for orchestral score. Here's an example: START DELIMITER HIERARCHY SNIPPET %% \version "2.7.19" \score { << \new StaffGroup << \set StaffGroup.sy

*Really* big orchestral score with lilypond ?

2002-09-13 Thread Alexandre Beneteau
Hello, I am currently working on a orchestration with involve a really *big* number of musicians (4 solists, choral, and 12 percussionnists, each playing several instruments) As you can expect, even with "paper11.ly" everybody does not fit on a single page ! So my questions are : - Is t