Re: stems and note heads

2012-12-20 Thread Nathan
On Thu, Dec 20, 2012 at 5:39 PM, Christopher Brooks wrote: > How do I remove noteheads from individual stems? > > ** ** > > How can I get stems to extend to note heads: [...] > To hide a notehead, you can make it transparent: \override NoteHead #'transparent = ##t The other half of the probl

stems and note heads

2012-12-20 Thread Christopher Brooks
How do I remove noteheads from individual stems? How can I get stems to extend to note heads. I'd like to take this: [cid:image001.png@01CDDEF2.141FE960] And get to this: [cid:image004.png@01CDDEF2.15B70420] Of course a little neater in the inimitable Lilypad style. Christopher Brooks LEED(r

Re: \RemoveEmptyStaves

2012-12-20 Thread Thomas Morley
2012/12/20 Peter O'Doherty : > On 11/14/2012 07:51 PM, Thomas Morley wrote: > > 2012/11/14 Peter O'Doherty : > > Yes, great. It works perfectly. > Thanks, > Peter > > Hi Peter, > > would be nice, if you could tell us which kind of solution worked for > you and how. > > Adapting the LSR-snippet? The

RE: beams

2012-12-20 Thread Christopher Brooks
It worked, but it removed the stems. Any way to get the stems back? Christopher Brooks violinist 925 Virginia Avenue Lancaster, PA 17603 717-291-9123 cbro...@orpheus-acoustics.com From: lilypond-user-bounces+cbrooks=orpheus-acoustics@gnu.org [mailto:lilypond-user-bounces+cbrooks=or

Re: Tweaking notehead direction in chords

2012-12-20 Thread Thomas Morley
2012/12/20 Paul Morris : [...] > I started work on editing it for the LSR (see attachment). Having the > comments explaining the steps is really nice. I thought it would probably be > good to comment out the test section and the music examples that go with it > to keep things focused and simpl

Re: Markup and stencil formatting questions

2012-12-20 Thread Eluze
shutterfreak wrote > I would really love to be able to make smaller examples but in this case > my > LilyPond knowledge does not allow me to make the proper judgment call on > what to leave and what not. I tried to recreate a snippet with > line-wrapped > text appearing in 3 columns, sandwiched bet

Re: Grace note spacing and barcheck difficulty in bagpipe music

2012-12-20 Thread Trevor Daniels
Ben Maybe I've missed something, but you seem to be making this far too complicated. Does this not do what you want? \version "2.14.2" \include "bagpipe.ly" FirstVoice = { \time 3/4 \hideKeySignature \dble e8. [c16] \dblb b4 \grG a4 | \dble e8. [c16] \

Re: beams

2012-12-20 Thread Nick Payne
On 21/12/12 09:03, Christopher Brooks wrote: Any way to force beams to lie at a specific height (e.g. along middle line of a staff)? \override Beam #'positions = #'(0 . 0) First value of the pair is the position of the LH end of the beam and second value the position of the RH end. Nick

Re: beams

2012-12-20 Thread SoundsFromSound
Hi there, You can override the length of beams by using this approach: http://lsr.dsi.unimi.it/LSR/Item?id=681 It may take a little tweaking, but perhaps this would work for you? Ben _ \relative c'' { \override Stem #'(details beamed-lengths) = #'(2) a8[ a] a16[ a] a32[ a] \override

beams

2012-12-20 Thread Christopher Brooks
Any way to force beams to lie at a specific height (e.g. along middle line of a staff)? Christopher Brooks violinist 925 Virginia Avenue Lancaster, PA 17603 717-291-9123 cbro...@orpheus-acoustics.com ___ lilypond-user mailing list lilypond-us

Re: Dashed staff lines

2012-12-20 Thread Paul Morris
My apologies for my email program screwing up the image attachment on that last message.  I tried to attach an svg image with unexpected results.  Here's a png version instead.-Paul___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: Counters in markup (LSR 543) - getcounter addition

2012-12-20 Thread Olivier Biot
On Wed, Dec 19, 2012 at 5:30 PM, Olivier Biot wrote: > Hi all, > > I propose to extend LSR snippet 543 (counters in markup, > http://lsr.dsi.unimi.it/LSR/Snippet?id=543) by adding a "getcounter" > command that does NOT increment a counter when called (as opposed to the > current "counter" command)

Re: Markup and stencil formatting questions

2012-12-20 Thread Olivier Biot
On Thu, Dec 20, 2012 at 12:59 PM, Eluze wrote: > shutterfreak wrote > > % Neither override does something: > > \override #'(baseline-skip . 5.8) \box { \override > > #'(baseline-skip > > . 5.8) \line { \with-color #(rgb-color .8 .2 .2) { A . . . . . . . . . . > . > > . . . . . . .

Re: zigzag staffline

2012-12-20 Thread Paul Morris
On Dec 19, 2012, at 8:14 PM, Thomas Morley wrote: > the code below constructs a new StaffSymbol with zigzag-lines at specified > positions. Very nice! I agree with Marc that it would be good to add it to the LSR. I will see if I can adapt it to make a "dashed staff line" version... (Does a

Re: zigzag staffline

2012-12-20 Thread Paul Morris
On Dec 18, 2012, at 10:25 AM, David Kastrup wrote: > Dashed lines can be done using something like > > \markup \pattern #60 #X #1 \draw-line #'(0.5 . 0) Thanks! This is good to know. -Paul ___ lilypond-user mailing list lilypond-user@gnu.org https:

Re: Tweaking notehead direction in chords

2012-12-20 Thread Paul Morris
On Dec 17, 2012, at 6:13 PM, Thomas Morley wrote: > I had a closer look at this snippet. > Attached you'll find my version of it. Hi Harm, I had a chance to take a closer look at your improved version of this snippet. Very nice work, thank you! The changes and additions all make sense to me

Re: Bell chords / special ties

2012-12-20 Thread Kieren MacMillan
Hi Matthias: Hope this helps! Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Bell chords / special ties

2012-12-20 Thread Matthias
Dear LilyPond experts, to make it short, I would like to reproduce the following: http://upload.wikimedia.org/wikipedia/commons/4/4c/Bild_Arpeggio_example.jpg (This figure can also be found in the German wikipedia entry for "Arpeggio"). I am aware that this notation is basically wrong. If, as obv

Re: note heads sharing a beam, some stems without heads

2012-12-20 Thread Pierre Perol-Schneider
I'm not sure of what you're looking for. Do you mean without any staff ? In a piano staff ? Beam thickness should be that thin ? 2012/12/20 Christopher Brooks > Any thoughts on how to accomplish this notation?: > > > > > > ** ** > > ** ** > > Christopher Brooks > > violinist >

Re: zigzag staffline

2012-12-20 Thread Gagi Petrovic
Hi Thomas, thank you very much for this solution! It looks amazing. If you're curious about the musical result, i will share a recording of the concerts in march and april. Gotta love LP's flexibility and it's dedicated community :) All the best, Gagi On 20 December 2012 09:48, Marc Hohl wrote:

Re: Markup and stencil formatting questions

2012-12-20 Thread Eluze
shutterfreak wrote > % Neither override does something: > \override #'(baseline-skip . 5.8) \box { \override > #'(baseline-skip > . 5.8) \line { \with-color #(rgb-color .8 .2 .2) { A . . . . . . . . . . . > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . >

Re: Custom Time Signature

2012-12-20 Thread Eluze
Kevin Patrick Barry wrote > Dear Thomas, > > Thank you for this it works perfectly. I just wish I understood it! > Thanks also Eluze even though I couldn't test your suggestion: I am still > on the latest stable (roll on 2.18!). \once \textLenghtOn is only an easier form for \textLenghtOn c1-"l

Re: \RemoveEmptyStaves

2012-12-20 Thread Peter O'Doherty
On 11/14/2012 07:51 PM, Thomas Morley wrote: 2012/11/14 Peter O'Doherty : Yes, great. It works perfectly. Thanks, Peter Hi Peter, would be nice, if you could tell us which kind of solution worked for you and how. Adapting the LSR-snippet? Then I would be highly interested. I didn't manage. C

Re: Custom Time Signature

2012-12-20 Thread Kevin Patrick Barry
Dear Thomas, Thank you for this it works perfectly. I just wish I understood it! Thanks also Eluze even though I couldn't test your suggestion: I am still on the latest stable (roll on 2.18!). Kevin On 20 December 2012 01:58, Thomas Morley wrote: > doubledTimeSignature = > \override Score.Tim

Re: zigzag staffline

2012-12-20 Thread Marc Hohl
Am 20.12.2012 02:14, schrieb Thomas Morley: [...] Hi Gagi, the code below constructs a new StaffSymbol with zigzag-lines at to be specified positions. It is not widely tested, please shout if sth goes wrong. Several explaining comments are added. Kudos for this solution! It works great, and the