Re: Is it possible to change beaming from the \layout block?

2012-10-31 Thread Vaughan McAlley
On 30 October 2012 21:16, Thomas Morley wrote: > \layout { > \context { > \Voice > beamExceptions = > #'((end . (((1 . 8) . (2 2 2 2) > } > } Ah, thank you. I’m still very

Re: Lilypond on the cloud

2012-10-31 Thread Francois Planiol
Dear Mike, this is very usefull. I bought a tablet and can have with me my sources, or pick some others sources in the web and modifiy them for my needs in class. In Android, there is no lily and nothing acceptable for typesetting music, in my university also nothing and the access to all online-fr

Re: increase vertical space

2012-10-31 Thread Peter O'Doherty
On 10/30/2012 11:43 PM, Thomas Morley wrote: or if you want to affect only a single line of the score, use \overrideProperty #"Score.NonMusicalPaperColumn" #'line-break-system-details #'((alignment-distances . (30))) Thanks. This works but it effects all the staves from this point onwards

regular bar numbers, or measure counter engraver?

2012-10-31 Thread Kieren MacMillan
Hi all, I would like measure numbers to appear centered in each measure, at the bottom of my orchestral score. Can I accomplish this with "regular" measure numbers, or do I need the new "Measure_counter_engraver"? If the latter, how close is that to being part of the standard compiled applicat

Re: increase vertical space

2012-10-31 Thread Eluze
Peter O'Doherty-2 wrote > On 10/30/2012 11:43 PM, Thomas Morley wrote: >> or >> >> if you want to affect only a single line of the score, use >> >> \overrideProperty #"Score.NonMusicalPaperColumn" >>#'line-break-system-details #'((alignment-distances . (30))) > > Thanks. > This works but it ef

Re: increase vertical space

2012-10-31 Thread Peter O'Doherty
On 10/31/2012 12:57 PM, Eluze wrote: Peter O'Doherty-2 wrote On 10/30/2012 11:43 PM, Thomas Morley wrote: or if you want to affect only a single line of the score, use \overrideProperty #"Score.NonMusicalPaperColumn" #'line-break-system-details #'((alignment-distances . (30))) Thanks. Th

Re: regular bar numbers, or measure counter engraver?

2012-10-31 Thread Marc Hohl
Am 31.10.2012 12:43, schrieb Kieren MacMillan: Hi all, I would like measure numbers to appear centered in each measure, at the bottom of my orchestral score. Can I accomplish this with "regular" measure numbers, or do I need the new "Measure_counter_engraver"? If the latter, how close is that

Re: Glissando avoid accidental bug?

2012-10-31 Thread Marek Klein
Hello, 2012/10/31 Nick Payne > Regardless of whether I set the end-on-accidental override to true or > false, or omit it completely, the glissandi don't stop short of the > accidental. > > \version "2.17.5" > > \relative c'' { > \accidentalStyle "modern" > \override Glissando #'(bound-details

Re: A documentation suggestion, was: Problem with remove bar number/ why I'm not upgrading to the new stable version

2012-10-31 Thread Marek Klein
2012/10/28 Janek Warchoł > On Sun, Oct 28, 2012 at 11:09 AM, David Kastrup wrote: > > Janek Warchoł writes: > >> +1 for updating documentation. > > > > Would make sense for the bug squad to register the proposal. I don't > > think it would be suitable in the proposed form but that does not mea

Changing staff size with custom note head stencils

2012-10-31 Thread Paul Morris
Hello, I'm trying to increase the overall size of a given staff, as described in the docs[1] using: \new Staff \with { fontSize = #2 \override StaffSymbol #'staff-space = #(magstep 2) \override NoteHead #'before-line-breaking = \TwinNoteNoteHeads } But I'm also using custom not

Re: Changing staff size with custom note head stencils

2012-10-31 Thread Thomas Morley
2012/10/31 Paul Morris : [...] > > upTriangle = > #(ly:make-stencil > (list 'embedded-ps > "gsave > currentpoint translate > newpath [...] Hi Paul, postscript is scaled with global-staff-size only. To work around you could use: TwinNoteNoteHeads = #(lambda (grob) (let* ((s

Re: Changing staff size with custom note head stencils

2012-10-31 Thread m...@mikesolomon.org
On 31 oct. 2012, at 20:27, Paul Morris wrote: > Hello, I'm trying to increase the overall size of a given staff, as > described in the docs[1] using: > > \new Staff \with { > fontSize = #2 > \override StaffSymbol #'staff-space = #(magstep 2) > > \override NoteHead #'before-line-

Re: Changing staff size with custom note head stencils

2012-10-31 Thread Paul Morris
On Oct 31, 2012, at 4:52 PM, Thomas Morley wrote: > Hi Paul, > > postscript is scaled with global-staff-size only. > > To work around you could use: > > TwinNoteNoteHeads = > #(lambda (grob) > (let* ((sz (ly:grob-property grob 'font-size 0.0)) > (mult (magstep sz))) > (set! (ly:

Re: Quick comment on usability

2012-10-31 Thread soundsfromsound
I know what you mean. I think LilyPond produces beautiful scores and it only gets better and better with each release. I look to get the most out of the program and "squeeze" whatever I can; that includes more advanced engraving options (i.e. "contemporary" notation/techniques, graphical and alea

Well there be improvements to Gregorian Chant?

2012-10-31 Thread Keith N. McKenna
Good-day All; I have recently been experimenting with lilypond because it has some support for Gregorian Chant. The first thing that bit was was of course the problems with lyric alignment with ligatures. After perusing the archives or the list this seems to be an ongoing problem. My question

Re: Well there be improvements to Gregorian Chant?

2012-10-31 Thread soundsfromsound
Hello Keith! What sort of alignment issues are you running into, specifically? Can you show an example? Is it pertaining to the VaticanaVoiceContext and VaticanaStaffContext? Also, would these snippets perhaps be of any help to you? These are Gregorian ones... Snippet Link

Re: Hello everyone!

2012-10-31 Thread soundsfromsound
It's good to be here! :) - composer | sound designer -- View this message in context: http://lilypond.1069038.n5.nabble.com/Hello-everyone-tp135644p135650.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list

Re: Well there be improvements to Gregorian Chant?

2012-10-31 Thread Keith N. McKenna
soundsfromsound wrote: Hello Keith! What sort of alignment issues are you running into, specifically? Can you show an example? Is it pertaining to the VaticanaVoiceContext and VaticanaStaffContext? Hi Ben; Also, would these snippets perhaps be of any help to you? These are Gregorian ones... S

Re: Well there be improvements to Gregorian Chant?

2012-10-31 Thread soundsfromsound
Hmm..ok, well just to confirm - is this what you are seeing on your end? (see below) gregorian_issue.jpg - composer | sound designer -- View this message in context: http://lilypond.1069038.n5.nabble.com/Well-there

Re: Well there be improvements to Gregorian Chant?

2012-10-31 Thread Keith N. McKenna
soundsfromsound wrote: Hmm..ok, well just to confirm - is this what you are seeing on your end? (see below) gregorian_issue.jpg - composer | sound designer -- View this message in context: http://lilypond.1069038.n